GetPatientIDs Method
Summary
Gets a list of Patient IDs from the worklist database.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(System.Type)]
public string[] GetPatientIDs()
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function GetPatientIDs() As String()
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
array<String^>^ GetPatientIDs();
Return Value
A list of Patient IDs.