ISPatient.PartnerId

Description

Identifier of the patient's partner.

Syntax

object.PartnerId

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

Return Value

int

Example

Display ID of the patient's partner.

Dim aPatient  
Dim aPartnerId

Set aPatient = Profile.SelectPatient
aPartnerId = aPatient.PartnerId
Profile.MsgBox (aPartnerId)     
Note:

In Profile Client v8 on User Interface Partner Id cannot be found.

Version information

Added in v7.8.0