Identifier of the preferred type of the additional patient phone.
object.PreferredPhoneAdditionID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the preferred type of the additional patient phone.
Dim aPatient
Dim aPreferredPhoneAdditionID
Set aPatient = Profile.SelectPatient
aPreferredPhoneAdditionID = aPatient.PreferredPhoneAdditionID
Profile.MsgBox (aPreferredPhoneAdditionID)
In Profile Client v8 on User Interface Preferred Phone Addition ID cannot be found.