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

DeletePatient Method (BrokerService)

Show in webframe





Primary hospital identification number or code for the Patient.
Name of the healthcare provider that issued the Patient ID.
Deletes the specified patient record from the worklist database.
Syntax
public void DeletePatient( 
   string patientId,
   string issuerOfPatientID
)
'Declaration
 
Public Sub DeletePatient( _
   ByVal patientId As String, _
   ByVal issuerOfPatientID As String _
) 
'Usage
 
Dim instance As BrokerService
Dim patientId As String
Dim issuerOfPatientID As String
 
instance.DeletePatient(patientId, issuerOfPatientID)

            

            
public:
void DeletePatient( 
   String^ patientId,
   String^ issuerOfPatientID
) 

Parameters

patientId
Primary hospital identification number or code for the Patient.
issuerOfPatientID
Name of the healthcare provider that issued the Patient ID.
Example
For an example refer to AddPatient
Requirements

Target Platforms

See Also

Reference

BrokerService Class
BrokerService Members

 

 


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