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

DeletePatient Method (IBrokerService)

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
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
[OperationContractAttribute()]
void DeletePatient( 
   string patientId,
   string issuerOfPatientID
)
'Declaration
 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
<OperationContractAttribute()>
Sub DeletePatient( _
   ByVal patientId As String, _
   ByVal issuerOfPatientID As String _
) 
'Usage
 
Dim instance As IBrokerService
Dim patientId As String
Dim issuerOfPatientID As String
 
instance.DeletePatient(patientId, issuerOfPatientID)

            

            
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
[OperationContractAttribute()]
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

IBrokerService Interface
IBrokerService Members

 

 


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