Initial Checking with all 820 MLMs
This commit is contained in:
51
MLMStripper/bin/Debug/DOC/DOC_ED_VITAL_SIGNS_CLOSE.mlm
Normal file
51
MLMStripper/bin/Debug/DOC/DOC_ED_VITAL_SIGNS_CLOSE.mlm
Normal 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:
|
||||
Reference in New Issue
Block a user