Adds the MPPS to the worklist database.
[OperationContractAttribute()][FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)]void AddMPPS(Leadtools.Medical.Worklist.Wcf.Entities.WCFPPSInformation mpps)
<OperationContractAttribute()><FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=False)>Sub AddMPPS( _ByVal mpps As Leadtools.Medical.Worklist.Wcf.Entities.WCFPPSInformation _)
[OperationContractAttribute()][FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)]void AddMPPS(Leadtools.Medical.Worklist.Wcf.Entities.WCFPPSInformation^ mpps)
mpps
The MPPS data to add to the database.
Shows how to use the MPPS specific-methods of the broker service.
Imports LeadtoolsImports Leadtools.Medical.Worklist.Wcf.ServiceImports Leadtools.Medical.Worklist.DataAccessLayer.MatchingParametersImports Leadtools.DicomImports Leadtools.Medical.Worklist.Wcf.Entities<TestMethod()> _Public Sub MPPSTest()TryDim pps As WCFPPSInformation = _BrokerService.FindMPPS("987.654.3210000")If Not pps Is Nothing Then_BrokerService.DeleteMPPS("987.654.3210000")End Ifpps = New WCFPPSInformation()pps.MPPSSOPInstanceUID = "987.654.3210000"pps.PerformedProcedureStepID = "987.321.394093"pps.PerformedStationAETitle = Environment.MachineNamepps.PerformedProcedureStepStartDate = New DicomDateRangeValue() With {.Date1 = New DicomDateValue(DateTime.Now)}pps.PerformedProcedureStepStartTime = New DicomTimeRangeValue() With {.Time1 = New DicomTimeValue(DateTime.Now)}pps.Modality = "CT"pps.PerformedProcedureStepStatus = "IN PROGRESS"pps.StudyInstanceUID = "0.0.4.3.6.777777.7"_BrokerService.AddMPPS(pps)pps = _BrokerService.FindMPPS("987.654.3210000")If Not pps Is Nothing Thenpps.PerformedLocation = "EXAM ROOM 1"pps.PerformedProcedureStepStatus = "COMPLETED"_BrokerService.UpdateMPPS("987.654.3210000", pps)End IfCatch e As ExceptionConsole.WriteLine(e.Message)End TryEnd Sub
using Leadtools;using Leadtools.Medical.Worklist.Wcf.Service;using Leadtools.Medical.Worklist.DataAccessLayer.MatchingParameters;using Leadtools.Dicom;using Leadtools.Medical.Worklist.Wcf.Entities;public void MPPSTest(){try{WCFPPSInformation pps = _BrokerService.FindMPPS("987.654.3210000");if (pps != null)_BrokerService.DeleteMPPS("987.654.3210000");pps = new WCFPPSInformation();pps.MPPSSOPInstanceUID = "987.654.3210000";pps.PerformedProcedureStepID = "987.321.394093";pps.PerformedStationAETitle = Environment.MachineName;pps.PerformedProcedureStepStartDate = new DicomDateRangeValue() { Date1 = new DicomDateValue(DateTime.Now) };pps.PerformedProcedureStepStartTime = new DicomTimeRangeValue() { Time1 = new DicomTimeValue(DateTime.Now) };pps.Modality = "CT";pps.PerformedProcedureStepStatus = "IN PROGRESS";pps.StudyInstanceUID = "0.0.4.3.6.777777.7";_BrokerService.AddMPPS(pps);pps = _BrokerService.FindMPPS("987.654.3210000");if (pps != null){pps.PerformedLocation = "EXAM ROOM 1";pps.PerformedProcedureStepStatus = "COMPLETED";_BrokerService.UpdateMPPS("987.654.3210000", pps);}}catch (Exception e){Console.WriteLine(e.Message);}}
|
Products |
Support |
Feedback: AddMPPS Method (IBrokerService) - Leadtools.Medical.Worklist.Wcf |
Introduction |
Help Version 19.0.2017.3.21
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.