ISPatient.PracticeDrCode

Description

The patient's main practice provider code.

Syntax

object.PracticeDrCode

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

Return Value

string

Example

Display the patient's main practice provider code.

Dim aPatient  
Dim aPracticeDrCode

Set aPatient = Profile.SelectPatient
aPracticeDrCode = aPatient.PracticeDrCode
Profile.MsgBox (aPracticeDrCode)  
Note:

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

Version information

Added in v7.8.0