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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly