The patient's main practice provider code.
object.PracticeDrCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's main practice provider code.
Dim aPatient
Dim aPracticeDrCode
Set aPatient = Profile.SelectPatient
aPracticeDrCode = aPatient.PracticeDrCode
Profile.MsgBox (aPracticeDrCode)
In Profile Client v8 on User Interface Practice Dr. Code can be found in
.