GetAdmissionIDs Method
Summary
Gets the Admission IDs in the database.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(System.Type)]
public string[] GetAdmissionIDs()
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function GetAdmissionIDs() As String()
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
array<String^>^ GetAdmissionIDs();
Return Value
A list of Admission IDs.
Example
For an example refer to AddVisit