generated from NHSDigital/api-management-service-template
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: [AEA-4540] -update datetime for 1day prescriptions #2938
Merged
MatthewPopat-NHS
merged 44 commits into
master
from
aea-4540-update-datetime-for-1day-prescriptions
Nov 14, 2024
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
05ad254
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 56efa16
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 87f143e
adding date-time string to validityperiod end dates
jonathanwelch1-nhs f991315
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 5cd0b6f
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 58abf24
adding date-time string to validityperiod end dates
jonathanwelch1-nhs a64a90d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs d42ce4b
adding date-time string to validityperiod end dates
jonathanwelch1-nhs ab274cb
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 87ef328
adding date-time string to validityperiod end dates
jonathanwelch1-nhs fefef21
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 42a33b4
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 516b31d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 50118b5
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 3514d20
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 933c0f7
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 037da8d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 8e75111
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 8083337
adding date-time string to validityperiod end dates
jonathanwelch1-nhs b7a2d4f
adding date-time string to validityperiod end dates
jonathanwelch1-nhs c6b0f95
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 70f29f1
adding date-time string to validityperiod end dates
jonathanwelch1-nhs cb0bb6b
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 1bf37b2
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 13b76f9
adding date-time string to validityperiod end dates
jonathanwelch1-nhs ac2079c
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 21aa9d4
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 6fd5a27
adding date-time string to validityperiod end dates
jonathanwelch1-nhs fa24ab3
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 9636ff6
adding date-time string to validityperiod end dates
jonathanwelch1-nhs eb2f305
adding date-time string to validityperiod end dates
jonathanwelch1-nhs c815514
adding date-time string to validityperiod end dates
jonathanwelch1-nhs a279b49
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 56dcac9
adding date-time string to validityperiod end dates
jonathanwelch1-nhs 84ec305
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs 6bc2ee5
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs 2fe1dc4
recommented devcontainer feature
jonathanwelch1-nhs 272fd6d
Merge branch 'aea-4540-update-datetime-for-1day-prescriptions' of htt…
jonathanwelch1-nhs 19bd5ab
updated the descriptions
jonathanwelch1-nhs 12f4b4c
updated the descriptions
jonathanwelch1-nhs dc877d0
updated the descriptions
jonathanwelch1-nhs beb8064
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs 32126d1
added back the examples
jonathanwelch1-nhs e168a62
Merge branch 'aea-4540-update-datetime-for-1day-prescriptions' of htt…
jonathanwelch1-nhs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,6 +156,8 @@ properties: | |
description: | | ||
End date of an issue; capped at 12 months and cannot exceed the prescription's end date. | ||
Overall validity of the drug. | ||
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions. | ||
Example: "2022-10-21T23:59:59Z" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think example: here needs a slight unindent? |
||
format: date-time | ||
example: "2022-10-21T23:59:59Z" | ||
expectedSupplyDuration: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,6 +153,8 @@ properties: | |
description: | | ||
End date of an issue; capped at 12 months and cannot exceed the prescription's end date. | ||
Overall validity of the drug. | ||
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions. | ||
Example: "2022-10-21T23:59:59Z" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think example: here needs a slight unindent? |
||
format: date-time | ||
example: "2022-10-21T23:59:59Z" | ||
expectedSupplyDuration: | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think example: here needs a slight unindent?