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

GetPatientIDs Method (IBrokerService)

Show in webframe





Gets a list of Patient IDs from the worklist database.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
string[] GetPatientIDs()
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function GetPatientIDs() As String()
'Usage
 
Dim instance As IBrokerService
Dim value() As String
 
value = instance.GetPatientIDs()

            

            
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
array<String^>^ GetPatientIDs(); 

Return Value

A list of Patient IDs.
Remarks
Each item in the ID list is formatted as follows: PatientID;IssuerOfPatientId.
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.