UpdatePatient Method

Summary

Updates the patient record having the specified Patient ID and the name of the issuer of the Patient ID.

Syntax
C#
VB
C++
[FaultContractAttribute(System.Type)] 
[OperationContractAttribute()] 
public void UpdatePatient( 
   string origPatientId, 
   string origIssuerOfPatientId, 
   WCFPatient patient 
) 
  
<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 _ 
)  
[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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly