ISProfile.PatientNewLetter

Description

This function opens the Select Template window for adding the patient's letters.

Syntax

object.PatientNewLetter aPatient

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aPatient In, Required
The patient whose new letters are being opened

Example

Display the Select Template window for adding the patient's letters.

Dim aPatient

Set aPatient = Profile.SelectPatient
Profile.PatientNewLetter(aPatient)
Note:

In Profile Client v8 on User Interface New Letter can be added in Medical Record > Documents > New Letter..

See also

Version information

Added in v7.8.0