ISPatient.SourceRef

Description

Identifier, used in the software, where the patient was imported from.

Syntax

object.SourceRef

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

Return Value

string

Example

Display ID, used in the software, where the patient was imported from.

Dim aPatient  
Dim aSourceRef   

Set aPatient = Profile.SelectPatient
aSourceRef = aPatient.SourceRef
Profile.MsgBox (aSourceRef)    
Note:

In Profile Client v8 on User Interface Source Ref can be found in Patient > Alter Patient > Organisation.

Version information

Added in v7.8.0