SIFWorks ADK 2.0
MedicalAlertMessage Constructor (severity, value)
NamespacesEdustructures.SifWorks.StudentMedicalAlertMessageMedicalAlertMessageMedicalAlertMessageNew(MedicalAlertMessageSeverity, String)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public MedicalAlertMessage(
	MedicalAlertMessageSeverity severity,
	string value
)
Public Sub New ( _
	severity As MedicalAlertMessageSeverity, _
	value As String _
)
public:
MedicalAlertMessage (
	MedicalAlertMessageSeverity^ severity, 
	String^ value
)
Parameters
severity (MedicalAlertMessageSeverity)
The level of severity of this medical alert.
value (String)
Gets or sets the content value of the <MedicalAlertMessage> element

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10