GetPatientIDs Method

Summary
Gets a list of Patient IDs from the worklist database.
Syntax
C#
VB
C++
public string[] GetPatientIDs() 
  
Public Function GetPatientIDs() As String() 
public: 
array<String^>^ GetPatientIDs();  

Return Value

A list of Patient IDs.

Remarks

Each item in the ID list uses the following format: PatientID;IssuerOfPatientId.

Example

For an example refer to AddPatient

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.