LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

OtherPatientIDs Property






Gets or sets the other patient IDs.
Syntax
[DataMemberAttribute()]
public List<string> OtherPatientIDs {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property OtherPatientIDs As List(Of String)
'Usage
 
Dim instance As WCFPatient
Dim value As List(Of String)
 
instance.OtherPatientIDs = value
 
value = instance.OtherPatientIDs
[DataMemberAttribute()]
public List<string> OtherPatientIDs {get; set;}
DataMemberAttribute()
 get_OtherPatientIDs();
set_OtherPatientIDs(value);
[DataMemberAttribute()]
public:
property List<String^>^ OtherPatientIDs {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

Alternate identifiers used to identify the patient.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WCFPatient Class
WCFPatient Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.