The description of the short code of type 'Substance Drug Use'.
object.DrugUseStr
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's type of drug use.
Dim aPatient
Dim aDrugUseStr
Set aPatient = Profile.SelectPatient
aDrugUseStr = aPatient.DrugUseStr
Profile.MsgBox("Drug Use Type: " & aDrugUseStr)
In Profile Client v8 on User Interface Drug Use can be found in
.