Finds the modality-performed Procedure Step instance.
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
WCFPPSInformation FindMPPS(
string
)
'Declaration
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function FindMPPS( _
ByVal As String _
) As WCFPPSInformation
'Usage
Dim instance As IBrokerService
Dim mppsSOPInstanceUID As String
Dim value As WCFPPSInformation
value = instance.FindMPPS(mppsSOPInstanceUID)
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
WCFPPSInformation^ FindMPPS(
String^
)
Parameters
- mppsSOPInstanceUID
- The UID of the requested MPPS instance.
Return Value
The MPPS instance if found; null otherwise.