Should you require any more information or have encountered a problem, please call the support helpdesk on (07) 5456 6000.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GELLO examples have been previously presented (see below in the GELLO thread). So we won't go over the Context and Imports statements here.

However, MO's use of Comment GELLO requires some metadata and the required attributes include those things illustrated in the following image:

The mode can be 'Client', 'Server' or 'Both'. If set to 'Client' it executes the GELLO on the client. The other two options execute GELLO on the server and this leads to better persistence of created data if they are Observations (see later posts). The identifier needs to be in the shown format. The includesList is a list of codes - in this case, LOINC codes on an incoming Observation. So if any of those listed is present in OBX3 the GELLO will activate. The excludesList is usually used for a generated Observation with a unique code to prevent multiple firings of already persisted commenting.

  • No labels