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

UpdatePatient Method (IBrokerService)

Show in webframe





The original primary hospital identification number or code for the Patient.
The original name of the healthcare provider that issued the Patient ID.
The patient record to update.
Updates the patient record having the specified Patient ID and the name of the issuer of the Patient ID.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void UpdatePatient( 
   string origPatientId,
   string origIssuerOfPatientId,
   WCFPatient patient
)
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub UpdatePatient( _
   ByVal origPatientId As String, _
   ByVal origIssuerOfPatientId As String, _
   ByVal patient As WCFPatient _
) 
'Usage
 
Dim instance As IBrokerService
Dim origPatientId As String
Dim origIssuerOfPatientId As String
Dim patient As WCFPatient
 
instance.UpdatePatient(origPatientId, origIssuerOfPatientId, patient)

            

            
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void UpdatePatient( 
   String^ origPatientId,
   String^ origIssuerOfPatientId,
   WCFPatient^ patient
) 

Parameters

origPatientId
The original primary hospital identification number or code for the Patient.
origIssuerOfPatientId
The original name of the healthcare provider that issued the Patient ID.
patient
The patient record to update.
Example
For an example refer to AddPatient
Requirements

Target Platforms

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


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