ContrastAllergies Property

Summary

Gets or sets the contrast allergies.

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

Property Value

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

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