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

MedicalAlerts Property

Show in webframe





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

            

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

Property Value

Conditions to which medical staff should be alerted.
Requirements

Target Platforms

See Also

Reference

WCFPatient Class
WCFPatient Members

 

 


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