Handles exceptions that result from adding an unscheduled Performed Procedure Step.
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)][OperationContractAttribute()]void HandleUnscheduledMPPS(string mppsSOPInstanceUID,string scheduledProcedureStepID)
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=False)><OperationContractAttribute()>Sub HandleUnscheduledMPPS( _ByVal mppsSOPInstanceUID As String, _ByVal scheduledProcedureStepID As String _)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)][OperationContractAttribute()]void HandleUnscheduledMPPS(String^ mppsSOPInstanceUID,String^ scheduledProcedureStepID)
mppsSOPInstanceUID
The SOP Instance UID for the MPPS Instance that needs to be deleted.
scheduledProcedureStepID
Identifier that identifies the Scheduled Procedure Step.
Connects an unscheduled Procedure Step with an existing Scheduled Procedure Step.
Shows how to use the miscellaneous 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 MiscelleaneousTest()TryDim uids As List(Of String) = New List(Of String)(_BrokerService.GetUnscheduledPerformedProcedureStepUIDs())If uids.Contains("987.654.3210000") Then_BrokerService.HandleUnscheduledMPPS("987.654.3210000", "123.456.89000000")End IfConsole.WriteLine("Exists: " & _BrokerService.PerformedProcedureStepExists("987.654.3210000").ToString())Catch 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 MiscelleaneousTest(){try{List<string> uids = new List<string>(_BrokerService.GetUnscheduledPerformedProcedureStepUIDs());if (uids.Contains("987.654.3210000")){_BrokerService.HandleUnscheduledMPPS("987.654.3210000", "123.456.89000000");}Console.WriteLine("Exists: " + _BrokerService.PerformedProcedureStepExists("987.654.3210000").ToString());}catch (Exception e){Console.WriteLine(e.Message);}}
|
Products |
Support |
Feedback: HandleUnscheduledMPPS 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.