FindMPPS Method
Summary
Finds the modality-performed Procedure Step instance.
Syntax
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function FindMPPS( _
ByVal mppsSOPInstanceUID As String _
) As WCFPPSInformation
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
WCFPPSInformation^ FindMPPS(
String^ mppsSOPInstanceUID
)
Parameters
mppsSOPInstanceUID
The UID of the requested MPPS instance.
Return Value
The MPPS instance if found; null otherwise.
Example
For an example refer to AddMPPS