Fixes broken spec
This commit is contained in:
parent
eea8a076ee
commit
2e601719ad
|
@ -12,22 +12,10 @@
|
|||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="SequenceFlow_1fmyo77" sourceRef="StartEvent_1" targetRef="ScriptTask_02924vs" />
|
||||
<bpmn:userTask id="UserTask_04pvcqk" name="Edit IND Info" camunda:formKey="FormKey_Details">
|
||||
<bpmn:documentation>### Details
|
||||
<bpmn:documentation>IS_IDE: {{StudyInfo.details.IS_IDE}}
|
||||
|
||||
{% if study.details.IS_IND == 1 %}
|
||||
#### Investigation New Drug
|
||||
{% if study.details.IND_1 != "" %}
|
||||
**IND 1 No.:** {{study.details.IND_1}}
|
||||
{% endif %}
|
||||
{% if study.details.IND_2 != "" %}
|
||||
**IND 2 No.:** {{study.details.IND_2}}
|
||||
{% endif %}
|
||||
{% if study.details.IND_3 != "" %}
|
||||
**IND 3 No.:** {{study.details.IND_3}}
|
||||
{% endif %}
|
||||
|
||||
##### This will open the IND step
|
||||
{% endif %}</bpmn:documentation>
|
||||
IS_IND: {{StudyInfo.details.IS_IND}}</bpmn:documentation>
|
||||
<bpmn:extensionElements>
|
||||
<camunda:formData>
|
||||
<camunda:formField id="HolderType" label="IND Holder Type" type="enum">
|
||||
|
@ -44,41 +32,76 @@
|
|||
<camunda:formField id="DrugBiologicName" label="Drug/Biologic Name" type="string" />
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>SequenceFlow_18nr0gf</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0m7unlb</bpmn:incoming>
|
||||
<bpmn:outgoing>SequenceFlow_05ybtii</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="SequenceFlow_18nr0gf" sourceRef="ScriptTask_02924vs" targetRef="UserTask_04pvcqk" />
|
||||
<bpmn:sequenceFlow id="SequenceFlow_18nr0gf" sourceRef="ScriptTask_02924vs" targetRef="Activity_FromIRB-API" />
|
||||
<bpmn:endEvent id="EndEvent_1qvyxg7">
|
||||
<bpmn:incoming>SequenceFlow_05ybtii</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="SequenceFlow_05ybtii" sourceRef="UserTask_04pvcqk" targetRef="EndEvent_1qvyxg7" />
|
||||
<bpmn:sequenceFlow id="Flow_0m7unlb" sourceRef="Activity_FromIRB-API" targetRef="UserTask_04pvcqk" />
|
||||
<bpmn:manualTask id="Activity_FromIRB-API" name="From IRB API">
|
||||
<bpmn:documentation>| Data Point | Value | Help |
|
||||
|:-------------- |:-------- |:------ |
|
||||
{% for key, value in StudyInfo.details.items() -%}
|
||||
| {{key}} | {%- if value == None -%}
|
||||
\-\-
|
||||
{%- else -%}
|
||||
{%- if value is number -%}
|
||||
{%- if value == 1 -%}
|
||||
True
|
||||
{%- elif value == 0 -%}
|
||||
False
|
||||
{%- else -%}
|
||||
{{value}}
|
||||
{%- endif -%}
|
||||
{%- elif value is string -%}
|
||||
{%- if value|length -%}
|
||||
{{value}}
|
||||
{%- else -%}
|
||||
Question not presented
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
{%- endif -%} | [Context here](/help)
|
||||
{% endfor -%}</bpmn:documentation>
|
||||
<bpmn:incoming>SequenceFlow_18nr0gf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0m7unlb</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1gmf4la">
|
||||
<bpmndi:BPMNEdge id="Flow_0m7unlb_di" bpmnElement="Flow_0m7unlb">
|
||||
<di:waypoint x="570" y="117" />
|
||||
<di:waypoint x="670" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_05ybtii_di" bpmnElement="SequenceFlow_05ybtii">
|
||||
<di:waypoint x="770" y="117" />
|
||||
<di:waypoint x="872" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_18nr0gf_di" bpmnElement="SequenceFlow_18nr0gf">
|
||||
<di:waypoint x="570" y="117" />
|
||||
<di:waypoint x="670" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_1fmyo77_di" bpmnElement="SequenceFlow_1fmyo77">
|
||||
<di:waypoint x="358" y="117" />
|
||||
<di:waypoint x="410" y="117" />
|
||||
<di:waypoint x="470" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="UserTask_04pvcqk_di" bpmnElement="UserTask_04pvcqk">
|
||||
<dc:Bounds x="670" y="77" width="100" height="80" />
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_1fmyo77_di" bpmnElement="SequenceFlow_1fmyo77">
|
||||
<di:waypoint x="228" y="117" />
|
||||
<di:waypoint x="310" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="192" y="99" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="ScriptTask_02924vs_di" bpmnElement="ScriptTask_02924vs">
|
||||
<dc:Bounds x="470" y="77" width="100" height="80" />
|
||||
<dc:Bounds x="310" y="77" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="322" y="99" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="UserTask_04pvcqk_di" bpmnElement="UserTask_04pvcqk">
|
||||
<dc:Bounds x="670" y="77" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="EndEvent_1qvyxg7_di" bpmnElement="EndEvent_1qvyxg7">
|
||||
<dc:Bounds x="872" y="99" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_19nawos_di" bpmnElement="Activity_FromIRB-API">
|
||||
<dc:Bounds x="470" y="77" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue