MedicalAlerts Property
Summary
Gets or sets the medical alerts.
Syntax
[DataMemberAttribute()]
public List<string> MedicalAlerts { get; set; }
[DataMemberAttribute()]
public:
property List<String^>^ MedicalAlerts {
List<String^>^ get();
void set ( List<String^>^ );
}
Property Value
Conditions to which medical staff should be alerted.