Initial Checking with all 820 MLMs
This commit is contained in:
50
MLMStripper/bin/Debug/DOC/DOC_ED_TRIAGE_NOTE_OPEN.mlm
Normal file
50
MLMStripper/bin/Debug/DOC/DOC_ED_TRIAGE_NOTE_OPEN.mlm
Normal file
@@ -0,0 +1,50 @@
|
||||
maintenance:
|
||||
|
||||
title: DOC_ED_TRIAGE_NOTE_OPEN;;
|
||||
mlmname: DOC_ED_TRIAGE_NOTE_OPEN;;
|
||||
arden: version 5.0;;
|
||||
version: 2.00;;
|
||||
institution: St.Clair Hospital;;
|
||||
author: Don Warnick;;
|
||||
specialist: Don Warnick;;
|
||||
date: 2016-08-23;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose: Call MLMs upon open of the ED Triage Note
|
||||
;;
|
||||
explanation:
|
||||
|
||||
|
||||
Change history
|
||||
|
||||
05.23.2018 DW CSR# 36510 Harm to Self or Others - Created
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
StrokeLastKnownWell := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_STROKE_LAST_KNOWN_WELL_CALC{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL StrokeLastKnownWell WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
SuicidalOrViolent := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_SUICIDAL_OR_VIOLENT{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL SuicidalOrViolent WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_GENERIC_MANDATORY_BY_OCCUPATION{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
||||
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user