45 lines
959 B
Plaintext
45 lines
959 B
Plaintext
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:
|