Initial Checking with all 820 MLMs

This commit is contained in:
2020-02-02 00:54:01 -05:00
parent c59dc6de2e
commit 840d0432f4
828 changed files with 239162 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
maintenance:
title: DOC_ED_VITAL_SIGNS_CLOSE;;
mlmname: DOC_ED_VITAL_SIGNS_CLOSE;;
arden: version 4.5;;
version: 2.00;;
institution: St.Clair Hospital;;
author: Peggy Karish;;
specialist: Sandy Zhang;;
date: 2017-05-03;;
validation: testing;;
library:
purpose:
;;
explanation:
Change history
05.03.2017 SZ CSR: 35113 Created this universal MLM for closing of Flowsheet known as Doc. Cat. - Flowsheet: "1. Vital Signs - ED"
;;
keywords:
;;
knowledge:
type: data-driven;;
data:
// Receive arguments from the flowsheet
(thisDocumentCommunication) := argument;
DressingChangeAlert := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_CREATE_DRESSING_CHANGE_FROM_LINE_INSERTION_OBS{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL DressingChangeAlert WITH thisDocumentCommunication;
//Reset to receive arguments from the flowsheet
(thisDocumentCommunication) := argument;
SIRSAlert := MLM {{{SINGLE-QUOTE}}}DOC_SEPSIS_STATUS_BOARD_COLUMN_ED{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL SIRSAlert WITH thisDocumentCommunication;
;;
evoke:
;;
logic: conclude true;
;;
action: return thisDocumentCommunication;
;;
Urgency: 50;;
end: