ISPatient.RefID

Description

The unique identifier of the patient in the external system.

Syntax

object.RefID

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

Return Value

string

Example

Display the patient's RefID.

Dim aPatient  
Dim aRefID

Set aPatient = Profile.SelectPatient
aRefID = aPatient.RefID
Profile.MsgBox (aRefID)  
Note:

In Profile Client v8 on User Interface RefID cannot be found.

Version information

Added in v7.8.0