Releases: google/android-fhir
Data Capture Library 0.1.0-beta03
The sdc-0.1.0-beta03
release of the data-capture library will add in additional features in line with the FHIR SDC Specification. The following items have been added:
Enhancements:
- Support optionExclusive extension in questionnaires [#1281]
- Add subtitle text to the questionnaire item view [#1113]
- Add material date picker to datacapture module [#1109]
- Internationalization for the Questionnaire answerOption item using Translation Extensions [#929]
- Pop up numeric keyboard for a question that requires phone number [#650]
- Horizontal layout support for radio buttons in the datacapture library [#542]
Bugs:
- Soft keyboard is not opened for open choice view [#1293]
- Date picker questionnaire with required field true does not show calendar icon [#1292]
- Extra blank space get added below question text if subtitle text is not present [#1291]
- Hidden questionnaire items not handled in QuestionnaireResponseValidator [#1051]
- Mismatch between setting questionnaireResponse.questionnaire and validating it [#1028]
- In some Questionnaire form, instead of link it shows html code [#968]
- Issues while reselecting single answer option initially set in questionnaire.item.initial [#765]
- Integrate barcode reader function to the latest merged version of SDC [#687]
- In paginated layout extra display text is shown at the top [#1314]
- Stoping users from being able to input/edit date or time in the respective viewholders [#1311]
FHIR engine 0.1.0 beta01
This engine-0.1.0-beta01 release of the FHIR Engine library will add in additional features in line with the FHIR Specification for search, sync, security & privacy and data-access APIs. The following items have been added:
Sync API:
- Include resource version along with the SquashedLocalChange in the FhirEngine.syncUpload [#1096]
- Use Fhir Bundle type transaction for uploading the local changes to the server [#1021]
- Reorgnize the data source interface [#1199]
- FhirEngine Sync Download API Re-design [#1205]
- Device goes OOM when downloading a lot of resources [#862]
- Provide Resource Sync map based DownloadManager implementation in the ENgine [#1258]
Search API:
- URI filter in the search API [#951]
- Refactoring quantity index table by removing the canonical columns [#733]
Security & Privacy
Data Access API
FHIR engine 0.1.0 alpha06
The engine-0.1.0-alpha06
release includes the following enhancements and fixes:
- Public releases cannot be used due to internal dependency issue #1005
If your application depends on both the Structured Data Capture library (0.1.0-beta02
and above) and FHIR Engine library (alpha
versions), please update your dependency to this version.
Data Capture Library 0.1.0-beta02
Workflow Library 0.1.0-alpha01
This workflow-0.1.0-alpha01
release contains the following enhancements and fixes
New features:
- $measure-evaluate operation API #657
Data Capture Library 0.1.0-beta01
This sdc-0.1.0-beta01
release of the data-capture library will add in additional features in line with the FHIR SDC Specification. The following items have been added:
Enhancements:
- API for loading large questionnaires [#672]
- Read-only itemControl support [#763]
- Reduce the library size by removing npm package dependency [#808]
- API change for data capture config [#809]
Bugs:
- Crash while using the questionnaire response without disabled items generated by the SDK to resume form filling [#836]
- Reference/Gallery app get crashed when request focus get switched to bottom view [#863]
- Read only view in questions/forms too light [#917]
- UI improvements [#969]
- Multi select widget displays error incorrectly [#976]
FHIR engine 0.1.0 alpha05
This engine-0.1.0-alpha05
release contains the following enhancements and fixes
Enhancements:
- Added support to search using multiple resource types #611
- Add support for Quantity Search #474
- Allow the disjunction of multiple values to match a single search parameter #292
- Allow disjunction of multiple search parameters #723
Bugs:
None
Reference App (Enhancements):
- Sync status #715
- Implement updated design #654
- Risk assessment display #626
- Initiate and complete screener (encounter) #625
- Show work-list (patient list) #624
Reference App (Bugs):
- Remove redundant limit on number of search results #788
Data Capture Library 0.1.0-alpha05
This 0.1.0-alpha05
release of the data capture library adds support for choice and open-choice questions as well as handling ValueSets and ValueSet lookups within questionnaires. It also includes updates to existing features and bug fixes.
New features:
- New widget: dialog with checkboxes #606
- Add support open-choice item using a dialog #689
- Support for hidden fields #656
- Choice item answer lookups via contained ValueSet answerOptions #612
- Callback API for answerOption lookup from referenced ValueSet Resource #613
Bug fixes: (Includes bugs that may have been part of the earlier releases)
- QuestionResponseItem with initial value #755
- Hidden extension to hide question item #683
- Applying validation on bind to keep validation message relavant to current questionnaireItemViewItem #673
- Set values to date and time widget if answer already present #649
- Fix bug with date and date time widgets where you cannot reenter without moving away #208
FHIR engine 0.1.0 alpha04
Data Capture Library 0.1.0-alpha04
This sdc-0.1.0-alpha04
release contains the following enhancements and fixes
Bug fixes:
- SDC library, it does not set the answer to the definition field if the field type is choice type #674
- Duplicate Files Exception #614
- Validator crash #616
- Convert ResourceMapper extraction function to suspend function #666
- Nested questions behave strangely #652
New features:
- StructureMap-based extraction #543