@openmrs/ngx-formentry 3.2.1-pre.276 → 3.2.1-pre.279
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/question.factory.mjs +3 -1
- package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-renderer/form-renderer.component.mjs +3 -3
- package/esm2020/form-entry/value-adapters/diagnosis.adapter.mjs +229 -0
- package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/encounter.adapter.mjs +1 -1
- package/{dist/ngx-formentry/fesm2015 → fesm2015}/openmrs-ngx-formentry.mjs +105 -16
- package/fesm2015/openmrs-ngx-formentry.mjs.map +1 -0
- package/{dist/ngx-formentry/fesm2020 → fesm2020}/openmrs-ngx-formentry.mjs +101 -16
- package/fesm2020/openmrs-ngx-formentry.mjs.map +1 -0
- package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/diagnosis.adapter.d.ts +3 -0
- package/package.json +37 -94
- package/README.md +0 -429
- package/dist/ngx-formentry/esm2020/form-entry/value-adapters/diagnosis.adapter.mjs +0 -144
- package/dist/ngx-formentry/fesm2015/openmrs-ngx-formentry.mjs.map +0 -1
- package/dist/ngx-formentry/fesm2020/openmrs-ngx-formentry.mjs.map +0 -1
- package/dist/ngx-formentry/package.json +0 -48
- package/src/app/adult-1.4.json +0 -6858
- package/src/app/adult-1.6.json +0 -8082
- package/src/app/adult.json +0 -5700
- package/src/app/app.component.css +0 -0
- package/src/app/app.component.html +0 -25
- package/src/app/app.component.spec.ts +0 -23
- package/src/app/app.component.ts +0 -414
- package/src/app/app.module.ts +0 -24
- package/src/app/mock/mock-form.ts +0 -101
- package/src/app/mock/mock-obs.ts +0 -440
- package/src/app/mock/mock-translations.ts +0 -73
- package/src/app/mock/obs.json +0 -4188
- package/src/app/mock/orders.json +0 -338
- package/src/app/mock/schema/adult-return.json +0 -72
- package/src/app/mock/schema/compiled-adult-return.json +0 -706
- package/src/app/mock/schema/component_art.json +0 -1705
- package/src/app/mock/schema/component_hospitalization.json +0 -133
- package/src/app/mock/schema/component_preclinic-review.json +0 -480
- package/src/app/ncd-registration-1.0.json +0 -456
- package/src/app/translate/json-loader.ts +0 -10
- package/src/app/translate/translate.module.ts +0 -23
- package/src/assets/.gitkeep +0 -0
- package/src/assets/carbon.select.theme.css +0 -356
- package/src/environments/environment.prod.ts +0 -3
- package/src/environments/environment.ts +0 -15
- package/src/favicon.ico +0 -0
- package/src/index.html +0 -23
- package/src/karma.conf.js +0 -37
- package/src/main.ts +0 -13
- package/src/polyfills.ts +0 -68
- package/src/styles.scss +0 -8
- package/src/test.ts +0 -23
- package/src/translations/en.json +0 -53
- package/src/translations/fr.json +0 -53
- package/src/tsconfig.app.json +0 -13
- package/src/tsconfig.spec.json +0 -9
- package/src/tslint.json +0 -9
- package/src/typings.d.ts +0 -4
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/afe-control-type.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/afe-form-array.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/afe-form-control.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/afe-form-group.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/control-extensions.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/index.d.ts +0 -0
- /package/{dist/ngx-formentry/abstract-controls-extension → abstract-controls-extension}/value-change.listener.d.ts +0 -0
- /package/{dist/ngx-formentry/change-tracking → change-tracking}/control-relation.d.ts +0 -0
- /package/{dist/ngx-formentry/change-tracking → change-tracking}/control-relations.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/afe-ng-select.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/appointments-overview/appointments-overview.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/check-box/checkbox.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/check-box/checkbox.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/custom-component-wrapper/custom-component-wrapper..module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/custom-component-wrapper/custom-component-wrapper.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/custom-control-wrapper/custom-control-wrapper..module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/custom-control-wrapper/custom-control-wrapper.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/date-picker/date-picker.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/date-time-picker.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/date-time-picker.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/index.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/picker-modal/modal.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/pipes/moment.pipe.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/date-time-picker/time-picker/time-picker.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/file-upload/file-upload.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/file-upload/file-upload.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/file-upload/secure.pipe.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/input/input.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/input/input.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/input/label.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/input/text-area.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-datetime-picker/ngx-datetime-picker.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-datetime-picker/ngx-datetime-picker.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/adapter/date-time-adapter.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/adapter/date-time-format.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/adapter/native-date-time-format.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/calendar-body.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/calendar-month-view.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/calendar-year-view.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/calendar.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-inline.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker.animations.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time-picker.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/date-time.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/timer-box.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/date-time/timer.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/dialog/dialog-config.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/dialog/dialog-container.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/dialog/dialog-ref.class.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/dialog/dialog.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/dialog/dialog.service.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/utils/index.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-pick-datetime/lib/utils/object.utils.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-remote-select/ngx-remote-select.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-remote-select/ngx-remote-select.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-tabset/components/ngx-tab-set.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-tabset/components/tab.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-tabset/directives/hover-class.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/ngx-tabset/modules/ngx-tabset.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/number-input/number-input.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/number-input/number-input.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/number-input/number.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/radio-button/radio.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/radio-button/radio.module.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/select/optgroup.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/select/option.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/select/select.component.d.ts +0 -0
- /package/{dist/ngx-formentry/components → components}/select/select.module.d.ts +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/afe-control-type.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/afe-form-array.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/afe-form-control.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/afe-form-group.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/control-extensions.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/index.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/abstract-controls-extension/value-change.listener.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/change-tracking/control-relation.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/change-tracking/control-relations.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/afe-ng-select.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/appointments-overview/appointments-overview.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/check-box/checkbox.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/check-box/checkbox.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/custom-component-wrapper/custom-component-wrapper..module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/custom-component-wrapper/custom-component-wrapper.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/custom-control-wrapper/custom-control-wrapper..module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/custom-control-wrapper/custom-control-wrapper.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/date-picker/date-picker.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/date-time-picker.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/date-time-picker.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/index.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/picker-modal/modal.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/pipes/moment.pipe.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/date-time-picker/time-picker/time-picker.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/file-upload/file-upload.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/file-upload/file-upload.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/file-upload/secure.pipe.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/input/input.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/input/input.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/input/label.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/input/text-area.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-datetime-picker/ngx-datetime-picker.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-datetime-picker/ngx-datetime-picker.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/adapter/date-time-adapter.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/adapter/date-time-format.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-format.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/calendar-body.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/calendar-month-view.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/calendar-year-view.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/calendar.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-inline.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker.animations.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time-picker.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/date-time.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/timer-box.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/date-time/timer.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/dialog/dialog-config.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/dialog/dialog-container.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/dialog/dialog-ref.class.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/dialog/dialog.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/dialog/dialog.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/utils/index.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-pick-datetime/lib/utils/object.utils.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-remote-select/ngx-remote-select.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-remote-select/ngx-remote-select.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-tabset/components/ngx-tab-set.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-tabset/components/tab.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-tabset/directives/hover-class.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/ngx-tabset/modules/ngx-tabset.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/number-input/number-input.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/number-input/number-input.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/number-input/number.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/radio-button/radio.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/radio-button/radio.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/select/optgroup.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/select/option.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/select/select.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/components/select/select.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-alerts/alert-helpers.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-alerts/can-generate-alert.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-calculators/can-calculate.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-hiders-disablers/can-disable.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-hiders-disablers/can-hide.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-hiders-disablers/disabler-helper.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/control-hiders-disablers/hider-helpers.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/data-sources/data-sources.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/data-sources/dummy-data-source.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/directives/collapse-animations.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/directives/collapse.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/directives/historical-value.directive.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/error-renderer/error-renderer.component.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/expression-runner/expression-runner.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-entry.module.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/control-relations.factory.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/form-control.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/form-node.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/form.factory.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/form.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/hiders-disablers.factory.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/index.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/show-messages.factory.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/form-factory/validation.factory.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/helpers/historical-expression-helper-service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/helpers/historical-field-helper-service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/helpers/js-expression-helper.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/helpers/risk-dataset-table.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/pipes/time-ago.pipe.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/checkbox.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/conditional-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/custom-control-question.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/date-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/date-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/diagnosis-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/file-upload-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/group-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/base-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/checkbox-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/data-source.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/date-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/diagnosis-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/file-upload-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/group-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/multi-select-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/nested-questions.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/radio-button-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/repeating-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/select-option.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/select-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/test-order-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/text-area-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/text-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/interfaces/ui-select-question-options.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/js-expression-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/max-length-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/max-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/min-length-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/min-validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/models.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/multi-select-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/pair.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/question-base.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/radio-button.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/rendering-type.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/repeating-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/select-option.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/select-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/test-order-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/text-area-input-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/text-input-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/ui-select-question.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/question-models/validation.model.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/services/debug-mode.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/services/form-errors.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/services/form-schema-compiler.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/services/historical-encounter-data.service.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/conditional-answered.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/conditional-required.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/date.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/future-date-restriction.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/js-expression.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/max-date.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/max-length.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/max.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/min-date.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/min-length.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/min.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/required.validator.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/validators/validations.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/obs-adapter-helper.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/obs.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/order.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/patient-identifier.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/person-attribute.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/value.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/lib/index.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/openmrs-ngx-formentry.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/public_api.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/shared.module.mjs +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-alerts/alert-helpers.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-alerts/can-generate-alert.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-calculators/can-calculate.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-hiders-disablers/can-disable.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-hiders-disablers/can-hide.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-hiders-disablers/disabler-helper.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/control-hiders-disablers/hider-helpers.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/data-sources/data-sources.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/data-sources/dummy-data-source.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/directives/collapse-animations.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/directives/collapse.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/directives/historical-value.directive.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/error-renderer/error-renderer.component.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/expression-runner/expression-runner.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-entry.module.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/control-relations.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/form-control.service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/form-node.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/form.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/form.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/hiders-disablers.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/index.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/question.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/show-messages.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-factory/validation.factory.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/form-renderer/form-renderer.component.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/helpers/historical-expression-helper-service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/helpers/historical-field-helper-service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/helpers/js-expression-helper.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/helpers/risk-dataset-table.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/pipes/time-ago.pipe.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/checkbox.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/conditional-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/custom-control-question.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/date-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/date-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/diagnosis-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/file-upload-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/group-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/base-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/checkbox-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/data-source.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/date-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/diagnosis-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/file-upload-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/group-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/multi-select-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/nested-questions.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/radio-button-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/repeating-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/select-option.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/select-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/test-order-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/text-area-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/text-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/interfaces/ui-select-question-options.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/js-expression-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/max-length-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/max-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/min-length-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/min-validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/models.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/multi-select-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/pair.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/question-base.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/radio-button.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/rendering-type.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/repeating-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/select-option.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/select-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/test-order-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/text-area-input-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/text-input-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/ui-select-question.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/question-models/validation.model.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/services/debug-mode.service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/services/form-errors.service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/services/form-schema-compiler.service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/services/historical-encounter-data.service.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/conditional-answered.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/conditional-required.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/date.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/future-date-restriction.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/js-expression.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/max-date.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/max-length.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/max.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/min-date.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/min-length.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/min.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/required.validator.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/validators/validations.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/encounter.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/obs-adapter-helper.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/obs.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/order.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/patient-identifier.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/person-attribute.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/form-entry → form-entry}/value-adapters/value.adapter.d.ts +0 -0
- /package/{dist/ngx-formentry/lib → lib}/index.d.ts +0 -0
- /package/{dist/ngx-formentry/openmrs-ngx-formentry.d.ts → openmrs-ngx-formentry.d.ts} +0 -0
- /package/{dist/ngx-formentry/public_api.d.ts → public_api.d.ts} +0 -0
- /package/{dist/ngx-formentry/shared.module.d.ts → shared.module.d.ts} +0 -0
- /package/{dist/ngx-formentry/styles → styles}/ngx-formentry.css +0 -0
- /package/{dist/ngx-formentry/styles → styles}/picker.min.css +0 -0
package/src/app/mock/orders.json
DELETED
|
@@ -1,338 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"uuid": "3e9f1808-34dd-4407-b474-c334a2653a10",
|
|
3
|
-
"display": "ADULTRETURN 16/11/2016",
|
|
4
|
-
"encounterDatetime": "2016-11-16T11:46:37.000+0300",
|
|
5
|
-
"patient": {
|
|
6
|
-
"uuid": "b4ddd369-bec5-446e-b8f8-47fd5567b295",
|
|
7
|
-
"display": "234750205-2 - Robai Test Robai",
|
|
8
|
-
"links": [
|
|
9
|
-
{
|
|
10
|
-
"rel": "self",
|
|
11
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/patient/b4ddd369-bec5-446e-b8f8-47fd5567b295"
|
|
12
|
-
}
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
"form": {
|
|
16
|
-
"uuid": "81f92a8a-ff5c-415d-a34c-b5bdca2406be",
|
|
17
|
-
"display": "AMPATH POC Adult Return Visit Form v1.0",
|
|
18
|
-
"name": "AMPATH POC Adult Return Visit Form v1.0",
|
|
19
|
-
"description": "AMPATH POC Adult Return Visit Form v1.0",
|
|
20
|
-
"encounterType": {
|
|
21
|
-
"uuid": "8d5b2be0-c2cc-11de-8d13-0010c6dffd0f",
|
|
22
|
-
"display": "ADULTRETURN",
|
|
23
|
-
"links": [
|
|
24
|
-
{
|
|
25
|
-
"rel": "self",
|
|
26
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encountertype/8d5b2be0-c2cc-11de-8d13-0010c6dffd0f"
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"version": "1.0",
|
|
31
|
-
"build": null,
|
|
32
|
-
"published": true,
|
|
33
|
-
"formFields": [],
|
|
34
|
-
"retired": false,
|
|
35
|
-
"resources": [
|
|
36
|
-
{
|
|
37
|
-
"uuid": "991e36d7-98df-45a9-b77b-37dba0dfcb67",
|
|
38
|
-
"display": "json schema",
|
|
39
|
-
"links": [
|
|
40
|
-
{
|
|
41
|
-
"rel": "value",
|
|
42
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/form/81f92a8a-ff5c-415d-a34c-b5bdca2406be/resource/991e36d7-98df-45a9-b77b-37dba0dfcb67/value"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"rel": "self",
|
|
46
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/form/81f92a8a-ff5c-415d-a34c-b5bdca2406be/resource/991e36d7-98df-45a9-b77b-37dba0dfcb67"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"links": [
|
|
52
|
-
{
|
|
53
|
-
"rel": "self",
|
|
54
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/form/81f92a8a-ff5c-415d-a34c-b5bdca2406be"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"rel": "full",
|
|
58
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/form/81f92a8a-ff5c-415d-a34c-b5bdca2406be?v=full"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
"resourceVersion": "1.9"
|
|
62
|
-
},
|
|
63
|
-
"encounterType": {
|
|
64
|
-
"uuid": "8d5b2be0-c2cc-11de-8d13-0010c6dffd0f",
|
|
65
|
-
"display": "ADULTRETURN",
|
|
66
|
-
"name": "ADULTRETURN",
|
|
67
|
-
"description": "Outpatient Adult Return Visit",
|
|
68
|
-
"retired": false,
|
|
69
|
-
"links": [
|
|
70
|
-
{
|
|
71
|
-
"rel": "self",
|
|
72
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encountertype/8d5b2be0-c2cc-11de-8d13-0010c6dffd0f"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"rel": "full",
|
|
76
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encountertype/8d5b2be0-c2cc-11de-8d13-0010c6dffd0f?v=full"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"resourceVersion": "1.8"
|
|
80
|
-
},
|
|
81
|
-
"orders": [
|
|
82
|
-
{
|
|
83
|
-
"uuid": "order-1-uuid",
|
|
84
|
-
"orderNumber": "ORD-13737",
|
|
85
|
-
"auditInfo": {
|
|
86
|
-
"dateVoided": "2017-01-01"
|
|
87
|
-
},
|
|
88
|
-
"patient": {
|
|
89
|
-
"uuid": "b4ddd369-bec5-446e-b8f8-47fd5567b295",
|
|
90
|
-
"display": "234750205-2 - Robai Test Robai",
|
|
91
|
-
"links": [
|
|
92
|
-
{
|
|
93
|
-
"rel": "self",
|
|
94
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/patient/b4ddd369-bec5-446e-b8f8-47fd5567b295"
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
"concept": {
|
|
99
|
-
"uuid": "a8982474-1350-11df-a1f1-0026b9348838",
|
|
100
|
-
"display": "HIV VIRAL LOAD, QUANTITATIVE",
|
|
101
|
-
"links": [
|
|
102
|
-
{
|
|
103
|
-
"rel": "self",
|
|
104
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/concept/a8982474-1350-11df-a1f1-0026b9348838"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
"action": "NEW",
|
|
109
|
-
"careSetting": {
|
|
110
|
-
"uuid": "6f0c9a92-6f24-11e3-af88-005056821db0",
|
|
111
|
-
"display": "Outpatient",
|
|
112
|
-
"links": [
|
|
113
|
-
{
|
|
114
|
-
"rel": "self",
|
|
115
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/caresetting/6f0c9a92-6f24-11e3-af88-005056821db0"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
"previousOrder": null,
|
|
120
|
-
"dateActivated": "2016-12-14T06:38:52.000+0300",
|
|
121
|
-
"dateStopped": null,
|
|
122
|
-
"autoExpireDate": null,
|
|
123
|
-
"encounter": {
|
|
124
|
-
"uuid": "3e9f1808-34dd-4407-b474-c334a2653a10",
|
|
125
|
-
"display": "ADULTRETURN 16/11/2016",
|
|
126
|
-
"links": [
|
|
127
|
-
{
|
|
128
|
-
"rel": "self",
|
|
129
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encounter/3e9f1808-34dd-4407-b474-c334a2653a10"
|
|
130
|
-
}
|
|
131
|
-
]
|
|
132
|
-
},
|
|
133
|
-
"orderer": {
|
|
134
|
-
"uuid": "d9ca67ef-c8ea-4d2d-9102-eb515573f856",
|
|
135
|
-
"display": "1118-9 - Florida Jepngetich Kiplagat",
|
|
136
|
-
"links": [
|
|
137
|
-
{
|
|
138
|
-
"rel": "self",
|
|
139
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/provider/d9ca67ef-c8ea-4d2d-9102-eb515573f856"
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
"orderReason": null,
|
|
144
|
-
"orderReasonNonCoded": null,
|
|
145
|
-
"urgency": "ROUTINE",
|
|
146
|
-
"instructions": null,
|
|
147
|
-
"commentToFulfiller": null,
|
|
148
|
-
"display": "HIV VIRAL LOAD, QUANTITATIVE",
|
|
149
|
-
"specimenSource": null,
|
|
150
|
-
"laterality": null,
|
|
151
|
-
"clinicalHistory": null,
|
|
152
|
-
"frequency": null,
|
|
153
|
-
"numberOfRepeats": null,
|
|
154
|
-
"links": [
|
|
155
|
-
{
|
|
156
|
-
"rel": "self",
|
|
157
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/04702e88-b06a-44c0-a5e8-c3f3291595a0"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"rel": "full",
|
|
161
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/04702e88-b06a-44c0-a5e8-c3f3291595a0?v=full"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"type": "testorder",
|
|
165
|
-
"resourceVersion": "1.10"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"uuid": "order-1-uuid",
|
|
169
|
-
"orderNumber": "ORD-13738",
|
|
170
|
-
"auditInfo": {
|
|
171
|
-
"dateVoided": ""
|
|
172
|
-
},
|
|
173
|
-
"patient": {
|
|
174
|
-
"uuid": "b4ddd369-bec5-446e-b8f8-47fd5567b295",
|
|
175
|
-
"display": "234750205-2 - Robai Test Robai",
|
|
176
|
-
"links": [
|
|
177
|
-
{
|
|
178
|
-
"rel": "self",
|
|
179
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/patient/b4ddd369-bec5-446e-b8f8-47fd5567b295"
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
},
|
|
183
|
-
"concept": {
|
|
184
|
-
"uuid": "a8982474-1350-11df-a1f1-0026b9348838",
|
|
185
|
-
"display": "HIV VIRAL LOAD, QUANTITATIVE",
|
|
186
|
-
"links": [
|
|
187
|
-
{
|
|
188
|
-
"rel": "self",
|
|
189
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/concept/a8982474-1350-11df-a1f1-0026b9348838"
|
|
190
|
-
}
|
|
191
|
-
]
|
|
192
|
-
},
|
|
193
|
-
"action": "NEW",
|
|
194
|
-
"careSetting": {
|
|
195
|
-
"uuid": "6f0c9a92-6f24-11e3-af88-005056821db0",
|
|
196
|
-
"display": "Outpatient",
|
|
197
|
-
"links": [
|
|
198
|
-
{
|
|
199
|
-
"rel": "self",
|
|
200
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/caresetting/6f0c9a92-6f24-11e3-af88-005056821db0"
|
|
201
|
-
}
|
|
202
|
-
]
|
|
203
|
-
},
|
|
204
|
-
"previousOrder": null,
|
|
205
|
-
"dateActivated": "2016-12-14T06:38:52.000+0300",
|
|
206
|
-
"dateStopped": null,
|
|
207
|
-
"autoExpireDate": null,
|
|
208
|
-
"encounter": {
|
|
209
|
-
"uuid": "3e9f1808-34dd-4407-b474-c334a2653a10",
|
|
210
|
-
"display": "ADULTRETURN 16/11/2016",
|
|
211
|
-
"links": [
|
|
212
|
-
{
|
|
213
|
-
"rel": "self",
|
|
214
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encounter/3e9f1808-34dd-4407-b474-c334a2653a10"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
"orderer": {
|
|
219
|
-
"uuid": "d9ca67ef-c8ea-4d2d-9102-eb515573f856",
|
|
220
|
-
"display": "1118-9 - Florida Jepngetich Kiplagat",
|
|
221
|
-
"links": [
|
|
222
|
-
{
|
|
223
|
-
"rel": "self",
|
|
224
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/provider/d9ca67ef-c8ea-4d2d-9102-eb515573f856"
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
},
|
|
228
|
-
"orderReason": null,
|
|
229
|
-
"orderReasonNonCoded": null,
|
|
230
|
-
"urgency": "ROUTINE",
|
|
231
|
-
"instructions": null,
|
|
232
|
-
"commentToFulfiller": null,
|
|
233
|
-
"display": "HIV VIRAL LOAD, QUANTITATIVE",
|
|
234
|
-
"specimenSource": null,
|
|
235
|
-
"laterality": null,
|
|
236
|
-
"clinicalHistory": null,
|
|
237
|
-
"frequency": null,
|
|
238
|
-
"numberOfRepeats": null,
|
|
239
|
-
"links": [
|
|
240
|
-
{
|
|
241
|
-
"rel": "self",
|
|
242
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/04702e88-b06a-44c0-a5e8-c3f3291595a0"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"rel": "full",
|
|
246
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/04702e88-b06a-44c0-a5e8-c3f3291595a0?v=full"
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"type": "testorder",
|
|
250
|
-
"resourceVersion": "1.10"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"uuid": "order-2-uuid",
|
|
254
|
-
"orderNumber": "ORD-13739",
|
|
255
|
-
"auditInfo": {
|
|
256
|
-
"dateVoided": ""
|
|
257
|
-
},
|
|
258
|
-
"patient": {
|
|
259
|
-
"uuid": "b4ddd369-bec5-446e-b8f8-47fd5567b295",
|
|
260
|
-
"display": "234750205-2 - Robai Test Robai",
|
|
261
|
-
"links": [
|
|
262
|
-
{
|
|
263
|
-
"rel": "self",
|
|
264
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/patient/b4ddd369-bec5-446e-b8f8-47fd5567b295"
|
|
265
|
-
}
|
|
266
|
-
]
|
|
267
|
-
},
|
|
268
|
-
"concept": {
|
|
269
|
-
"uuid": "a898fe80-1350-11df-a1f1-0026b9348838",
|
|
270
|
-
"display": "HIV DNA POLYMERASE CHAIN REACTION, QUALITATIVE",
|
|
271
|
-
"links": [
|
|
272
|
-
{
|
|
273
|
-
"rel": "self",
|
|
274
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/concept/a898fe80-1350-11df-a1f1-0026b9348838"
|
|
275
|
-
}
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
|
-
"action": "NEW",
|
|
279
|
-
"careSetting": {
|
|
280
|
-
"uuid": "6f0c9a92-6f24-11e3-af88-005056821db0",
|
|
281
|
-
"display": "Outpatient",
|
|
282
|
-
"links": [
|
|
283
|
-
{
|
|
284
|
-
"rel": "self",
|
|
285
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/caresetting/6f0c9a92-6f24-11e3-af88-005056821db0"
|
|
286
|
-
}
|
|
287
|
-
]
|
|
288
|
-
},
|
|
289
|
-
"previousOrder": null,
|
|
290
|
-
"dateActivated": "2016-12-14T06:38:53.000+0300",
|
|
291
|
-
"dateStopped": null,
|
|
292
|
-
"autoExpireDate": null,
|
|
293
|
-
"encounter": {
|
|
294
|
-
"uuid": "3e9f1808-34dd-4407-b474-c334a2653a10",
|
|
295
|
-
"display": "ADULTRETURN 16/11/2016",
|
|
296
|
-
"links": [
|
|
297
|
-
{
|
|
298
|
-
"rel": "self",
|
|
299
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/encounter/3e9f1808-34dd-4407-b474-c334a2653a10"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
"orderer": {
|
|
304
|
-
"uuid": "d9ca67ef-c8ea-4d2d-9102-eb515573f856",
|
|
305
|
-
"display": "1118-9 - Florida Jepngetich Kiplagat",
|
|
306
|
-
"links": [
|
|
307
|
-
{
|
|
308
|
-
"rel": "self",
|
|
309
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/provider/d9ca67ef-c8ea-4d2d-9102-eb515573f856"
|
|
310
|
-
}
|
|
311
|
-
]
|
|
312
|
-
},
|
|
313
|
-
"orderReason": null,
|
|
314
|
-
"orderReasonNonCoded": null,
|
|
315
|
-
"urgency": "ROUTINE",
|
|
316
|
-
"instructions": null,
|
|
317
|
-
"commentToFulfiller": null,
|
|
318
|
-
"display": "HIV DNA POLYMERASE CHAIN REACTION, QUALITATIVE",
|
|
319
|
-
"specimenSource": null,
|
|
320
|
-
"laterality": null,
|
|
321
|
-
"clinicalHistory": null,
|
|
322
|
-
"frequency": null,
|
|
323
|
-
"numberOfRepeats": null,
|
|
324
|
-
"links": [
|
|
325
|
-
{
|
|
326
|
-
"rel": "self",
|
|
327
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/38e07c3c-3291-4d5b-8d4b-7c9dbd5df072"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"rel": "full",
|
|
331
|
-
"uri": "https://amrs.ampath.or.ke:8443/amrs/ws/rest/v1/order/38e07c3c-3291-4d5b-8d4b-7c9dbd5df072?v=full"
|
|
332
|
-
}
|
|
333
|
-
],
|
|
334
|
-
"type": "testorder",
|
|
335
|
-
"resourceVersion": "1.10"
|
|
336
|
-
}
|
|
337
|
-
]
|
|
338
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ampath_poc_adult_return_visit_form_v1.0",
|
|
3
|
-
"uuid": "xxxx",
|
|
4
|
-
"processor": "EncounterFormProcessor",
|
|
5
|
-
"referencedForms": [
|
|
6
|
-
{
|
|
7
|
-
"formName": "component_preclinic-review",
|
|
8
|
-
"alias": "pcr"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"formName": "component_hospitalization",
|
|
12
|
-
"alias": "hosp"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"formName": "component_art",
|
|
16
|
-
"alias": "art"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"pages": [
|
|
20
|
-
{
|
|
21
|
-
"label": "Pre-Clinic Review",
|
|
22
|
-
"sections": [
|
|
23
|
-
{
|
|
24
|
-
"reference": {
|
|
25
|
-
"form": "pcr",
|
|
26
|
-
"page": "Pre-clinic Review",
|
|
27
|
-
"section": "Pre-clinic Review"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"label": "Medical History",
|
|
34
|
-
"sections": [
|
|
35
|
-
{
|
|
36
|
-
"reference": {
|
|
37
|
-
"form": "pcr",
|
|
38
|
-
"page": "Pre-clinic Review",
|
|
39
|
-
"section": "Social History"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"reference": {
|
|
44
|
-
"form": "pcr",
|
|
45
|
-
"page": "Pre-clinic Review",
|
|
46
|
-
"section": "Prevention With Positives"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"reference": {
|
|
51
|
-
"form": "hosp",
|
|
52
|
-
"page": "Hospitalization",
|
|
53
|
-
"section": "Hospitalization History"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"label": "ART History",
|
|
60
|
-
"sections": [
|
|
61
|
-
{
|
|
62
|
-
"reference": {
|
|
63
|
-
"form": "art",
|
|
64
|
-
"page": "ART ",
|
|
65
|
-
"section": "ART History",
|
|
66
|
-
"excludeQuestions": ["current_art_regimen_ped"]
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
}
|