ISProfile.GetHealthSystemCountryCode

Description

This function returns the health system country code.

Syntax

object.GetHealthSystemCountryCode()

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

Return Value

int

Returns the health system country code.

Example

Display the health system country code.

Dim aHealthSystemCountryCode

aHealthSystemCountryCode = Profile.GetHealthSystemCountryCode
Profile.MsgBox("The health system country code is '" & aHealthSystemCountryCode & "'")  
Note:

Version information

Added in v7.8.0