ISPatient.AltPracticeDr

Description

The secondary practice provider, associated with the patient.

Syntax

object.AltPracticeDr

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

ISProvider

Example

Display full name of the patient's secondary practice provider.

Dim aPatient  
Dim aAltPracticeDr

Set aPatient = Profile.SelectPatient
aAltPracticeDr = aPatient.AltPracticeDr.FullName
Profile.MsgBox (aAltPracticeDr)  
Note:

In Profile Client v8 on User Interface Alt. Practice Dr. can be found in Patient > Alter Patient > General > Alt. Provider field.

Version information

Added in v7.8.0