-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAT-7570: Limit the date shift year result range to [1,9999].
The FHIR models use the older java.util.Date class to back the FHIR Date and DateTime values. Java Date does not support a year 0 (as it does not exist in the Gregorian calendar), hence the QICore Date Shift range min must be 1.
- Loading branch information
1 parent
74c597c
commit a4bf377
Showing
2 changed files
with
37 additions
and
7 deletions.
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