ISPatient.TlaName

Description

Territorial Local Authority name.

Syntax

object.TlaName

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

Return Value

string

Example

Display territorial local authority name for the patient's address.

Dim aPatient  
Dim aTlaName

Set aPatient = Profile.SelectPatient
aTlaName = aPatient.TlaName
Profile.MsgBox(aTlaName)   
Note:

In Profile Client v8 on User Interface TlaName can be found in Patient > Alter Patient > General > Street Address > TLA Name.

Version information

Added in v7.8.0