2020 href: "/dashboard"
2121}) }}
2222
23- < h2 > Screening appointment</ h2 >
24- {% set exampleParticipant = "/clinics/wtrl7jud/events/5gpn41oi" %}
23+ < h2 > Active screening appointment</ h2 >
24+
25+ {% set eventId = "5gpn41oi" %}
26+
27+ {% set makeActiveAppointment -%}?event[workflowStatus][appointment]=started{%- endset %}
28+
29+ {% set exampleParticipant = "/clinics/wtrl7jud/events/" + eventId %}
30+
2531< ul >
2632 < li >
27- < a href ="{{ exampleParticipant }} "> Initial appointment</ a >
28- </ li >
29- < li >
30- < a href ="{{ exampleParticipant }}/appointment "> Alternative appointment start</ a >
31- </ li >
32- < li >
33- < a href ="{{ exampleParticipant }}/special-appointment/edit "> Manage special appointment</ a >
34- </ li >
35- < li >
36- < a href ="{{ exampleParticipant }}/personal-details/ethnicity "> Ethnicity</ a >
37- </ li >
38- < li >
39- < a href ="{{ exampleParticipant }}/previous-mammograms/add "> Add details of a previous mammogram</ a >
40- </ li >
41- < li >
42- < a href ="{{ exampleParticipant }}/attended-not-screened-reason "> Appointment cannot go ahead</ a >
43- </ li >
44- < li >
45- < a href ="{{ exampleParticipant }}/medical-information "> Medical information</ a >
33+ < a href ="{{ exampleParticipant }}/identity "> Participant</ a >
34+ < ul >
35+ < li >
36+ < a href ="{{ exampleParticipant }}/special-appointment/edit "> Manage special appointment</ a >
37+ </ li >
38+ < li >
39+ < a href ="{{ exampleParticipant }}/personal-details/ethnicity "> Ethnicity</ a >
40+ </ li >
41+ </ ul >
4642 </ li >
4743 < li >
48- < a href ="{{ exampleParticipant }}/record-medical-information "> Record medical information</ a >
44+ < a href ="{{ exampleParticipant }}/record-medical-information "> Review medical information</ a >
4945 < ul >
5046 < li >
51- < a href ="{{ exampleParticipant }}/medical-information/record-breast-features " > Record breast features </ a >
47+ < a href ="{{ exampleParticipant }}/previous-mammograms/add " > Add details of a previous mammogram </ a >
5248 </ li >
5349 < li >
5450 < a href ="{{ exampleParticipant }}/medical-information/symptoms/add?referrerChain={{ exampleParticipant }}/record-medical-information "> Add a symptom</ a >
5551 </ li >
52+ < li >
53+ < a href ="{{ exampleParticipant }}/medical-information/record-breast-features "> Record breast features</ a >
54+ </ li >
5655 < li >
5756 < a href ="{{ exampleParticipant }}/medical-information/hormone-replacement-therapy?referrerChain={{ exampleParticipant }}/record-medical-information "> Hormone replacement therapy</ a >
5857 </ li >
@@ -62,13 +61,28 @@ <h2>Screening appointment</h2>
6261 </ ul >
6362 </ li >
6463 < li >
65- < a href ="{{ exampleParticipant }}/awaiting- images "> Awaiting images </ a >
64+ < a href ="{{ exampleParticipant }}/images "> Images </ a >
6665 </ li >
6766 < li >
68- < a href ="{{ exampleParticipant }}/imaging "> Imaging</ a >
67+ < a href ="{{ exampleParticipant }}/review "> Review</ a >
68+ </ li >
69+ </ ul >
70+
71+ < h2 > Completed screening appointment</ h2 >
72+
73+ {% set eventId = "1fefyh1q" %}
74+
75+ {% set exampleParticipant = "/clinics/wtrl7jud/events/" + eventId %}
76+
77+ < ul >
78+ < li >
79+ < a href ="{{ exampleParticipant }} "> Main appointment page</ a >
80+ </ li >
81+ < li >
82+ < a href ="{{ exampleParticipant }}/medical-information "> Medical information</ a >
6983 </ li >
7084 < li >
71- < a href ="{{ exampleParticipant }}/confirm " > Confirm </ a >
85+ < a href ="{{ exampleParticipant }}/images " > Images </ a >
7286 </ li >
7387</ ul >
7488
0 commit comments