ISPatient.DrugFrequency

Description

The frequency of the patient's drug use.

Syntax

object.DrugFrequency

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

TSDrugFrequency

Example

Display the frequency of the patient's drug use.

Dim aPatient  
Dim aDrugFrequency

Set aPatient = Profile.SelectPatient
aDrugFrequency = aPatient.DrugFrequency
Profile.MsgBox (aDrugFrequency)  
Note:

In Profile Client v8 on User Interface Drug Use can be found in Clinical > Clinical Details > Family > Social History > Drug Use second field.

Version information

Added in v7.8.0