←Select platform

OtherPatientIDs Property

Summary

Gets or sets the other patient IDs.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public List<string> OtherPatientIDs { get; set; } 
  
<DataMemberAttribute()> 
Public Property OtherPatientIDs As List(Of String) 
[DataMemberAttribute()] 
public: 
property List<String^>^ OtherPatientIDs { 
   List<String^>^ get(); 
   void set (    List<String^>^ ); 
} 

Property Value

Alternate identifiers used to identify the patient.

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