ISPatient.BenefitType

Description

The patient's benefit type.

Syntax

object.BenefitType

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

Return Value

int

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

Example

Display the patient's benefit type.

Dim aPatient  
Dim aBenefitType

Set aPatient = Profile.SelectPatient
aBenefitType = aPatient.BenefitType
Profile.MsgBox (aBenefitType)   
Note:

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

Version information

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