LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

ContrastAllergies Property

Show in webframe





Gets or sets the contrast allergies.
Syntax
[DataMemberAttribute()]
public List<string> ContrastAllergies {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property ContrastAllergies As List(Of String)
'Usage
 
Dim instance As WCFPatient
Dim value As List(Of String)
 
instance.ContrastAllergies = value
 
value = instance.ContrastAllergies

            

            
[DataMemberAttribute()]
public:
property List<String^>^ ContrastAllergies {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

Description of prior reactions to contrast agents or other patient allergies.
Requirements

Target Platforms

See Also

Reference

WCFPatient Class
WCFPatient Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.