This function returns the health system state code.
object.GetHealthSystemStateCode()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
int
Display the health system state code.
Dim aHealthSystemStateCode
aHealthSystemStateCode = Profile.GetHealthSystemStateCode
Profile.MsgBox("The health system state code is '" & aHealthSystemStateCode & "'")