Identifier of the secondary practice provider, associated with the patient.
object.AltPracticeDrId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the secondary practice provider.
Dim aPatient
Dim aAltPracticeDrId
Set aPatient = Profile.SelectPatient
aAltPracticeDrId = aPatient.AltPracticeDrId
Profile.MsgBox (aAltPracticeDrId)
In Profile Client v8 on User Interface Alt.