LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

DeleteVisit Method (IBrokerService)

Show in webframe





Identification number of the visit as assigned by the healthcare provider.
Deletes the visit having the specified Admission ID.
Syntax
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
[OperationContractAttribute()]
void DeleteVisit( 
   string admissionID
)
'Declaration
 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
<OperationContractAttribute()>
Sub DeleteVisit( _
   ByVal admissionID As String _
) 
'Usage
 
Dim instance As IBrokerService
Dim admissionID As String
 
instance.DeleteVisit(admissionID)

            

            
[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
Requirements

Target Platforms

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.