UpdatePatient Method
Summary
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)>
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.