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