ISProfile.GetHealthSystemCountryDescription

Description

This function returns the health system country description.

Syntax

object.GetHealthSystemCountryDescription()

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Return Value

string

Returns the health system country description.

Example

Display the health system country description.

Dim aHealthSystemCountryDescription

aHealthSystemCountryDescription = Profile.GetHealthSystemCountryDescription
Profile.MsgBox("The health system country description is '" & aHealthSystemCountryDescription & "'")
Note:

Version information

Added in v7.8.0