←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly