@bahmni/clinical-app 0.0.1-dev.221 → 0.0.1-dev.223
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/{DocumentsTable-BZHe_sb0-CvhGvt6W.js → DocumentsTable-itmbz5Wi-CI6EJVC-.js} +2 -2
- package/dist/{FormsTable-BztxQbBL-BtibKCgi.js → FormsTable-CGFieZJf-Dn1mWlHa.js} +35 -35
- package/dist/{LNWAZHJI-CuEz9LcO.js → LNWAZHJI-BLgIhvTV.js} +2 -2
- package/dist/{MWZ6AO7Z-8MIaTO_r.js → MWZ6AO7Z-CSYzAq5H.js} +2 -2
- package/dist/{Observations-Cnt-RGWx-6neapwA3.js → Observations-DCRioZtt-D2ZuEdt_.js} +4 -4
- package/dist/{YPM2AS64-BKd6hzl1.js → YPM2AS64-C1Fg-Lz_.js} +1 -1
- package/dist/components/consultationPad/__tests__/__mocks__/indexMocks.d.ts +1 -0
- package/dist/components/consultationPad/__tests__/__mocks__/indexMocks.d.ts.map +1 -1
- package/dist/components/consultationPad/__tests__/__mocks__/inputControlRegistryMocks.d.ts.map +1 -1
- package/dist/components/consultationPad/inputControlRegistry.d.ts.map +1 -1
- package/dist/components/consultationPad/models.d.ts +1 -1
- package/dist/components/consultationPad/models.d.ts.map +1 -1
- package/dist/components/consultationPad/utils.d.ts +1 -0
- package/dist/components/consultationPad/utils.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/ImmunizationHistoryForm.d.ts +3 -0
- package/dist/components/forms/immunizationHistory/ImmunizationHistoryForm.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/__tests__/__mocks__/immunizationHistoryMocks.d.ts +136 -0
- package/dist/components/forms/immunizationHistory/__tests__/__mocks__/immunizationHistoryMocks.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/components/SelectedImmunizationItem.d.ts +16 -0
- package/dist/components/forms/immunizationHistory/components/SelectedImmunizationItem.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/constants.d.ts +5 -0
- package/dist/components/forms/immunizationHistory/constants.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/index.d.ts +4 -0
- package/dist/components/forms/immunizationHistory/index.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/models.d.ts +75 -0
- package/dist/components/forms/immunizationHistory/models.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/stores.d.ts +3 -0
- package/dist/components/forms/immunizationHistory/stores.d.ts.map +1 -0
- package/dist/components/forms/immunizationHistory/utils.d.ts +17 -0
- package/dist/components/forms/immunizationHistory/utils.d.ts.map +1 -0
- package/dist/components/forms/index.d.ts +1 -0
- package/dist/components/forms/index.d.ts.map +1 -1
- package/dist/{index-DMl1m_nU.js → index-Dfj6Vo0T.js} +10724 -9930
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +46 -13
- package/dist/locales/locale_es.json +46 -13
- package/dist/providers/clinicalConfig/models.d.ts +6 -12
- package/dist/providers/clinicalConfig/models.d.ts.map +1 -1
- package/dist/providers/clinicalConfig/schema.json.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -162,18 +162,49 @@
|
|
|
162
162
|
"ERROR_FETCHING_USER_LOCATION_DETAILS": "Login location is missing or invalid. Please reauthenticate",
|
|
163
163
|
"ERROR_INVALID_PATIENT_UUID": "Invalid patient UUID",
|
|
164
164
|
"ERROR_LOADING_DASHBOARD": "Error loading dashboard",
|
|
165
|
+
"ERROR_LOADING_IMMUNIZATION_DETAILS": "Error loading immunization details",
|
|
165
166
|
"ERROR_LOADING_PINNED_FORMS": "Error loading Pinned Forms",
|
|
166
|
-
"ERROR_LOADING_PINNED_FORMS_MESSAGE": "Unable to load your pinned Forms preferences",
|
|
167
167
|
"ERROR_LOADING_OBSERVATIONS": "Error loading observations",
|
|
168
|
+
"ERROR_LOADING_PINNED_FORMS_MESSAGE": "Unable to load your pinned Forms preferences",
|
|
168
169
|
"ERROR_NO_ACTIVE_VISIT_FOUND": "No active visit found",
|
|
169
170
|
"ERROR_NO_DEFAULT_DASHBOARD": "No default dashboard configured",
|
|
170
171
|
"ERROR_SAVING_PINNED_FORMS": "Error Saving Pinned Forms",
|
|
171
172
|
"ERROR_SAVING_PINNED_FORMS_MESSAGE": "Unable to save your pinned forms preferences. Please try again.",
|
|
173
|
+
"ERROR_SEARCHING_IMMUNIZATIONS": "Error searching immunizations",
|
|
172
174
|
"ERROR_SEARCHING_INVESTIGATIONS": "Error searching investigations",
|
|
173
175
|
"ERROR_SEARCHING_MEDICATIONS": "Error searching medications",
|
|
174
176
|
"ERROR_VALIDATION_TITLE": "Validation Error",
|
|
175
177
|
"FORMS_HEADING": "Forms",
|
|
178
|
+
"FORM_RECORDED_ON": "Recorded On",
|
|
179
|
+
"FORM_RECORDED_BY": "Recorded By",
|
|
176
180
|
"FORMS_UNAVAILABLE": "No Forms data recorded",
|
|
181
|
+
"GLOBAL_ACTION_NOTIFICATIONS": "Notifications",
|
|
182
|
+
"GLOBAL_ACTION_SEARCH": "Search",
|
|
183
|
+
"GLOBAL_ACTION_USER": "User",
|
|
184
|
+
"IMMUNIZATION_HISTORY_ADDED_ITEMS": "Added Immunization",
|
|
185
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE": "Add Note",
|
|
186
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE_PLACEHOLDER": "Add notes for the Immunization",
|
|
187
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_PLACEHOLDER": "Select administered location",
|
|
188
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_REQUIRED": "Please select an administered location",
|
|
189
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_ON": "Administered On",
|
|
190
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_ON_REQUIRED": "Please select the administered on date",
|
|
191
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER": "Batch Number",
|
|
192
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER_PLACEHOLDER": "Enter batch number",
|
|
193
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Please enter a batch number",
|
|
194
|
+
"IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Please select a drug name",
|
|
195
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE": "Expiry Date",
|
|
196
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE_REQUIRED": "Please select an expiry date",
|
|
197
|
+
"IMMUNIZATION_HISTORY_FORM_TITLE": "Immunization History",
|
|
198
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER": "Manufacturer",
|
|
199
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER_PLACEHOLDER": "Enter manufacturer",
|
|
200
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER_REQUIRED": "Please enter a manufacturer",
|
|
201
|
+
"IMMUNIZATION_HISTORY_ROUTE_PLACEHOLDER": "Select route",
|
|
202
|
+
"IMMUNIZATION_HISTORY_ROUTE_REQUIRED": "Please select a route",
|
|
203
|
+
"IMMUNIZATION_HISTORY_SEARCH_ARIA_LABEL": "Search to add immunization",
|
|
204
|
+
"IMMUNIZATION_HISTORY_SEARCH_DRUG_NAME_PLACEHOLDER": "Search drug name",
|
|
205
|
+
"IMMUNIZATION_HISTORY_SEARCH_PLACEHOLDER": "Search to add immunization",
|
|
206
|
+
"IMMUNIZATION_HISTORY_SITE_PLACEHOLDER": "Select site",
|
|
207
|
+
"IMMUNIZATION_HISTORY_SITE_REQUIRED": "Please select a site",
|
|
177
208
|
"IMMUNIZATION_HISTORY_WIDGET_ADD_BUTTON": "Add Immunization History",
|
|
178
209
|
"IMMUNIZATION_HISTORY_WIDGET_ADMINISTERED_TABLE_ARIA": "Administered immunizations table",
|
|
179
210
|
"IMMUNIZATION_HISTORY_WIDGET_ADMINISTERED_TAB_TITLE": "Vaccination summary",
|
|
@@ -235,6 +266,7 @@
|
|
|
235
266
|
"LOADING_CONCEPTS": "Loading concepts...",
|
|
236
267
|
"LOADING_DASHBOARD_CONFIG": "Loading dashboard configuration...",
|
|
237
268
|
"LOADING_DASHBOARD_CONTENT": "Loading dashboard content...",
|
|
269
|
+
"LOADING_IMMUNIZATIONS": "Loading immunizations...",
|
|
238
270
|
"LOADING_MEDICATIONS": "Loading medications...",
|
|
239
271
|
"LOADING_USER_PRIVILEGES": "Loading user privileges...",
|
|
240
272
|
"LOCATION": "Location",
|
|
@@ -285,12 +317,20 @@
|
|
|
285
317
|
"NO_DIAGNOSES": "No Diagnoses recorded",
|
|
286
318
|
"NO_MATCHING_ALLERGEN_FOUND": "No matching Allergen recorded",
|
|
287
319
|
"NO_MATCHING_DIAGNOSIS_FOUND": "No matching Diagnosis recorded",
|
|
320
|
+
"NO_MATCHING_DRUG_NAME_FOUND": "No matching drug name found",
|
|
321
|
+
"NO_MATCHING_IMMUNIZATIONS_FOUND": "No matching immunizations found",
|
|
288
322
|
"NO_MATCHING_INVESTIGATIONS_FOUND": "No matching Investigations found",
|
|
289
323
|
"NO_MATCHING_MEDICATIONS_FOUND": "No matching Medications found",
|
|
324
|
+
"NO_MATCHING_RECORDS": "No matching records",
|
|
325
|
+
"NO_MATCHING_ROUTE_FOUND": "No matching route found",
|
|
326
|
+
"NO_MATCHING_SITE_FOUND": "No matching site found",
|
|
290
327
|
"NO_MEDICATION_HISTORY": "No Medications history",
|
|
291
328
|
"NO_OBSERVATIONS": "No Observations recorded",
|
|
329
|
+
"NO_OBSERVATIONS_AVAILABLE": "No observations available",
|
|
292
330
|
"NO_OBSERVATIONS_FOUND": "No Observations found",
|
|
331
|
+
"NO_QUALITY_ASSESSMENT_DATA": "No quality assessment data available",
|
|
293
332
|
"NO_RADIOLOGY_INVESTIGATIONS": "No Radiology investigations recorded",
|
|
333
|
+
"NO_REPORT_DATA": "No report data available",
|
|
294
334
|
"NO_SERVICE_REQUESTS": "No Service requests recorded",
|
|
295
335
|
"NO_VITAL_SIGNS_DATA": "No Vital signs data found",
|
|
296
336
|
"OBSERVATION_FORMS_ADDED_FORMS": "Added Forms",
|
|
@@ -344,16 +384,15 @@
|
|
|
344
384
|
"RADIOLOGY_RESULTS": "Results",
|
|
345
385
|
"RADIOLOGY_INVESTIGATION_NAME": "Procedure Name",
|
|
346
386
|
"RADIOLOGY_VIEW_IMAGES": "View Images",
|
|
347
|
-
"RADIOLOGY_VIEW_REPORT": "View Report",
|
|
348
387
|
"RADIOLOGY_QUALITY_ASSESSMENT": "Quality Assessment",
|
|
349
388
|
"RADIOLOGY_VIEW_QA": "View Quality Assessment",
|
|
389
|
+
"RADIOLOGY_VIEW_REPORT": "View Report",
|
|
390
|
+
"REACTIONS": "Reaction(s)",
|
|
350
391
|
"RECORDED_BY": "Recorded By",
|
|
351
392
|
"RECORDED_ON": "Recorded On",
|
|
352
|
-
"NO_OBSERVATIONS_AVAILABLE": "No observations available",
|
|
353
|
-
"NO_REPORT_DATA": "No report data available",
|
|
354
|
-
"NO_QUALITY_ASSESSMENT_DATA": "No quality assessment data available",
|
|
355
|
-
"REACTIONS": "Reaction(s)",
|
|
356
393
|
"REVOKED_STATUS": "Cancelled",
|
|
394
|
+
"SEARCH_PATIENT_ID_PLACEHOLDER": "Search by Patient ID",
|
|
395
|
+
"SEARCHING": "Searching...",
|
|
357
396
|
"SELECT_ENCOUNTER_TYPE": "Select encounter type",
|
|
358
397
|
"SELECT_LOCATION": "Select location",
|
|
359
398
|
"SELECT_PRACTITIONER": "Select practitioner",
|
|
@@ -395,11 +434,5 @@
|
|
|
395
434
|
"NO_MATCHING_VACCINATIONS_FOUND": "No matching Vaccinations found",
|
|
396
435
|
"ERROR_FETCHING_VACCINATION_CONFIG": "Error fetching Vaccination configuration",
|
|
397
436
|
"YEARS_one": " year",
|
|
398
|
-
"YEARS_other": " years"
|
|
399
|
-
"SEARCH_PATIENT_ID_PLACEHOLDER": "Search by Patient ID",
|
|
400
|
-
"NO_MATCHING_RECORDS": "No matching records",
|
|
401
|
-
"SEARCHING": "Searching...",
|
|
402
|
-
"GLOBAL_ACTION_SEARCH": "Search",
|
|
403
|
-
"GLOBAL_ACTION_NOTIFICATIONS": "Notifications",
|
|
404
|
-
"GLOBAL_ACTION_USER": "User"
|
|
437
|
+
"YEARS_other": " years"
|
|
405
438
|
}
|
|
@@ -162,18 +162,49 @@
|
|
|
162
162
|
"ERROR_FETCHING_USER_LOCATION_DETAILS": "La ubicación de inicio de sesión no está disponible o no es válida. Vuelva a autenticarse",
|
|
163
163
|
"ERROR_INVALID_PATIENT_UUID": "UUID de paciente inválido",
|
|
164
164
|
"ERROR_LOADING_DASHBOARD": "Error al cargar el panel",
|
|
165
|
+
"ERROR_LOADING_IMMUNIZATION_DETAILS": "Error al cargar los detalles de la inmunización",
|
|
165
166
|
"ERROR_LOADING_PINNED_FORMS": "Error al cargar Formularios Anclados",
|
|
166
|
-
"ERROR_LOADING_PINNED_FORMS_MESSAGE": "No se pueden cargar sus preferencias de formularios anclados",
|
|
167
167
|
"ERROR_LOADING_OBSERVATIONS": "Error al cargar observaciones",
|
|
168
|
+
"ERROR_LOADING_PINNED_FORMS_MESSAGE": "No se pueden cargar sus preferencias de formularios anclados",
|
|
168
169
|
"ERROR_NO_ACTIVE_VISIT_FOUND": "No se encontró visita activa",
|
|
169
170
|
"ERROR_NO_DEFAULT_DASHBOARD": "No hay panel predeterminado configurado",
|
|
170
171
|
"ERROR_SAVING_PINNED_FORMS": "Error al Guardar Formularios Anclados",
|
|
171
172
|
"ERROR_SAVING_PINNED_FORMS_MESSAGE": "No se pueden guardar sus preferencias de formularios anclados. Por favor, inténtelo de nuevo.",
|
|
173
|
+
"ERROR_SEARCHING_IMMUNIZATIONS": "Error al buscar inmunizaciones",
|
|
172
174
|
"ERROR_SEARCHING_INVESTIGATIONS": "Error al buscar investigaciones",
|
|
173
175
|
"ERROR_SEARCHING_MEDICATIONS": "Error al buscar medicamentos",
|
|
174
176
|
"ERROR_VALIDATION_TITLE": "Error de Validación",
|
|
175
177
|
"FORMS_HEADING": "Formularios",
|
|
178
|
+
"FORM_RECORDED_ON": "Grabado el",
|
|
179
|
+
"FORM_RECORDED_BY": "Grabado Por",
|
|
176
180
|
"FORMS_UNAVAILABLE": "No hay datos de formularios registrados",
|
|
181
|
+
"GLOBAL_ACTION_NOTIFICATIONS": "Notificaciones",
|
|
182
|
+
"GLOBAL_ACTION_SEARCH": "Buscar",
|
|
183
|
+
"GLOBAL_ACTION_USER": "Usuario",
|
|
184
|
+
"IMMUNIZATION_HISTORY_ADDED_ITEMS": "Inmunizaciones Agregadas",
|
|
185
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE": "Agregar Nota",
|
|
186
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE_PLACEHOLDER": "Agregar notas para la Inmunización",
|
|
187
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_PLACEHOLDER": "Ingresar lugar",
|
|
188
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_REQUIRED": "Por favor seleccione el lugar de administración",
|
|
189
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_ON": "Administrado El",
|
|
190
|
+
"IMMUNIZATION_HISTORY_ADMINISTERED_ON_REQUIRED": "Por favor seleccione la fecha de administración",
|
|
191
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER": "Número de Lote",
|
|
192
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER_PLACEHOLDER": "Ingresar número de lote",
|
|
193
|
+
"IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Por favor ingrese el número de lote",
|
|
194
|
+
"IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Por favor seleccione un nombre de medicamento",
|
|
195
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE": "Fecha de Vencimiento",
|
|
196
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE_REQUIRED": "Por favor seleccione la fecha de vencimiento",
|
|
197
|
+
"IMMUNIZATION_HISTORY_FORM_TITLE": "Historial de Inmunización",
|
|
198
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER": "Fabricante",
|
|
199
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER_PLACEHOLDER": "Ingresar fabricante",
|
|
200
|
+
"IMMUNIZATION_HISTORY_MANUFACTURER_REQUIRED": "Por favor ingrese el fabricante",
|
|
201
|
+
"IMMUNIZATION_HISTORY_ROUTE_PLACEHOLDER": "Ingresar vía",
|
|
202
|
+
"IMMUNIZATION_HISTORY_ROUTE_REQUIRED": "Por favor seleccione una vía",
|
|
203
|
+
"IMMUNIZATION_HISTORY_SEARCH_ARIA_LABEL": "Buscar para agregar inmunización",
|
|
204
|
+
"IMMUNIZATION_HISTORY_SEARCH_DRUG_NAME_PLACEHOLDER": "Buscar nombre del medicamento",
|
|
205
|
+
"IMMUNIZATION_HISTORY_SEARCH_PLACEHOLDER": "Buscar para agregar inmunización",
|
|
206
|
+
"IMMUNIZATION_HISTORY_SITE_PLACEHOLDER": "Ingresar sitio",
|
|
207
|
+
"IMMUNIZATION_HISTORY_SITE_REQUIRED": "Por favor seleccione un sitio",
|
|
177
208
|
"IMMUNIZATION_HISTORY_WIDGET_ADD_BUTTON": "Agregar inmunización",
|
|
178
209
|
"IMMUNIZATION_HISTORY_WIDGET_ADMINISTERED_TABLE_ARIA": "Tabla de inmunizaciones administradas",
|
|
179
210
|
"IMMUNIZATION_HISTORY_WIDGET_ADMINISTERED_TAB_TITLE": "Resumen de vacunación",
|
|
@@ -235,6 +266,7 @@
|
|
|
235
266
|
"LOADING_CONCEPTS": "Cargando conceptos...",
|
|
236
267
|
"LOADING_DASHBOARD_CONFIG": "Cargando configuración del panel...",
|
|
237
268
|
"LOADING_DASHBOARD_CONTENT": "Cargando contenido del panel...",
|
|
269
|
+
"LOADING_IMMUNIZATIONS": "Cargando inmunizaciones...",
|
|
238
270
|
"LOADING_MEDICATIONS": "Cargando medicamentos...",
|
|
239
271
|
"LOADING_USER_PRIVILEGES": "Cargando privilegios de usuario...",
|
|
240
272
|
"LOCATION": "Ubicación",
|
|
@@ -285,12 +317,20 @@
|
|
|
285
317
|
"NO_DIAGNOSES": "No hay diagnósticos registrados",
|
|
286
318
|
"NO_MATCHING_ALLERGEN_FOUND": "No se encontró ningún alérgeno coincidente",
|
|
287
319
|
"NO_MATCHING_DIAGNOSIS_FOUND": "No se encontraron diagnósticos coincidentes",
|
|
320
|
+
"NO_MATCHING_DRUG_NAME_FOUND": "No se encontró ningún nombre de medicamento coincidente",
|
|
321
|
+
"NO_MATCHING_IMMUNIZATIONS_FOUND": "No se encontraron inmunizaciones coincidentes",
|
|
288
322
|
"NO_MATCHING_INVESTIGATIONS_FOUND": "No se encontraron investigaciones coincidentes",
|
|
289
323
|
"NO_MATCHING_MEDICATIONS_FOUND": "No se encontraron medicamentos coincidentes",
|
|
324
|
+
"NO_MATCHING_RECORDS": "No se encontraron registros",
|
|
325
|
+
"NO_MATCHING_ROUTE_FOUND": "No se encontró ninguna vía de administración coincidente",
|
|
326
|
+
"NO_MATCHING_SITE_FOUND": "No se encontró ningún sitio coincidente",
|
|
290
327
|
"NO_MEDICATION_HISTORY": "No hay historial de medicamentos",
|
|
291
328
|
"NO_OBSERVATIONS": "No se registraron observaciones",
|
|
329
|
+
"NO_OBSERVATIONS_AVAILABLE": "No hay observaciones disponibles",
|
|
292
330
|
"NO_OBSERVATIONS_FOUND": "No se encontraron observaciones",
|
|
331
|
+
"NO_QUALITY_ASSESSMENT_DATA": "No hay datos de evaluación de calidad disponibles",
|
|
293
332
|
"NO_RADIOLOGY_INVESTIGATIONS": "No se encontraron investigaciones de radiología",
|
|
333
|
+
"NO_REPORT_DATA": "No hay datos de informe disponibles",
|
|
294
334
|
"NO_SERVICE_REQUESTS": "No hay solicitudes de servicio registradas",
|
|
295
335
|
"NO_VITAL_SIGNS_DATA": "No se encontraron datos de signos vitales",
|
|
296
336
|
"OBSERVATION_FORMS_ADDED_FORMS": "Formularios Agregados",
|
|
@@ -344,16 +384,15 @@
|
|
|
344
384
|
"RADIOLOGY_RESULTS": "Resultados",
|
|
345
385
|
"RADIOLOGY_INVESTIGATION_NAME": "Nombre del Procedimiento",
|
|
346
386
|
"RADIOLOGY_VIEW_IMAGES": "Ver Imágenes",
|
|
347
|
-
"RADIOLOGY_VIEW_REPORT": "Ver Informe",
|
|
348
387
|
"RADIOLOGY_QUALITY_ASSESSMENT": "Evaluación de Calidad",
|
|
349
388
|
"RADIOLOGY_VIEW_QA": "Ver Evaluación de Calidad",
|
|
389
|
+
"RADIOLOGY_VIEW_REPORT": "Ver Informe",
|
|
390
|
+
"REACTIONS": "Reacción(es)",
|
|
350
391
|
"RECORDED_BY": "Grabado Por",
|
|
351
392
|
"RECORDED_ON": "Grabado el",
|
|
352
|
-
"NO_OBSERVATIONS_AVAILABLE": "No hay observaciones disponibles",
|
|
353
|
-
"NO_REPORT_DATA": "No hay datos de informe disponibles",
|
|
354
|
-
"NO_QUALITY_ASSESSMENT_DATA": "No hay datos de evaluación de calidad disponibles",
|
|
355
|
-
"REACTIONS": "Reacción(es)",
|
|
356
393
|
"REVOKED_STATUS": "Cancelado",
|
|
394
|
+
"SEARCH_PATIENT_ID_PLACEHOLDER": "Buscar por ID de paciente",
|
|
395
|
+
"SEARCHING": "Buscando...",
|
|
357
396
|
"SELECT_ENCOUNTER_TYPE": "Seleccionar tipo de encuentro",
|
|
358
397
|
"SELECT_LOCATION": "Seleccionar ubicación",
|
|
359
398
|
"SELECT_PRACTITIONER": "Seleccionar profesional médico",
|
|
@@ -395,11 +434,5 @@
|
|
|
395
434
|
"NO_MATCHING_VACCINATIONS_FOUND": "No se encontraron vacunas coincidentes",
|
|
396
435
|
"ERROR_FETCHING_VACCINATION_CONFIG": "Error al obtener la configuración de vacunas",
|
|
397
436
|
"YEARS_one": " año",
|
|
398
|
-
"YEARS_other": " años"
|
|
399
|
-
"SEARCH_PATIENT_ID_PLACEHOLDER": "Buscar por ID de paciente",
|
|
400
|
-
"NO_MATCHING_RECORDS": "No se encontraron registros",
|
|
401
|
-
"SEARCHING": "Buscando...",
|
|
402
|
-
"GLOBAL_ACTION_SEARCH": "Buscar",
|
|
403
|
-
"GLOBAL_ACTION_NOTIFICATIONS": "Notificaciones",
|
|
404
|
-
"GLOBAL_ACTION_USER": "Usuario"
|
|
437
|
+
"YEARS_other": " años"
|
|
405
438
|
}
|
|
@@ -4,32 +4,27 @@ export interface AllergyConceptMap {
|
|
|
4
4
|
environmentalAllergenUuid: string;
|
|
5
5
|
allergyReactionUuid: string;
|
|
6
6
|
}
|
|
7
|
-
interface InputControlAttributes {
|
|
8
|
-
|
|
7
|
+
export interface InputControlAttributes {
|
|
8
|
+
name: string;
|
|
9
9
|
required: boolean;
|
|
10
10
|
}
|
|
11
|
-
export interface InputControl {
|
|
12
|
-
metadata:
|
|
11
|
+
export interface InputControl<T extends Record<string, unknown> = Record<string, unknown>> {
|
|
12
|
+
metadata: T;
|
|
13
13
|
encounterTypes: string[];
|
|
14
14
|
privileges: string[];
|
|
15
15
|
attributes: InputControlAttributes[];
|
|
16
16
|
}
|
|
17
|
-
export interface EncounterDetailsMetadata {
|
|
18
|
-
defaultEncounterType?: string;
|
|
19
|
-
}
|
|
20
|
-
export interface EncounterDetailsControl extends InputControl {
|
|
21
|
-
metadata: EncounterDetailsMetadata;
|
|
22
|
-
}
|
|
23
17
|
export interface ConsultationPad {
|
|
24
18
|
allergyConceptMap: AllergyConceptMap;
|
|
25
19
|
statDurationInMilliseconds?: number;
|
|
26
|
-
encounterDetails:
|
|
20
|
+
encounterDetails: InputControl;
|
|
27
21
|
allergies?: InputControl;
|
|
28
22
|
investigations?: InputControl;
|
|
29
23
|
medications?: InputControl;
|
|
30
24
|
observationForms?: InputControl;
|
|
31
25
|
vaccinations?: InputControl;
|
|
32
26
|
conditionsAndDiagnoses?: InputControl;
|
|
27
|
+
immunizationHistory?: InputControl;
|
|
33
28
|
}
|
|
34
29
|
export interface Dashboard {
|
|
35
30
|
name: string;
|
|
@@ -56,5 +51,4 @@ export interface ClinicalConfigContextType {
|
|
|
56
51
|
isLoading: boolean;
|
|
57
52
|
error: Error | null;
|
|
58
53
|
}
|
|
59
|
-
export {};
|
|
60
54
|
//# sourceMappingURL=models.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/providers/clinicalConfig/models.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,MAAM,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/providers/clinicalConfig/models.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,MAAM,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,YAAY,CAC3B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAE3D,QAAQ,EAAE,CAAC,CAAC;IACZ,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,eAAe;IAC9B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,sBAAsB,CAAC,EAAE,YAAY,CAAC;IACtC,mBAAmB,CAAC,EAAE,YAAY,CAAC;CACpC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,MAAM,WAAW,cAAc;IAC7B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5C,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACxB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC7B,eAAe,EAAE,eAAe,CAAC;CAClC;AAED,MAAM,WAAW,yBAAyB;IACxC,cAAc,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,CAAC;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB"}
|
|
@@ -54,12 +54,12 @@ declare const _default: {
|
|
|
54
54
|
"description": "Form attributes configuration",
|
|
55
55
|
"items": {
|
|
56
56
|
"type": "object",
|
|
57
|
-
"required": ["
|
|
57
|
+
"required": ["name", "required"],
|
|
58
58
|
"additionalProperties": false,
|
|
59
59
|
"properties": {
|
|
60
|
-
"
|
|
60
|
+
"name": {
|
|
61
61
|
"type": "string",
|
|
62
|
-
"description": "Attribute
|
|
62
|
+
"description": "Attribute name"
|
|
63
63
|
},
|
|
64
64
|
"required": {
|
|
65
65
|
"type": "boolean",
|
|
@@ -141,7 +141,7 @@ declare const _default: {
|
|
|
141
141
|
"type": "object",
|
|
142
142
|
"description": "Configuration for consultation pad forms",
|
|
143
143
|
"required": ["allergyConceptMap", "encounterDetails"],
|
|
144
|
-
"additionalProperties":
|
|
144
|
+
"additionalProperties": true,
|
|
145
145
|
"properties": {
|
|
146
146
|
"allergyConceptMap": {
|
|
147
147
|
"type": "object",
|
|
@@ -152,7 +152,7 @@ declare const _default: {
|
|
|
152
152
|
"environmentalAllergenUuid",
|
|
153
153
|
"allergyReactionUuid"
|
|
154
154
|
],
|
|
155
|
-
"additionalProperties":
|
|
155
|
+
"additionalProperties": false,
|
|
156
156
|
"properties": {
|
|
157
157
|
"medicationAllergenUuid": {
|
|
158
158
|
"type": "string",
|
|
@@ -172,10 +172,6 @@ declare const _default: {
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"statDurationInHours": {
|
|
176
|
-
"type": "number",
|
|
177
|
-
"description": "Duration in hours for which a STAT order is valid"
|
|
178
|
-
},
|
|
179
175
|
"statDurationInMilliseconds": {
|
|
180
176
|
"type": "number",
|
|
181
177
|
"description": "Duration in milliseconds for which a STAT order is valid"
|
|
@@ -207,6 +203,10 @@ declare const _default: {
|
|
|
207
203
|
"conditionsAndDiagnoses": {
|
|
208
204
|
"$ref": "#/definitions/inputControl",
|
|
209
205
|
"description": "Configuration for the conditions and diagnoses form"
|
|
206
|
+
},
|
|
207
|
+
"immunizationHistory": {
|
|
208
|
+
"$ref": "#/definitions/inputControl",
|
|
209
|
+
"description": "Configuration for the immunization history form"
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
}
|