46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_OUTPATIENT_OPEN;;
|
|
mlmname: DOC_OUTPATIENT_OPEN;;
|
|
arden: version 5.0;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Shawn Head x7468;;
|
|
specialist: ;;
|
|
date: 2017-08-23;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose:
|
|
;;
|
|
explanation: This MLM will call functional MLMs to be run upon open of the Outpatient documents
|
|
|
|
Change history
|
|
|
|
8/23/2017 - CSR#: 35320 STH - Created
|
|
10/8/2019 - SZ - CSR # 37979 - preferred pharmacy for doc changes
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
ClearPrintButton := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_OUTPATIENT_CLEARPRINTBUTTON{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL ClearPrintButton WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
PreferredPharmacyTextBox := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_PREFERRED_PHARMACY_TEXT_BOX{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL PreferredPharmacyTextBox WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|