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,47 @@
maintenance:
title: DOC_OBS_ASSESSMENT_OPEN;;
mlmname: DOC_OBS_ASSESSMENT_OPEN;;
arden: version 4.5;;
version: 2.00;;
institution: St.Clair Hospital;;
author: Juliet M. Law;;
specialist: ;;
date: 2016-01-25;;
validation: testing;;
library:
purpose:
;;
explanation:
Change history
01.25.2016 JML CSR 33953 Created; copied from DOC_ADULT_ASSESSMENT_OPEN
;;
keywords:
;;
knowledge:
type: data-driven;;
data:
// Receive arguments from the flowsheet
(thisDocumentCommunication) := argument;
Doc_VTE_Override := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_VTE_PHYSICIAN_OVERRIDE{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL Doc_VTE_Override WITH thisDocumentCommunication;
//Call MLM to alert on urinary catheter risk assessment
DocCatheterRiskObs := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_URINARY_CATHETER_CHART_ALERT{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL DocCatheterRiskObs WITH thisDocumentCommunication;
;;
evoke:
;;
logic: conclude true;
;;
action: return thisDocumentCommunication;
;;
Urgency: 50;;
end: