Leadtools.Medical.Worklist.Wcf.Service Namespace > BrokerService Class : UpdatePatient Method |
public void UpdatePatient( string origPatientId, string origIssuerOfPatientId, WCFPatient patient )
'Declaration Public Sub UpdatePatient( _ ByVal origPatientId As String, _ ByVal origIssuerOfPatientId As String, _ ByVal patient As WCFPatient _ )
'Usage Dim instance As BrokerService Dim origPatientId As String Dim origIssuerOfPatientId As String Dim patient As WCFPatient instance.UpdatePatient(origPatientId, origIssuerOfPatientId, patient)
public: void UpdatePatient( String^ origPatientId, String^ origIssuerOfPatientId, WCFPatient^ patient )