←Select platform

UpdatePatient Method (IBrokerService)

Summary

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

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void UpdatePatient(  
   string origPatientId, 
   string origIssuerOfPatientId, 
   Leadtools.Medical.Worklist.Wcf.Entities.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 Leadtools.Medical.Worklist.Wcf.Entities.WCFPatient _ 
) 
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void UpdatePatient(  
   String^ origPatientId, 
   String^ origIssuerOfPatientId, 
   Leadtools.Medical.Worklist.Wcf.Entities.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.Wcf Assembly
Click or drag to resize