ISPatient.GuarantorId

Description

Identifier of the person, who is responsible for the payment of an invoice.

Syntax

object.GuarantorId

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

Return Value

int

Example

Display ID of the guarantor.

Dim aPatient  
Dim aGuarantorId

Set aPatient = Profile.SelectPatient 
aGuarantorId = aPatient.GuarantorId
Profile.MsgBox (aGuarantorId)   
Note:

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

Version information

Added in v7.8.0