LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

UpdateVisit Method (IBrokerService)






The original iidentification number of the visit as assigned by the healthcare provider.
The visit to update.
Updates the visit having the specified Admission ID.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void UpdateVisit( 
   string admissionID,
   WCFVisit visit
)
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub UpdateVisit( _
   ByVal admissionID As String, _
   ByVal visit As WCFVisit _
) 
'Usage
 
Dim instance As IBrokerService
Dim admissionID As String
Dim visit As WCFVisit
 
instance.UpdateVisit(admissionID, visit)
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void UpdateVisit( 
   string admissionID,
   WCFVisit visit
)
OperationContractAttribute()
FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=)
function Leadtools.Medical.Worklist.Wcf.Service.IBrokerService.UpdateVisit( 
   admissionID ,
   visit 
)
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void UpdateVisit( 
   String^ admissionID,
   WCFVisit^ visit
) 

Parameters

admissionID
The original iidentification number of the visit as assigned by the healthcare provider.
visit
The visit to update.
Example
For an example refer to AddVisit
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.