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