52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
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:
|