ISPatient.AltPracticeDrId

Description

Identifier of the secondary practice provider, associated with the patient.

Syntax

object.AltPracticeDrId

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display ID of the secondary practice provider.

Dim aPatient  
Dim aAltPracticeDrId

Set aPatient = Profile.SelectPatient
aAltPracticeDrId = aPatient.AltPracticeDrId
Profile.MsgBox (aAltPracticeDrId)  
Note:

In Profile Client v8 on User Interface Alt.

Version information

Added in v7.8.0