ISPatient.TargetType

Description

The patient's target type.

Syntax

object.TargetType

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

Return Value

int

Returns ID of the short code of the Target Type category.

Example

Display the patient's target type.

Dim aPatient  
Dim aTargetType

Set aPatient = Profile.SelectPatient
aTargetType = aPatient.TargetType
Profile.MsgBox (aTargetType)   
Note:

In Profile Client v8 on User Interface Target Type can be found in Patient > Alter Patient > Social > Target Type field.

Version information

Added in v7.8.0
Access changed to read/write in v8.1.0