@bahmni/clinical-app 0.0.1-dev.129 → 0.0.1-dev.131

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ap as i } from "./index-xo93cMxq.js";
1
+ import { ap as i } from "./index-F6LdLtqm.js";
2
2
  export {
3
3
  i as ClinicalApp
4
4
  };
@@ -125,6 +125,7 @@
125
125
  "ERROR_FETCHING_OBSERVATIONS": "Error fetching observations",
126
126
  "ERROR_FETCHING_MEDICATION_CONFIG": "Error fetching medication configuration",
127
127
  "ERROR_FETCHING_PRACTITIONERS_DETAILS": "Error fetching practitioners details",
128
+ "ERROR_FETCHING_PROGRAM_DETAILS": "Error fetching program details",
128
129
  "ERROR_FETCHING_USER_DETAILS": "Error fetching user details",
129
130
  "ERROR_FETCHING_USER_LOCATION_DETAILS": "Login location is missing or invalid. Please reauthenticate.",
130
131
  "ERROR_INVALID_PATIENT_UUID": "Invalid patient UUID",
@@ -124,6 +124,7 @@
124
124
  "ERROR_FETCHING_OBSERVATIONS": "Error al obtener observaciones",
125
125
  "ERROR_FETCHING_MEDICATION_CONFIG": "Error al obtener la configuración de medicamentos",
126
126
  "ERROR_FETCHING_PRACTITIONERS_DETAILS": "Error al obtener detalles de profesionales médicos",
127
+ "ERROR_FETCHING_PROGRAM_DETAILS": "Error al obtener detalles del programa",
127
128
  "ERROR_FETCHING_USER_DETAILS": "Error al obtener detalles del usuario",
128
129
  "ERROR_FETCHING_USER_LOCATION_DETAILS": "La ubicación de inicio de sesión no está disponible o no es válida. Vuelva a autenticarse.",
129
130
  "ERROR_INVALID_PATIENT_UUID": "UUID de paciente inválido",
@@ -1 +1 @@
1
- {"version":3,"file":"ConsultationPage.d.ts","sourceRoot":"","sources":["../../src/pages/ConsultationPage.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgD3D;;;;;;;;GAQG;AACH,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAiH7B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"ConsultationPage.d.ts","sourceRoot":"","sources":["../../src/pages/ConsultationPage.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAsD3D;;;;;;;;GAQG;AACH,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAuI7B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const EPISODE_UUID_SEARCH_PARAMS_KEY = "episodeUuid";
2
+ export declare const CURRENT_DASHBOARD_SEARCH_PARAMS_KEY = "currentDashboard";
3
+ export declare const PROGRAM_UUID_SEARCH_PARAMS_KEY = "programUuid";
4
+ //# sourceMappingURL=constant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../src/pages/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,8BAA8B,gBAAgB,CAAC;AAC5D,eAAO,MAAM,mCAAmC,qBAAqB,CAAC;AACtE,eAAO,MAAM,8BAA8B,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.129",
3
+ "version": "0.0.1-dev.131",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",