The patient's benefit type.
object.BenefitType
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's benefit type.
Dim aPatient
Dim aBenefitType
Set aPatient = Profile.SelectPatient
aBenefitType = aPatient.BenefitType
Profile.MsgBox (aBenefitType) In Profile Client v8 on User Interface Benefit Type can be found in .
Access changed to read/write in v8.1.0