The patient's main practice provider.
object.PracticeDr
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display full name of the patient's main practice provider.
Dim aPatient
Dim aPracticeDr
Set aPatient = Profile.SelectPatient
aPracticeDr = aPatient.PracticeDr.FullName
Profile.MsgBox (aPracticeDr)
In Profile Client v8 on User Interface Practice Dr. can be found in
.