Initial Checking with all 820 MLMs
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
maintenance:
|
||||
|
||||
title: DOC_ED_DISCHARGE_INSTRUCTIONS_CLOSE;;
|
||||
mlmname: DOC_ED_DISCHARGE_INSTRUCTIONS_CLOSE;;
|
||||
arden: version 5.0;;
|
||||
version: 2.00;;
|
||||
institution: St.Clair Hospital;;
|
||||
author: Don Warnick;;
|
||||
specialist: Prggy Karish;;
|
||||
date: 2017-06-07;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose:
|
||||
;;
|
||||
explanation: This MLM will call functional MLMs to be run upon close of the ED Discharge Instructions Structued Note
|
||||
|
||||
|
||||
Change history
|
||||
|
||||
07.07.2017 DW CSR# 35436 - PDMP Improvements
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
PrintEDDischInst := MLM {{{SINGLE-QUOTE}}}DOC_PRINT_ED_DCINST{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL PrintEDDischInst WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
SavePDMPSearchData := MLM {{{SINGLE-QUOTE}}}Doc_Launch_PDMP_Search{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL SavePDMPSearchData WITH thisDocumentCommunication;
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user