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