@openmrs/ngx-formentry 3.2.1-pre.276 → 3.2.1-pre.278
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/package.json +37 -94
- package/README.md +0 -429
- 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/question.factory.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/form-renderer/form-renderer.component.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/diagnosis.adapter.mjs +0 -0
- /package/{dist/ngx-formentry/esm2020 → esm2020}/form-entry/value-adapters/encounter.adapter.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/fesm2015 → fesm2015}/openmrs-ngx-formentry.mjs +0 -0
- /package/{dist/ngx-formentry/fesm2015 → fesm2015}/openmrs-ngx-formentry.mjs.map +0 -0
- /package/{dist/ngx-formentry/fesm2020 → fesm2020}/openmrs-ngx-formentry.mjs +0 -0
- /package/{dist/ngx-formentry/fesm2020 → fesm2020}/openmrs-ngx-formentry.mjs.map +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/diagnosis.adapter.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/mock-obs.ts
DELETED
|
@@ -1,440 +0,0 @@
|
|
|
1
|
-
export class MockObs {
|
|
2
|
-
getObs(): any {
|
|
3
|
-
return {
|
|
4
|
-
uuid: 'encounter-uuid',
|
|
5
|
-
encounterDatetime: '2022-06-01T10:10:46.000+0300',
|
|
6
|
-
patient: {
|
|
7
|
-
uuid: 'patient-uuid'
|
|
8
|
-
},
|
|
9
|
-
form: {
|
|
10
|
-
uuid: '1339a535-e38f-44cd-8cf8-f42f7c5f2ab7',
|
|
11
|
-
name: 'AMPATH POC Adult Return Visit Form v0.01'
|
|
12
|
-
},
|
|
13
|
-
location: {
|
|
14
|
-
uuid: '08feae7c-1352-11df-a1f1-0026b9348838',
|
|
15
|
-
display: 'Location-1'
|
|
16
|
-
},
|
|
17
|
-
encounterType: {
|
|
18
|
-
uuid: '8d5b2be0-c2cc-11de-8d13-0010c6dffd0f',
|
|
19
|
-
display: 'ADULTRETURN'
|
|
20
|
-
},
|
|
21
|
-
provider: {
|
|
22
|
-
uuid: 'provider-uuid',
|
|
23
|
-
display: '5566790 - H Dengue Provider'
|
|
24
|
-
},
|
|
25
|
-
obs: [
|
|
26
|
-
{
|
|
27
|
-
uuid: '0bc6ef97-7727-4787-8c16-fc21460ccdydfd',
|
|
28
|
-
obsDatetime: '2016-01-21T01:17:46.000+0300',
|
|
29
|
-
concept: {
|
|
30
|
-
uuid: '5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
|
|
31
|
-
},
|
|
32
|
-
value: 173,
|
|
33
|
-
groupMembers: null
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
uuid: '0bc6ef97-7727-4787-8c16-fc21460ccafd',
|
|
37
|
-
obsDatetime: '2016-01-21T01:17:46.000+0300',
|
|
38
|
-
concept: {
|
|
39
|
-
uuid: 'a899a9f2-1350-11df-a1f1-0026b9348838'
|
|
40
|
-
},
|
|
41
|
-
value: 'a899af10-1350-11df-a1f1-0026b9348838',
|
|
42
|
-
groupMembers: null
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
uuid: 'ac55c445-9661-4d42-86b5-4d6ec33a6274',
|
|
46
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
47
|
-
concept: {
|
|
48
|
-
uuid: 'a8a666ba-1350-11df-a1f1-0026b9348838'
|
|
49
|
-
},
|
|
50
|
-
value: '2016-02-26T00:00:00.000+0300',
|
|
51
|
-
groupMembers: null
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
uuid: '8bcb91b0-56ad-4185-ac16-816a57f6c066',
|
|
55
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
56
|
-
concept: {
|
|
57
|
-
uuid: 'a8afcafc-1350-11df-a1f1-0026b9348838'
|
|
58
|
-
},
|
|
59
|
-
value: {
|
|
60
|
-
uuid: 'a8ad1276-1350-11df-a1f1-0026b9348838',
|
|
61
|
-
display: 'SHORTNESS OF BREATH'
|
|
62
|
-
},
|
|
63
|
-
groupMembers: null
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
uuid: '7973f916-e37a-471d-ae43-bddd90373484',
|
|
67
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
68
|
-
concept: {
|
|
69
|
-
uuid: 'a8afdb8c-1350-11df-a1f1-0026b9348838'
|
|
70
|
-
},
|
|
71
|
-
value: null,
|
|
72
|
-
groupMembers: [
|
|
73
|
-
{
|
|
74
|
-
uuid: '7a907ea0-dc88-4d93-9685-8feb0761e5c8',
|
|
75
|
-
display:
|
|
76
|
-
'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT: ETHAMBUTOL',
|
|
77
|
-
concept: {
|
|
78
|
-
uuid: 'a899e444-1350-11df-a1f1-0026b9348838',
|
|
79
|
-
display: 'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT'
|
|
80
|
-
},
|
|
81
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
82
|
-
obsGroup: {
|
|
83
|
-
uuid: '7973f916-e37a-471d-ae43-bddd90373484'
|
|
84
|
-
},
|
|
85
|
-
valueCodedName: null,
|
|
86
|
-
groupMembers: null,
|
|
87
|
-
voided: false,
|
|
88
|
-
value: {
|
|
89
|
-
uuid: 'a8971c64-1350-11df-a1f1-0026b9348838',
|
|
90
|
-
display: 'ETHAMBUTOL',
|
|
91
|
-
resourceVersion: '1.9'
|
|
92
|
-
},
|
|
93
|
-
resourceVersion: '1.8'
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
uuid: 'e849dcc5-9e37-42db-af0b-d77e8c197571',
|
|
97
|
-
display: 'NUMBER OF MILLIGRAM PER DAY: 600.0',
|
|
98
|
-
concept: {
|
|
99
|
-
uuid: 'a8a0744e-1350-11df-a1f1-0026b9348838',
|
|
100
|
-
display: 'NUMBER OF MILLIGRAM PER DAY'
|
|
101
|
-
},
|
|
102
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
103
|
-
obsGroup: {
|
|
104
|
-
uuid: '7973f916-e37a-471d-ae43-bddd90373484',
|
|
105
|
-
display:
|
|
106
|
-
'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT, DETAILED: ETHAMBUTOL, 600.0'
|
|
107
|
-
},
|
|
108
|
-
valueCodedName: null,
|
|
109
|
-
groupMembers: null,
|
|
110
|
-
voided: false,
|
|
111
|
-
value: 600,
|
|
112
|
-
resourceVersion: '1.8'
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
uuid: '5cf1f5c7-7daf-4fd6-8b40-a6aec65a7e35',
|
|
118
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
119
|
-
concept: {
|
|
120
|
-
uuid: 'a8afcafc-1350-11df-a1f1-0026b9348838'
|
|
121
|
-
},
|
|
122
|
-
value: {
|
|
123
|
-
uuid: 'a8afc8b8-1350-11df-a1f1-0026b9348838',
|
|
124
|
-
display: 'COUGH FOR MORE THAN TWO WEEKS'
|
|
125
|
-
},
|
|
126
|
-
groupMembers: null
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
uuid: '148ce455-3f7b-45c0-b276-66a6f62358c1',
|
|
130
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
131
|
-
concept: {
|
|
132
|
-
uuid: 'a8afdb8c-1350-11df-a1f1-0026b9348838'
|
|
133
|
-
},
|
|
134
|
-
value: null,
|
|
135
|
-
groupMembers: [
|
|
136
|
-
{
|
|
137
|
-
uuid: '50525f1c-56d9-4647-8ad1-b8dbc235f38e',
|
|
138
|
-
display: `PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT
|
|
139
|
-
: RIFAMPICIN ISONIAZID PYRAZINAMIDE AND ETHAMBUTOL`,
|
|
140
|
-
concept: {
|
|
141
|
-
uuid: 'a899e444-1350-11df-a1f1-0026b9348838',
|
|
142
|
-
display: 'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT'
|
|
143
|
-
},
|
|
144
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
145
|
-
accessionNumber: null,
|
|
146
|
-
obsGroup: {
|
|
147
|
-
uuid: '148ce455-3f7b-45c0-b276-66a6f62358c1',
|
|
148
|
-
display: `PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT, DETAILED
|
|
149
|
-
: RIFAMPICIN ISONIAZID PYRAZINAMIDE AND ETHAMBUTOL, 2.0`
|
|
150
|
-
},
|
|
151
|
-
valueCodedName: null,
|
|
152
|
-
groupMembers: null,
|
|
153
|
-
voided: false,
|
|
154
|
-
value: {
|
|
155
|
-
uuid: 'a899f51a-1350-11df-a1f1-0026b9348838',
|
|
156
|
-
display: 'RIFAMPICIN ISONIAZID PYRAZINAMIDE AND ETHAMBUTOL',
|
|
157
|
-
retired: false,
|
|
158
|
-
resourceVersion: '1.9'
|
|
159
|
-
},
|
|
160
|
-
resourceVersion: '1.8'
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
uuid: 'fcf904f8-452e-4618-a001-f1d0891d1804',
|
|
164
|
-
display: 'NUMBER OF TABLETS PER DAY: 2.0',
|
|
165
|
-
concept: {
|
|
166
|
-
uuid: 'a8a07386-1350-11df-a1f1-0026b9348838',
|
|
167
|
-
display: 'NUMBER OF TABLETS PER DAY'
|
|
168
|
-
},
|
|
169
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
170
|
-
obsGroup: {
|
|
171
|
-
uuid: '148ce455-3f7b-45c0-b276-66a6f62358c1',
|
|
172
|
-
display: `PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT
|
|
173
|
-
, DETAILED: RIFAMPICIN ISONIAZID PYRAZINAMIDE AND ETHAMBUTOL, 2.0`
|
|
174
|
-
},
|
|
175
|
-
valueCodedName: null,
|
|
176
|
-
groupMembers: null,
|
|
177
|
-
voided: false,
|
|
178
|
-
value: 2,
|
|
179
|
-
resourceVersion: '1.8'
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
uuid: '8df61319-8bd6-4c74-a065-88502b762f05',
|
|
185
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
186
|
-
concept: {
|
|
187
|
-
uuid: 'a89c1fd4-1350-11df-a1f1-0026b9348838'
|
|
188
|
-
},
|
|
189
|
-
value: {
|
|
190
|
-
uuid: 'a89b77aa-1350-11df-a1f1-0026b9348838',
|
|
191
|
-
display: 'START DRUGS'
|
|
192
|
-
},
|
|
193
|
-
groupMembers: null
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
uuid: '57cedc93-8196-4d6c-a34b-5269bf23627b',
|
|
197
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
198
|
-
concept: {
|
|
199
|
-
uuid: 'a8afdb8c-1350-11df-a1f1-0026b9348838'
|
|
200
|
-
},
|
|
201
|
-
value: null,
|
|
202
|
-
groupMembers: [
|
|
203
|
-
{
|
|
204
|
-
uuid: '8ffbe8a8-da9a-46f2-a53b-97fd90f17313',
|
|
205
|
-
display: 'TUBERCULOSIS DRUG TREATMENT START DATE: 10/01/16',
|
|
206
|
-
concept: {
|
|
207
|
-
uuid: 'a899e5f2-1350-11df-a1f1-0026b9348838',
|
|
208
|
-
display: 'TUBERCULOSIS DRUG TREATMENT START DATE'
|
|
209
|
-
},
|
|
210
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
211
|
-
obsGroup: {
|
|
212
|
-
uuid: '57cedc93-8196-4d6c-a34b-5269bf23627b',
|
|
213
|
-
display:
|
|
214
|
-
'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT, DETAILED: 10/01/16'
|
|
215
|
-
},
|
|
216
|
-
valueCodedName: null,
|
|
217
|
-
groupMembers: null,
|
|
218
|
-
voided: false,
|
|
219
|
-
value: '2016-01-10T00:00:00.000+0300',
|
|
220
|
-
resourceVersion: '1.8'
|
|
221
|
-
}
|
|
222
|
-
]
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
uuid: 'fe7b71da-090d-42d6-afb9-b619f03ed1f3',
|
|
226
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
227
|
-
concept: {
|
|
228
|
-
uuid: '02ad9357-b996-4530-b1a4-aff91a105383'
|
|
229
|
-
},
|
|
230
|
-
value: {
|
|
231
|
-
uuid: 'a8afcc82-1350-11df-a1f1-0026b9348838',
|
|
232
|
-
display: 'CURRENTLY ON TUBERCULOSIS TREATMENT'
|
|
233
|
-
},
|
|
234
|
-
groupMembers: null
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
uuid: 'c4de81ad-e667-4ead-a433-af368a1f1877',
|
|
238
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
239
|
-
concept: {
|
|
240
|
-
uuid: '2a4b87dd-977d-4ce8-a321-1f13df4a31b2'
|
|
241
|
-
},
|
|
242
|
-
value: null,
|
|
243
|
-
groupMembers: [
|
|
244
|
-
{
|
|
245
|
-
uuid: '4caa0747-ae5e-4c41-9176-6007c26ef2af',
|
|
246
|
-
display:
|
|
247
|
-
'TUBERCULOSIS TREATMENT ADHERENCE SINCE LAST VISIT: GOOD',
|
|
248
|
-
concept: {
|
|
249
|
-
uuid: '479decbd-e964-41c3-9576-98b39089ebd3',
|
|
250
|
-
display: 'TUBERCULOSIS TREATMENT ADHERENCE SINCE LAST VISIT'
|
|
251
|
-
},
|
|
252
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
253
|
-
obsGroup: {
|
|
254
|
-
uuid: 'c4de81ad-e667-4ead-a433-af368a1f1877',
|
|
255
|
-
display:
|
|
256
|
-
'TUBERCULOSIS TREATMENT ADHERENCE SINCE LAST VISIT, DETAILED: GOOD'
|
|
257
|
-
},
|
|
258
|
-
valueCodedName: null,
|
|
259
|
-
groupMembers: null,
|
|
260
|
-
voided: false,
|
|
261
|
-
value: {
|
|
262
|
-
uuid: 'a8b0f882-1350-11df-a1f1-0026b9348838',
|
|
263
|
-
display: 'GOOD',
|
|
264
|
-
resourceVersion: '1.9'
|
|
265
|
-
},
|
|
266
|
-
resourceVersion: '1.8'
|
|
267
|
-
}
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
uuid: '101689fd-1cb1-4152-ac33-2e3c28acd4f9',
|
|
272
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
273
|
-
concept: {
|
|
274
|
-
uuid: 'a899e282-1350-11df-a1f1-0026b9348838'
|
|
275
|
-
},
|
|
276
|
-
value: {
|
|
277
|
-
uuid: 'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
278
|
-
display: 'NONE'
|
|
279
|
-
},
|
|
280
|
-
groupMembers: null
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
uuid: '3b6519fb-31ee-49a5-8dac-0287bed9b33d',
|
|
284
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
285
|
-
concept: {
|
|
286
|
-
uuid: 'a89b75d4-1350-11df-a1f1-0026b9348838'
|
|
287
|
-
},
|
|
288
|
-
value: {
|
|
289
|
-
uuid: 'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
290
|
-
display: 'NONE'
|
|
291
|
-
},
|
|
292
|
-
groupMembers: null
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
uuid: 'c04bc2ff-972f-4c62-abaf-3710e1a70370',
|
|
296
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
297
|
-
concept: {
|
|
298
|
-
uuid: 'a89ae254-1350-11df-a1f1-0026b9348838'
|
|
299
|
-
},
|
|
300
|
-
value: {
|
|
301
|
-
uuid: 'a899b42e-1350-11df-a1f1-0026b9348838',
|
|
302
|
-
display: 'NO'
|
|
303
|
-
},
|
|
304
|
-
groupMembers: null
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
uuid: '8600c219-d27c-4bee-ae4c-d55dd17cb4a1',
|
|
308
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
309
|
-
concept: {
|
|
310
|
-
uuid: 'a89b7e12-1350-11df-a1f1-0026b9348838'
|
|
311
|
-
},
|
|
312
|
-
value: {
|
|
313
|
-
uuid: 'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
314
|
-
display: 'NONE'
|
|
315
|
-
},
|
|
316
|
-
groupMembers: null
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
uuid: 'c14aed9a-35e1-4604-a9f2-e68b24753bbe',
|
|
320
|
-
obsDatetime: '2016-01-21T16:17:46.000+0300',
|
|
321
|
-
concept: {
|
|
322
|
-
uuid: 'a8afcc82-1350-11df-a1f1-0026b9348838'
|
|
323
|
-
},
|
|
324
|
-
value: {
|
|
325
|
-
uuid: 'a899b35c-1350-11df-a1f1-0026b9348838',
|
|
326
|
-
display: 'YES'
|
|
327
|
-
},
|
|
328
|
-
groupMembers: null
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
uuid: 'fdb32127-6c64-4bde-b97b-13fb7c8accb8',
|
|
332
|
-
obsDatetime: '2016-04-14T09:12:43.000+0300',
|
|
333
|
-
concept: {
|
|
334
|
-
uuid: 'a8a08344-1350-11df-a1f1-0026b9348838'
|
|
335
|
-
},
|
|
336
|
-
value: null,
|
|
337
|
-
groupMembers: [
|
|
338
|
-
{
|
|
339
|
-
uuid: 'bdc5beb4-25bd-4b6c-ba60-cbffd4249750',
|
|
340
|
-
display:
|
|
341
|
-
'CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT: LAMIVUDINE AND STAVUDINE',
|
|
342
|
-
concept: {
|
|
343
|
-
uuid: 'a899cf5e-1350-11df-a1f1-0026b9348838',
|
|
344
|
-
display: 'CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT'
|
|
345
|
-
},
|
|
346
|
-
obsDatetime: '2016-04-14T09:12:43.000+0300',
|
|
347
|
-
obsGroup: {
|
|
348
|
-
uuid: 'fdb32127-6c64-4bde-b97b-13fb7c8accb8',
|
|
349
|
-
display: `CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT, DETAILED
|
|
350
|
-
: LAMIVUDINE AND STAVUDINE, NEVIRAPINE, EFAVIRENZ, ATAZANAVIR AND RITONAVIR, ZIDOVUDINE`
|
|
351
|
-
},
|
|
352
|
-
value: {
|
|
353
|
-
uuid: '3d587177-984e-4eeb-93f2-3223b6c1dd7c',
|
|
354
|
-
display: 'LAMIVUDINE AND STAVUDINE'
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
uuid: '2343c2c1-46bc-438a-b831-76d6eabbacc6',
|
|
359
|
-
display:
|
|
360
|
-
'CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT: NEVIRAPINE',
|
|
361
|
-
concept: {
|
|
362
|
-
uuid: 'a899cf5e-1350-11df-a1f1-0026b9348838',
|
|
363
|
-
display: 'CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT'
|
|
364
|
-
},
|
|
365
|
-
obsDatetime: '2016-04-14T09:12:43.000+0300',
|
|
366
|
-
obsGroup: {
|
|
367
|
-
uuid: 'fdb32127-6c64-4bde-b97b-13fb7c8accb8',
|
|
368
|
-
display: `CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT, DETAILED
|
|
369
|
-
: LAMIVUDINE AND STAVUDINE, NEVIRAPINE, EFAVIRENZ, ATAZANAVIR AND RITONAVIR, ZIDOVUDINE`
|
|
370
|
-
},
|
|
371
|
-
value: {
|
|
372
|
-
uuid: 'a8967656-1350-11df-a1f1-0026b9348838',
|
|
373
|
-
display: 'NEVIRAPINE'
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
]
|
|
377
|
-
}
|
|
378
|
-
]
|
|
379
|
-
};
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
getExpected(): any {
|
|
383
|
-
return {
|
|
384
|
-
encounterDatetime: '2016-01-21T16:17:46.000+0300',
|
|
385
|
-
location: '08feae7c-1352-11df-a1f1-0026b9348838',
|
|
386
|
-
patient: 'patient-uuid',
|
|
387
|
-
form: '1339a535-e38f-44cd-8cf8-f42f7c5f2ab7',
|
|
388
|
-
encounterType: '8d5b2be0-c2cc-11de-8d13-0010c6dffd0f',
|
|
389
|
-
provider: 'provider-uuid',
|
|
390
|
-
'a8a666ba-1350-11df-a1f1-0026b9348838': '2016-02-26T00:00:00.000+0300',
|
|
391
|
-
'a8afcafc-1350-11df-a1f1-0026b9348838': [
|
|
392
|
-
'a8ad1276-1350-11df-a1f1-0026b9348838',
|
|
393
|
-
'a8afc8b8-1350-11df-a1f1-0026b9348838'
|
|
394
|
-
],
|
|
395
|
-
'a8a08344-1350-11df-a1f1-0026b9348838': [
|
|
396
|
-
{
|
|
397
|
-
'a899cf5e-1350-11df-a1f1-0026b9348838': [
|
|
398
|
-
'3d587177-984e-4eeb-93f2-3223b6c1dd7c',
|
|
399
|
-
'a8967656-1350-11df-a1f1-0026b9348838'
|
|
400
|
-
]
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
'a8afdb8c-1350-11df-a1f1-0026b9348838': [
|
|
404
|
-
{
|
|
405
|
-
'a899e444-1350-11df-a1f1-0026b9348838':
|
|
406
|
-
'a8971c64-1350-11df-a1f1-0026b9348838',
|
|
407
|
-
'a8a0744e-1350-11df-a1f1-0026b9348838': 600
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
'a899e444-1350-11df-a1f1-0026b9348838':
|
|
411
|
-
'a899f51a-1350-11df-a1f1-0026b9348838',
|
|
412
|
-
'a8a07386-1350-11df-a1f1-0026b9348838': 2
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
'a899e5f2-1350-11df-a1f1-0026b9348838': '2016-01-10T00:00:00.000+0300'
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
'a89c1fd4-1350-11df-a1f1-0026b9348838':
|
|
419
|
-
'a89b77aa-1350-11df-a1f1-0026b9348838',
|
|
420
|
-
'02ad9357-b996-4530-b1a4-aff91a105383':
|
|
421
|
-
'a8afcc82-1350-11df-a1f1-0026b9348838',
|
|
422
|
-
'2a4b87dd-977d-4ce8-a321-1f13df4a31b2': [
|
|
423
|
-
{
|
|
424
|
-
'479decbd-e964-41c3-9576-98b39089ebd3':
|
|
425
|
-
'a8b0f882-1350-11df-a1f1-0026b9348838'
|
|
426
|
-
}
|
|
427
|
-
],
|
|
428
|
-
'a899e282-1350-11df-a1f1-0026b9348838':
|
|
429
|
-
'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
430
|
-
'a89b75d4-1350-11df-a1f1-0026b9348838':
|
|
431
|
-
'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
432
|
-
'a89ae254-1350-11df-a1f1-0026b9348838':
|
|
433
|
-
'a899b42e-1350-11df-a1f1-0026b9348838',
|
|
434
|
-
'a89b7e12-1350-11df-a1f1-0026b9348838':
|
|
435
|
-
'a899e0ac-1350-11df-a1f1-0026b9348838',
|
|
436
|
-
'a8afcc82-1350-11df-a1f1-0026b9348838':
|
|
437
|
-
'a899b35c-1350-11df-a1f1-0026b9348838'
|
|
438
|
-
};
|
|
439
|
-
}
|
|
440
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
const frTranslations = {
|
|
2
|
-
uuid: '510bb364-6928-42ea-9458-a46bfc2eebc6',
|
|
3
|
-
language: 'fr',
|
|
4
|
-
translations: {
|
|
5
|
-
'Encounter Details': 'Détails de la rencontre',
|
|
6
|
-
Vitals: 'signes vitaux',
|
|
7
|
-
'Test Results': 'Résultats de test',
|
|
8
|
-
'Clinical History': 'Histoire clinique',
|
|
9
|
-
'Pre-Clinic Review': 'Examen pré-clinique',
|
|
10
|
-
'This is custom component within a page it is displayed at the top of the page':
|
|
11
|
-
"Il s'agit d'un composant personnalisé dans une section, il est affiché en haut de la section",
|
|
12
|
-
'Custom Control Test': 'Test de contrôle personnalisé',
|
|
13
|
-
'Current Symptoms': 'Symptômes actuels',
|
|
14
|
-
Assessment: 'Évaluation',
|
|
15
|
-
'Medication Plan': 'Régime de médicaments',
|
|
16
|
-
Plan: 'Planifier',
|
|
17
|
-
'Facility name (site/satellite clinic required)':
|
|
18
|
-
"Nom de l'établissement (site/clinique satellite requis)",
|
|
19
|
-
'Visit date': 'Date de visite',
|
|
20
|
-
Provider: 'Fournisseur'
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const kmTranslations = {
|
|
25
|
-
uuid: '510bb364-6928-42ea-9458-a46bfc2eebc7',
|
|
26
|
-
language: 'km',
|
|
27
|
-
translations: {
|
|
28
|
-
'Encounter Details': 'ព័ត៌មានលម្អិតនៃការជួប',
|
|
29
|
-
'Pre-Clinic Review': 'ការពិនិត្យឡើងវិញមុនគ្លីនិក',
|
|
30
|
-
'Clinical History': 'ប្រវត្តិគ្លីនិក',
|
|
31
|
-
'Medication History': 'ប្រវត្តិវេជ្ជសាស្ត្',
|
|
32
|
-
Vitals: 'វីតាល់',
|
|
33
|
-
'Test Results': 'លទ្ធផលតេស្',
|
|
34
|
-
'This is custom component within a page it is displayed at the top of the page':
|
|
35
|
-
'នេះគឺជាសមាសភាគផ្ទាល់ខ្លួននៅក្នុងផ្នែកដែលវាត្រូវបានបង្ហាញនៅផ្នែកខាងលើនៃផ្នែក',
|
|
36
|
-
'Custom Control Test': 'ការធ្វើតេស្តត្រួតពិនិត្យផ្ទាល់ខ្លួន',
|
|
37
|
-
'Current Symptoms': 'រោគសញ្ញាបច្ចុប្បន្ន',
|
|
38
|
-
Assessment: 'ការវាយតម្លៃ',
|
|
39
|
-
'Medication Plan': 'ផែនការថ្នាំ',
|
|
40
|
-
Plan: 'ផែនការ',
|
|
41
|
-
'Facility name (site/satellite clinic required)':
|
|
42
|
-
'ឈ្មោះកន្លែងប្រើប្រាស់ (ទាមទារកន្លែង/គ្លីនិកផ្កាយរណប)',
|
|
43
|
-
'Visit date': 'កាលបរិច្ឆេទទស្សនា',
|
|
44
|
-
Provider: 'អ្នកផ្តល់សេវា'
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const esTranslations = {
|
|
49
|
-
uuid: '510bb364-6928-42ea-9458-a46bfc2eebc8',
|
|
50
|
-
language: 'es',
|
|
51
|
-
translations: {
|
|
52
|
-
'Encounter Details': 'Detalles del encuentro',
|
|
53
|
-
'Test Results': 'Resultados de la prueba',
|
|
54
|
-
Vitals: 'partes vitales',
|
|
55
|
-
'Clinical History': 'Historial clinico',
|
|
56
|
-
'Pre-Clinic Review': 'Revisión preclínica',
|
|
57
|
-
'This is custom component within a page it is displayed at the top of the page':
|
|
58
|
-
'Este es un componente personalizado dentro de una sección que se muestra en la parte superior de la sección',
|
|
59
|
-
'Custom Control Test': 'Prueba de control personalizado',
|
|
60
|
-
'Current Symptoms': 'Síntomas actuales',
|
|
61
|
-
Assessment: 'Evaluación',
|
|
62
|
-
'Medication Plan': 'Plan de medicamentos',
|
|
63
|
-
Plan: 'Plan',
|
|
64
|
-
'Facility name (site/satellite clinic required)':
|
|
65
|
-
'Nombre del centro (sitio/clínica satélite requerida)',
|
|
66
|
-
'Visit date': 'Fecha de visita',
|
|
67
|
-
Provider: 'Proveedor'
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
const mockTranslationsData = [esTranslations, kmTranslations, frTranslations];
|
|
72
|
-
|
|
73
|
-
export { esTranslations, kmTranslations, frTranslations, mockTranslationsData };
|