Skip to content

Commit

Permalink
fix alt text on bpmn diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran-nhsd committed Mar 22, 2024
1 parent fd3f9aa commit 5076d03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion input/pagecontent/add-reasonable-adjustment-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Then a freetext note may be added to the flag
A practitioner performs an examination and determines that a condition and/or an adjustment should be recorded. If the patient does not consent, no details are recorded. If the patient consents, then the adjustment is recorded, and optionally the condition as well.

<div style="text-align: left;">
<img style="max-width: 70%" src="add-record-workflow.svg"/>
<img style="max-width: 70%" alt="Add record workflow BPMN diagram." src="add-record-workflow.svg"/>
</div>

### System Interactions
Expand Down
2 changes: 1 addition & 1 deletion input/pagecontent/consent-to-share-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ And all conditions will be deleted
If consent is not given, then this will be recorded. If there was previous consent to record adjustments, but the consent is then revoked, then all adjustment records must also be removed.

<div>
<img style="max-width: 100%" alt="Activity created in draw.io!" src="consent-to-treatment.svg"/>
<img style="max-width: 100%" alt="Consent workflow BPMN diagram." src="consent-to-treatment.svg"/>
</div>

### System Interactions
Expand Down
2 changes: 1 addition & 1 deletion input/pagecontent/remove-reasonable-adjustment-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A patient may revoke consent to share information about Reasonable Adjustment re
</p>

<div>
<img style="max-width: 70%" alt="Activity created in draw.io!" src="remove-record-workflow.svg"/>
<img style="max-width: 70%" alt="Remove record workflow BPMN diagram." src="remove-record-workflow.svg"/>
</div>

### System Interactions
Expand Down
2 changes: 1 addition & 1 deletion input/pagecontent/retrieve-reasonable-adjustment-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ After obtaining consent from a patient, a Reasonable Adjustment Record may be re
A practitioner confirms that a patient consents to share information about Reasonable Adjustment records. A patient may revoke consent to share information about Reasonable Adjustment records and if they do, all records must be removed.

<div>
<img style="max-width: 70%" alt="Activity created in draw.io!" src="retrieve-record-workflow.svg"/>
<img style="max-width: 70%" alt="Retrieve record workflow BPMN diagram." src="retrieve-record-workflow.svg"/>
</div>

### System Interactions
Expand Down

0 comments on commit 5076d03

Please sign in to comment.