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