ISPatient.PracticeDrId

Description

Identifier of the patient's main practice provider.

Syntax

object.PracticeDrId

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

Return Value

int

Example

Display ID of the patient's main practice provider.

Dim aPatient  
Dim aPracticeDrId

Set aPatient = Profile.SelectPatient
aPracticeDrId = aPatient.PracticeDrId
Profile.MsgBox (aPracticeDrId)  
Note:

In Profile Client v8 on User Interface Practice Dr.

Version information

Added in v7.8.0