ISPatient.AltPracticeDrCode

Description

The patient's secondary practice provider code.

Syntax

object.AltPracticeDrCode

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

Return Value

string

Example

Display the patient's secondary practice provider code.

Dim aPatient  
Dim aAltPracticeDrCode

Set aPatient = Profile.SelectPatient
aAltPracticeDrCode = aPatient.AltPracticeDrCode
Profile.MsgBox (aAltPracticeDrCode) 
Note:

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

Version information

Added in v7.8.0