47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_SELECT_PRINT_DISCHAGE_INSTRUCTIONS;;
|
|
mlmname: DOC_SELECT_PRINT_DISCHAGE_INSTRUCTIONS;;
|
|
arden: version 5.0;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Janet Nordin;;
|
|
specialist: Don Warnick ;;
|
|
date: 2017-10-31;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose:
|
|
;;
|
|
explanation: This MLM will call functional MLMs to be run upon selection of the "Print Discharge Instructons" button
|
|
|
|
Change history
|
|
|
|
10.31.2017 DW CSR# 36030 Elder Risk (renamed Risk Category then renamed Readmission Risk)
|
|
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DischargeSummary := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_DISCHARGE_SUMMARY{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DischargeSummary WITH thisDocumentCommunication;
|
|
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
RiskCategory := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_RISK_CATEGORY{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL RiskCategory WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|