[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public MedicalAlertMessage( MedicalAlertMessageSeverity severity, string value )
Public Sub New ( _ severity As MedicalAlertMessageSeverity, _ value As String _ )
public: MedicalAlertMessage ( MedicalAlertMessageSeverity^ severity, String^ value )
- severity (MedicalAlertMessageSeverity)
- The level of severity of this medical alert.
- value (String)
- Gets or sets the content value of the <MedicalAlertMessage> element