51 lines
2.3 KiB
XML
51 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/1.0" id="Definitions_a268e14" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="Decision_PharmacyManual" name="Pharmacy Manual">
|
|
<extensionElements>
|
|
<biodi:bounds x="190" y="140" width="180" height="80" />
|
|
</extensionElements>
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1" label="Pharmacy Manual Upload Count">
|
|
<inputExpression id="inputExpression_1" typeRef="integer">
|
|
<text>StudyInfo.documents.DrugDevDoc_PharmManual.count</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="Pharmacy Manual(s) Uploaded?" name="isPharmacyManual" typeRef="boolean" />
|
|
<output id="OutputClause_1vbolzy" label="Pharmacy Manual Form Banner" name="ElementDoc_PharmMan" typeRef="string" />
|
|
<rule id="DecisionRule_0hvsnu9">
|
|
<inputEntry id="UnaryTests_1ll10nk">
|
|
<text>0</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1kidcjg">
|
|
<text>false</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0tk68d3">
|
|
<text>"The Pharmacy Manual has not been uploaded. If you do not intend to upload a manual before your IDS submission, please complete the questions below. If you do intend to upload a manual, you do not need to complete them."</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0yqphk1">
|
|
<inputEntry id="UnaryTests_0p3500o">
|
|
<text>1</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_08v3bfw">
|
|
<text>true</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1espyxg">
|
|
<text>"This manual will be sent as part of your IDS Submission"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1cwcqvd">
|
|
<inputEntry id="UnaryTests_0b49gpa">
|
|
<text>> 1</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1hb3ip1">
|
|
<text>true</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0yslf6v">
|
|
<text>"These manuals will be sent as part of your IDS Submission"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
</definitions>
|