LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

DeletePatient Method (BrokerService)






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
)
 function Leadtools.Medical.Worklist.Wcf.Service.BrokerService.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BrokerService Class
BrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.