The type of drug use that the patient has chosen.
object.DrugUse
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's type of drug use.
Dim aPatient
Dim aDrugUse
Set aPatient = Profile.SelectPatient
aDrugUse = aPatient.DrugUse
Profile.MsgBox (aDrugUse)
In Profile Client v8 on User Interface Drug Use can be found in
.