@ampath/esm-patient-registration-app 6.0.1-pre.72 → 6.0.1-pre.76

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/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-registration","online":true,"offline":true},{"component":"editPatient","routeRegex":"patient\\/([a-zA-Z0-9\\-]+)\\/edit","online":true,"offline":true}],"extensions":[{"component":"addPatientLink","name":"add-patient-action","slot":"top-nav-actions-slot","online":true,"offline":true},{"component":"cancelPatientEditModal","name":"cancel-patient-edit-modal","online":true,"offline":true},{"component":"patientPhotoExtension","name":"patient-photo-widget","slot":"patient-photo-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-actions-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-search-actions-slot","online":true,"offline":true},{"component":"deleteIdentifierConfirmationModal","name":"delete-identifier-confirmation-modal","online":true,"offline":true},{"component":"emptyClientRegistryModal","name":"empty-client-registry-modal","online":true,"offline":true},{"component":"confirmClientRegistryModal","name":"confirm-client-registry-modal","online":true,"offline":true}],"version":"6.0.1-pre.72"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-registration","online":true,"offline":true},{"component":"editPatient","routeRegex":"patient\\/([a-zA-Z0-9\\-]+)\\/edit","online":true,"offline":true}],"extensions":[{"component":"addPatientLink","name":"add-patient-action","slot":"top-nav-actions-slot","online":true,"offline":true},{"component":"cancelPatientEditModal","name":"cancel-patient-edit-modal","online":true,"offline":true},{"component":"patientPhotoExtension","name":"patient-photo-widget","slot":"patient-photo-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-actions-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-search-actions-slot","online":true,"offline":true},{"component":"deleteIdentifierConfirmationModal","name":"delete-identifier-confirmation-modal","online":true,"offline":true},{"component":"emptyClientRegistryModal","name":"empty-client-registry-modal","online":true,"offline":true},{"component":"confirmClientRegistryModal","name":"confirm-client-registry-modal","online":true,"offline":true}],"version":"6.0.1-pre.76"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampath/esm-patient-registration-app",
3
- "version": "6.0.1-pre.72",
3
+ "version": "6.0.1-pre.76",
4
4
  "description": "Patient registration microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/ampath-esm-patient-registration-app.js",
6
6
  "main": "src/index.ts",
@@ -357,8 +357,44 @@ function useConcepts() {
357
357
  ];
358
358
  const martialStatus: Array<ConceptAnswers> = [
359
359
  {
360
- uuid: '1538AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
361
- display: 'Farmer',
360
+ uuid: 'a8b03712-1350-11df-a1f1-0026b9348838',
361
+ display: 'Married polygamous',
362
+ },
363
+ {
364
+ uuid: 'a8aa76b0-1350-11df-a1f1-0026b9348838',
365
+ display: 'Married monogamous',
366
+ },
367
+ {
368
+ uuid: 'a899ad58-1350-11df-a1f1-0026b9348838',
369
+ display: 'Divorced',
370
+ },
371
+ {
372
+ uuid: 'a899ae34-1350-11df-a1f1-0026b9348838',
373
+ display: 'Widowed',
374
+ },
375
+ {
376
+ uuid: 'a899af10-1350-11df-a1f1-0026b9348838',
377
+ display: 'Cohabiting',
378
+ },
379
+ {
380
+ uuid: 'a899ac7c-1350-11df-a1f1-0026b9348838',
381
+ display: 'Single',
382
+ },
383
+ {
384
+ uuid: 'a899aba0-1350-11df-a1f1-0026b9348838',
385
+ display: 'Separated',
386
+ },
387
+ {
388
+ uuid: '7831f002-331d-4f07-bf91-6bb65cd31050',
389
+ display: 'Sexual Partner/Sexual Partner',
390
+ },
391
+ {
392
+ uuid: 'a89ad3a4-1350-11df-a1f1-0026b9348838',
393
+ display: 'Not Applicable',
394
+ },
395
+ {
396
+ uuid: 'a8aaf3e2-1350-11df-a1f1-0026b9348838',
397
+ display: 'Other Non-Coded',
362
398
  },
363
399
  ];
364
400
  //const martialStatus: Array<ConceptAnswers> = config.fieldDefinitions