DeleteVisit Method
Summary
Deletes the visit having the specified Admission ID.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(System.Type)]
public void DeleteVisit(
string admissionID
)
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
<OperationContractAttribute()>
Sub DeleteVisit( _
ByVal admissionID As String _
)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
void DeleteVisit(
String^ admissionID
)
Parameters
admissionID
Identification number of the visit as assigned by the healthcare provider.
Example
For an example refer to AddVisit