ISPatient.SendDischarge

Description

This property is True if the Send Attendance Discharge checkbox is checked in order for attendances to appear in the Control Centre Discharges view, from where electronic attendance discharges are sent.

Syntax

object.SendDischarge

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

Return Value

bool

Example

Display True if the electronic attendance discharges are sent.

Dim aPatient  
Dim aSendDischarge

Set aPatient = Profile.SelectPatient
aSendDischarge = aPatient.SendDischarge
Profile.MsgBox (aSendDischarge)    
Note:

In Profile Client v8 on User Interface the Send Attendance Discharge checkbox can be checked in Patient > Alter Patient > Organisationif the Attendances Discharges box in Organisation > Preferences > e-Messages.

Version information

Added in v7.8.0