ISProfile.PatientNewContact

Description

This function opens the New Encounter view for the selected patient.

Syntax

object.PatientNewContact aPatient

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

Example

Display the patient's new contacts.

Dim aPatient

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

In Profile Client v8 on User Interface Patient New Contact can be found in Clinical > Medical Record > New Encounter.

See also

Version information

Added in v7.8.0