Identifier of the patient's partner.
object.PartnerId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's partner.
Dim aPatient
Dim aPartnerId
Set aPatient = Profile.SelectPatient
aPartnerId = aPatient.PartnerId
Profile.MsgBox (aPartnerId)
In Profile Client v8 on User Interface Partner Id cannot be found.