Initial Checking with all 820 MLMs
This commit is contained in:
44
MLMStripper/bin/Debug/DOC/DOC_OBS_ASSESSMENT_CLOSE.mlm
Normal file
44
MLMStripper/bin/Debug/DOC/DOC_OBS_ASSESSMENT_CLOSE.mlm
Normal file
@@ -0,0 +1,44 @@
|
||||
maintenance:
|
||||
|
||||
title: DOC_OBS_ASSESSMENT_CLOSE;;
|
||||
mlmname: DOC_OBS_ASSESSMENT_CLOSE;;
|
||||
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_CLOSE
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
// Receive arguments from the flowsheet
|
||||
(thisDocumentCommunication) := argument;
|
||||
|
||||
//Call MLM to create dressing change order based on type of line insertion being charted
|
||||
DocDressingChangeObs := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_CREATE_DRESSING_CHANGE_FROM_LINE_INSERTION_OBS{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocDressingChangeObs WITH thisDocumentCommunication;
|
||||
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user