Identifier of the patient's main practice provider.
object.PracticeDrId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's main practice provider.
Dim aPatient
Dim aPracticeDrId
Set aPatient = Profile.SelectPatient
aPracticeDrId = aPatient.PracticeDrId
Profile.MsgBox (aPracticeDrId)
In Profile Client v8 on User Interface Practice Dr.