@bahmni/services 0.0.1-dev.49

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.
Files changed (230) hide show
  1. package/LICENSE +9 -0
  2. package/README.md +21 -0
  3. package/dist/AppointmentService/appointmmetService.d.ts +4 -0
  4. package/dist/AppointmentService/appointmmetService.d.ts.map +1 -0
  5. package/dist/AppointmentService/constatns.d.ts +3 -0
  6. package/dist/AppointmentService/constatns.d.ts.map +1 -0
  7. package/dist/AppointmentService/index.d.ts +3 -0
  8. package/dist/AppointmentService/index.d.ts.map +1 -0
  9. package/dist/AppointmentService/models.d.ts +71 -0
  10. package/dist/AppointmentService/models.d.ts.map +1 -0
  11. package/dist/allergyService/__mocks__/mocks.d.ts +56 -0
  12. package/dist/allergyService/__mocks__/mocks.d.ts.map +1 -0
  13. package/dist/allergyService/allergyService.d.ts +41 -0
  14. package/dist/allergyService/allergyService.d.ts.map +1 -0
  15. package/dist/allergyService/constants.d.ts +15 -0
  16. package/dist/allergyService/constants.d.ts.map +1 -0
  17. package/dist/allergyService/index.d.ts +3 -0
  18. package/dist/allergyService/index.d.ts.map +1 -0
  19. package/dist/allergyService/models.d.ts +60 -0
  20. package/dist/allergyService/models.d.ts.map +1 -0
  21. package/dist/api/api.d.ts +27 -0
  22. package/dist/api/api.d.ts.map +1 -0
  23. package/dist/api/client.d.ts +4 -0
  24. package/dist/api/client.d.ts.map +1 -0
  25. package/dist/api/constants.d.ts +2 -0
  26. package/dist/api/constants.d.ts.map +1 -0
  27. package/dist/api/index.d.ts +2 -0
  28. package/dist/api/index.d.ts.map +1 -0
  29. package/dist/api/utils.d.ts +20 -0
  30. package/dist/api/utils.d.ts.map +1 -0
  31. package/dist/applicationConfigService/ApplicationConfigService.d.ts +17 -0
  32. package/dist/applicationConfigService/ApplicationConfigService.d.ts.map +1 -0
  33. package/dist/applicationConfigService/constants.d.ts +3 -0
  34. package/dist/applicationConfigService/constants.d.ts.map +1 -0
  35. package/dist/applicationConfigService/index.d.ts +2 -0
  36. package/dist/applicationConfigService/index.d.ts.map +1 -0
  37. package/dist/auditLogService/auditEventDispatcher.d.ts +20 -0
  38. package/dist/auditLogService/auditEventDispatcher.d.ts.map +1 -0
  39. package/dist/auditLogService/auditLogService.d.ts +11 -0
  40. package/dist/auditLogService/auditLogService.d.ts.map +1 -0
  41. package/dist/auditLogService/constants.d.ts +44 -0
  42. package/dist/auditLogService/constants.d.ts.map +1 -0
  43. package/dist/auditLogService/globalAuditListener.d.ts +11 -0
  44. package/dist/auditLogService/globalAuditListener.d.ts.map +1 -0
  45. package/dist/auditLogService/index.d.ts +6 -0
  46. package/dist/auditLogService/index.d.ts.map +1 -0
  47. package/dist/auditLogService/models.d.ts +12 -0
  48. package/dist/auditLogService/models.d.ts.map +1 -0
  49. package/dist/cameraService/index.d.ts +2 -0
  50. package/dist/cameraService/index.d.ts.map +1 -0
  51. package/dist/cameraService/useCamera.d.ts +7 -0
  52. package/dist/cameraService/useCamera.d.ts.map +1 -0
  53. package/dist/conceptService/conceptService.d.ts +17 -0
  54. package/dist/conceptService/conceptService.d.ts.map +1 -0
  55. package/dist/conceptService/constants.d.ts +4 -0
  56. package/dist/conceptService/constants.d.ts.map +1 -0
  57. package/dist/conceptService/index.d.ts +3 -0
  58. package/dist/conceptService/index.d.ts.map +1 -0
  59. package/dist/conceptService/models.d.ts +11 -0
  60. package/dist/conceptService/models.d.ts.map +1 -0
  61. package/dist/conditionService/__mocks__/mocks.d.ts +22 -0
  62. package/dist/conditionService/__mocks__/mocks.d.ts.map +1 -0
  63. package/dist/conditionService/conditionService.d.ts +14 -0
  64. package/dist/conditionService/conditionService.d.ts.map +1 -0
  65. package/dist/conditionService/constants.d.ts +2 -0
  66. package/dist/conditionService/constants.d.ts.map +1 -0
  67. package/dist/conditionService/index.d.ts +3 -0
  68. package/dist/conditionService/index.d.ts.map +1 -0
  69. package/dist/conditionService/models.d.ts +13 -0
  70. package/dist/conditionService/models.d.ts.map +1 -0
  71. package/dist/configService/__mocks__/configMocks.d.ts +191 -0
  72. package/dist/configService/__mocks__/configMocks.d.ts.map +1 -0
  73. package/dist/configService/configService.d.ts +31 -0
  74. package/dist/configService/configService.d.ts.map +1 -0
  75. package/dist/configService/constants.d.ts +22 -0
  76. package/dist/configService/constants.d.ts.map +1 -0
  77. package/dist/configService/index.d.ts +3 -0
  78. package/dist/configService/index.d.ts.map +1 -0
  79. package/dist/configService/models/config.d.ts +27 -0
  80. package/dist/configService/models/config.d.ts.map +1 -0
  81. package/dist/configService/models/dashboardConfig.d.ts +11 -0
  82. package/dist/configService/models/dashboardConfig.d.ts.map +1 -0
  83. package/dist/configService/models/medicationConfig.d.ts +41 -0
  84. package/dist/configService/models/medicationConfig.d.ts.map +1 -0
  85. package/dist/configService/models/registrationConfig.d.ts +84 -0
  86. package/dist/configService/models/registrationConfig.d.ts.map +1 -0
  87. package/dist/configService/models.d.ts +5 -0
  88. package/dist/configService/models.d.ts.map +1 -0
  89. package/dist/configService/schemas/clinicalConfig.schema.json.d.ts +98 -0
  90. package/dist/configService/schemas/dashboardConfig.schema.json.d.ts +40 -0
  91. package/dist/configService/schemas/medicationConfig.schema.json.d.ts +40 -0
  92. package/dist/configService/schemas/registrationConfig.schema.json.d.ts +329 -0
  93. package/dist/constants/app.d.ts +10 -0
  94. package/dist/constants/app.d.ts.map +1 -0
  95. package/dist/constants/fhir.d.ts +11 -0
  96. package/dist/constants/fhir.d.ts.map +1 -0
  97. package/dist/date/constants.d.ts +6 -0
  98. package/dist/date/constants.d.ts.map +1 -0
  99. package/dist/date/date.d.ts +71 -0
  100. package/dist/date/date.d.ts.map +1 -0
  101. package/dist/date/errors.d.ts +8 -0
  102. package/dist/date/errors.d.ts.map +1 -0
  103. package/dist/date/index.d.ts +3 -0
  104. package/dist/date/index.d.ts.map +1 -0
  105. package/dist/diagnosesService/constants.d.ts +4 -0
  106. package/dist/diagnosesService/constants.d.ts.map +1 -0
  107. package/dist/diagnosesService/diagnosesService.d.ts +8 -0
  108. package/dist/diagnosesService/diagnosesService.d.ts.map +1 -0
  109. package/dist/diagnosesService/index.d.ts +3 -0
  110. package/dist/diagnosesService/index.d.ts.map +1 -0
  111. package/dist/diagnosesService/models.d.ts +22 -0
  112. package/dist/diagnosesService/models.d.ts.map +1 -0
  113. package/dist/encounterService/__mocks__/mocks.d.ts +182 -0
  114. package/dist/encounterService/__mocks__/mocks.d.ts.map +1 -0
  115. package/dist/encounterService/constants.d.ts +2 -0
  116. package/dist/encounterService/constants.d.ts.map +1 -0
  117. package/dist/encounterService/encounterService.d.ts +20 -0
  118. package/dist/encounterService/encounterService.d.ts.map +1 -0
  119. package/dist/encounterService/index.d.ts +2 -0
  120. package/dist/encounterService/index.d.ts.map +1 -0
  121. package/dist/encounterSessionService/constants.d.ts +4 -0
  122. package/dist/encounterSessionService/constants.d.ts.map +1 -0
  123. package/dist/encounterSessionService/encounterSessionService.d.ts +43 -0
  124. package/dist/encounterSessionService/encounterSessionService.d.ts.map +1 -0
  125. package/dist/encounterSessionService/index.d.ts +2 -0
  126. package/dist/encounterSessionService/index.d.ts.map +1 -0
  127. package/dist/errorHandling/index.d.ts +2 -0
  128. package/dist/errorHandling/index.d.ts.map +1 -0
  129. package/dist/errorHandling/utils.d.ts +10 -0
  130. package/dist/errorHandling/utils.d.ts.map +1 -0
  131. package/dist/i18n/constants.d.ts +5 -0
  132. package/dist/i18n/constants.d.ts.map +1 -0
  133. package/dist/i18n/i18n.d.ts +10 -0
  134. package/dist/i18n/i18n.d.ts.map +1 -0
  135. package/dist/i18n/index.d.ts +3 -0
  136. package/dist/i18n/index.d.ts.map +1 -0
  137. package/dist/i18n/translationService.d.ts +25 -0
  138. package/dist/i18n/translationService.d.ts.map +1 -0
  139. package/dist/index.d.ts +31 -0
  140. package/dist/index.d.ts.map +1 -0
  141. package/dist/index.js +12066 -0
  142. package/dist/investigationService/constants.d.ts +5 -0
  143. package/dist/investigationService/constants.d.ts.map +1 -0
  144. package/dist/investigationService/index.d.ts +3 -0
  145. package/dist/investigationService/index.d.ts.map +1 -0
  146. package/dist/investigationService/investigationService.d.ts +3 -0
  147. package/dist/investigationService/investigationService.d.ts.map +1 -0
  148. package/dist/investigationService/model.d.ts +20 -0
  149. package/dist/investigationService/model.d.ts.map +1 -0
  150. package/dist/labInvestigationService/constants.d.ts +4 -0
  151. package/dist/labInvestigationService/constants.d.ts.map +1 -0
  152. package/dist/labInvestigationService/index.d.ts +3 -0
  153. package/dist/labInvestigationService/index.d.ts.map +1 -0
  154. package/dist/labInvestigationService/labInvestigationService.d.ts +49 -0
  155. package/dist/labInvestigationService/labInvestigationService.d.ts.map +1 -0
  156. package/dist/labInvestigationService/models.d.ts +37 -0
  157. package/dist/labInvestigationService/models.d.ts.map +1 -0
  158. package/dist/medicationRequestService/constants.d.ts +2 -0
  159. package/dist/medicationRequestService/constants.d.ts.map +1 -0
  160. package/dist/medicationRequestService/index.d.ts +3 -0
  161. package/dist/medicationRequestService/index.d.ts.map +1 -0
  162. package/dist/medicationRequestService/medicationRequestService.d.ts +15 -0
  163. package/dist/medicationRequestService/medicationRequestService.d.ts.map +1 -0
  164. package/dist/medicationRequestService/models.d.ts +58 -0
  165. package/dist/medicationRequestService/models.d.ts.map +1 -0
  166. package/dist/notification/index.d.ts +3 -0
  167. package/dist/notification/index.d.ts.map +1 -0
  168. package/dist/notification/models.d.ts +9 -0
  169. package/dist/notification/models.d.ts.map +1 -0
  170. package/dist/notification/notificationService.d.ts +22 -0
  171. package/dist/notification/notificationService.d.ts.map +1 -0
  172. package/dist/observationFormsService/index.d.ts +3 -0
  173. package/dist/observationFormsService/index.d.ts.map +1 -0
  174. package/dist/observationFormsService/models.d.ts +26 -0
  175. package/dist/observationFormsService/models.d.ts.map +1 -0
  176. package/dist/observationFormsService/observationFormsService.d.ts +6 -0
  177. package/dist/observationFormsService/observationFormsService.d.ts.map +1 -0
  178. package/dist/patientService/constants.d.ts +27 -0
  179. package/dist/patientService/constants.d.ts.map +1 -0
  180. package/dist/patientService/index.d.ts +4 -0
  181. package/dist/patientService/index.d.ts.map +1 -0
  182. package/dist/patientService/models.d.ts +224 -0
  183. package/dist/patientService/models.d.ts.map +1 -0
  184. package/dist/patientService/patientService.d.ts +123 -0
  185. package/dist/patientService/patientService.d.ts.map +1 -0
  186. package/dist/privilegeService/index.d.ts +3 -0
  187. package/dist/privilegeService/index.d.ts.map +1 -0
  188. package/dist/privilegeService/models.d.ts +9 -0
  189. package/dist/privilegeService/models.d.ts.map +1 -0
  190. package/dist/privilegeService/privilegeService.d.ts +15 -0
  191. package/dist/privilegeService/privilegeService.d.ts.map +1 -0
  192. package/dist/providerService/constants.d.ts +2 -0
  193. package/dist/providerService/constants.d.ts.map +1 -0
  194. package/dist/providerService/index.d.ts +3 -0
  195. package/dist/providerService/index.d.ts.map +1 -0
  196. package/dist/providerService/models.d.ts +51 -0
  197. package/dist/providerService/models.d.ts.map +1 -0
  198. package/dist/providerService/providerService.d.ts +7 -0
  199. package/dist/providerService/providerService.d.ts.map +1 -0
  200. package/dist/radiologyInvestigationService/__mocks__/mocks.d.ts +17 -0
  201. package/dist/radiologyInvestigationService/__mocks__/mocks.d.ts.map +1 -0
  202. package/dist/radiologyInvestigationService/constants.d.ts +2 -0
  203. package/dist/radiologyInvestigationService/constants.d.ts.map +1 -0
  204. package/dist/radiologyInvestigationService/index.d.ts +3 -0
  205. package/dist/radiologyInvestigationService/index.d.ts.map +1 -0
  206. package/dist/radiologyInvestigationService/models.d.ts +12 -0
  207. package/dist/radiologyInvestigationService/models.d.ts.map +1 -0
  208. package/dist/radiologyInvestigationService/radiologyInvestigationService.d.ts +15 -0
  209. package/dist/radiologyInvestigationService/radiologyInvestigationService.d.ts.map +1 -0
  210. package/dist/userService/constants.d.ts +3 -0
  211. package/dist/userService/constants.d.ts.map +1 -0
  212. package/dist/userService/index.d.ts +3 -0
  213. package/dist/userService/index.d.ts.map +1 -0
  214. package/dist/userService/models.d.ts +18 -0
  215. package/dist/userService/models.d.ts.map +1 -0
  216. package/dist/userService/userService.d.ts +10 -0
  217. package/dist/userService/userService.d.ts.map +1 -0
  218. package/dist/utils/index.d.ts +2 -0
  219. package/dist/utils/index.d.ts.map +1 -0
  220. package/dist/utils/utils.d.ts +84 -0
  221. package/dist/utils/utils.d.ts.map +1 -0
  222. package/dist/vitalFlowSheetService/constants.d.ts +2 -0
  223. package/dist/vitalFlowSheetService/constants.d.ts.map +1 -0
  224. package/dist/vitalFlowSheetService/index.d.ts +3 -0
  225. package/dist/vitalFlowSheetService/index.d.ts.map +1 -0
  226. package/dist/vitalFlowSheetService/model.d.ts +22 -0
  227. package/dist/vitalFlowSheetService/model.d.ts.map +1 -0
  228. package/dist/vitalFlowSheetService/vitalFlowSheetService.d.ts +11 -0
  229. package/dist/vitalFlowSheetService/vitalFlowSheetService.d.ts.map +1 -0
  230. package/package.json +44 -0
@@ -0,0 +1,8 @@
1
+ import { Diagnosis } from './models';
2
+ /**
3
+ * Fetches and formats diagnoses for a given patient UUID
4
+ * @param patientUUID - The UUID of the patient
5
+ * @returns Promise resolving to an array of diagnoses
6
+ */
7
+ export declare function getPatientDiagnoses(patientUUID: string): Promise<Diagnosis[]>;
8
+ //# sourceMappingURL=diagnosesService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diagnosesService.d.ts","sourceRoot":"","sources":["../../src/diagnosesService/diagnosesService.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAyErC;;;;GAIG;AACH,wBAAsB,mBAAmB,CACvC,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,SAAS,EAAE,CAAC,CAGtB"}
@@ -0,0 +1,3 @@
1
+ export { getPatientDiagnoses } from './diagnosesService';
2
+ export { type Diagnosis, type DiagnosisInputEntry, type DiagnosesByDate, } from './models';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/diagnosesService/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EACL,KAAK,SAAS,EACd,KAAK,mBAAmB,EACxB,KAAK,eAAe,GACrB,MAAM,UAAU,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { Coding } from 'fhir/r4';
2
+ export interface DiagnosisInputEntry {
3
+ id: string;
4
+ display: string;
5
+ selectedCertainty: Coding | null;
6
+ errors: {
7
+ certainty?: string;
8
+ };
9
+ hasBeenValidated: boolean;
10
+ }
11
+ export interface Diagnosis {
12
+ id: string;
13
+ display: string;
14
+ certainty: Coding;
15
+ recordedDate: string;
16
+ recorder: string;
17
+ }
18
+ export interface DiagnosesByDate {
19
+ date: string;
20
+ diagnoses: Diagnosis[];
21
+ }
22
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/diagnosesService/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC,MAAM,EAAE;QACN,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,SAAS,EAAE,CAAC;CACxB"}
@@ -0,0 +1,182 @@
1
+ export declare const mockVisitBundle: {
2
+ resourceType: string;
3
+ id: string;
4
+ meta: {
5
+ lastUpdated: string;
6
+ };
7
+ type: string;
8
+ total: number;
9
+ link: {
10
+ relation: string;
11
+ url: string;
12
+ }[];
13
+ entry: ({
14
+ fullUrl: string;
15
+ resource: {
16
+ resourceType: string;
17
+ id: string;
18
+ meta: {
19
+ versionId: string;
20
+ lastUpdated: string;
21
+ tag: {
22
+ system: string;
23
+ code: string;
24
+ display: string;
25
+ }[];
26
+ };
27
+ status: string;
28
+ class: {
29
+ system: string;
30
+ code: string;
31
+ };
32
+ type: {
33
+ coding: {
34
+ system: string;
35
+ code: string;
36
+ display: string;
37
+ }[];
38
+ }[];
39
+ subject: {
40
+ reference: string;
41
+ type: string;
42
+ display: string;
43
+ };
44
+ period: {
45
+ start: string;
46
+ end: string;
47
+ };
48
+ location: {
49
+ location: {
50
+ reference: string;
51
+ type: string;
52
+ display: string;
53
+ };
54
+ }[];
55
+ };
56
+ } | {
57
+ fullUrl: string;
58
+ resource: {
59
+ resourceType: string;
60
+ id: string;
61
+ meta: {
62
+ versionId: string;
63
+ lastUpdated: string;
64
+ tag: {
65
+ system: string;
66
+ code: string;
67
+ display: string;
68
+ }[];
69
+ };
70
+ status: string;
71
+ class: {
72
+ system: string;
73
+ code: string;
74
+ };
75
+ type: {
76
+ coding: {
77
+ system: string;
78
+ code: string;
79
+ display: string;
80
+ }[];
81
+ }[];
82
+ subject: {
83
+ reference: string;
84
+ type: string;
85
+ display: string;
86
+ };
87
+ period: {
88
+ start: string;
89
+ end?: undefined;
90
+ };
91
+ location: {
92
+ location: {
93
+ reference: string;
94
+ type: string;
95
+ display: string;
96
+ };
97
+ }[];
98
+ };
99
+ })[];
100
+ };
101
+ export declare const mockActiveVisit: {
102
+ resourceType: string;
103
+ id: string;
104
+ meta: {
105
+ versionId: string;
106
+ lastUpdated: string;
107
+ tag: {
108
+ system: string;
109
+ code: string;
110
+ display: string;
111
+ }[];
112
+ };
113
+ status: string;
114
+ class: {
115
+ system: string;
116
+ code: string;
117
+ };
118
+ type: {
119
+ coding: {
120
+ system: string;
121
+ code: string;
122
+ display: string;
123
+ }[];
124
+ }[];
125
+ subject: {
126
+ reference: string;
127
+ type: string;
128
+ display: string;
129
+ };
130
+ period: {
131
+ start: string;
132
+ end: string;
133
+ };
134
+ location: {
135
+ location: {
136
+ reference: string;
137
+ type: string;
138
+ display: string;
139
+ };
140
+ }[];
141
+ } | {
142
+ resourceType: string;
143
+ id: string;
144
+ meta: {
145
+ versionId: string;
146
+ lastUpdated: string;
147
+ tag: {
148
+ system: string;
149
+ code: string;
150
+ display: string;
151
+ }[];
152
+ };
153
+ status: string;
154
+ class: {
155
+ system: string;
156
+ code: string;
157
+ };
158
+ type: {
159
+ coding: {
160
+ system: string;
161
+ code: string;
162
+ display: string;
163
+ }[];
164
+ }[];
165
+ subject: {
166
+ reference: string;
167
+ type: string;
168
+ display: string;
169
+ };
170
+ period: {
171
+ start: string;
172
+ end?: undefined;
173
+ };
174
+ location: {
175
+ location: {
176
+ reference: string;
177
+ type: string;
178
+ display: string;
179
+ };
180
+ }[];
181
+ };
182
+ //# sourceMappingURL=mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mocks.d.ts","sourceRoot":"","sources":["../../../src/encounterService/__mocks__/mocks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmO3B,CAAC;AAGF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const PATIENT_VISITS_URL: (patientUUID: string) => string;
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/encounterService/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,aAAa,MAAM,WACoB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { Encounter, Bundle } from 'fhir/r4';
2
+ /**
3
+ * Fetches visits for a given patient UUID from the FHIR R4 endpoint
4
+ * @param patientUUID - The UUID of the patient
5
+ * @returns Promise resolving to a FhirEncounterBundle
6
+ */
7
+ export declare function getPatientVisits(patientUUID: string): Promise<Bundle<Encounter>>;
8
+ /**
9
+ * Fetches and transforms visits for a given patient UUID
10
+ * @param patientUUID - The UUID of the patient
11
+ * @returns Promise resolving to an array of FhirEncounter
12
+ */
13
+ export declare function getVisits(patientUUID: string): Promise<Encounter[]>;
14
+ /**
15
+ * Gets the active visit for a patient (encounter with no end date)
16
+ * @param patientUUID - The UUID of the patient
17
+ * @returns Promise resolving to the current FhirEncounter or null if not found
18
+ */
19
+ export declare function getActiveVisit(patientUUID: string): Promise<Encounter | null>;
20
+ //# sourceMappingURL=encounterService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encounterService.d.ts","sourceRoot":"","sources":["../../src/encounterService/encounterService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAI5C;;;;GAIG;AACH,wBAAsB,gBAAgB,CACpC,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAE5B;AAED;;;;GAIG;AACH,wBAAsB,SAAS,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC,CAOzE;AAED;;;;GAIG;AACH,wBAAsB,cAAc,CAClC,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,CAG3B"}
@@ -0,0 +1,2 @@
1
+ export { getActiveVisit, getPatientVisits, getVisits, } from './encounterService';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/encounterService/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,SAAS,GACV,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const ENCOUNTER_SEARCH_URL: string;
2
+ export declare const ENCOUNTER_SESSION_DURATION_GP_URL: string;
3
+ export declare const CONSULTATION_ENCOUNTER_TYPE_UUID = "d34fe3ab-5e07-11ef-8f7c-0242ac120002";
4
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/encounterSessionService/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,QAAiC,CAAC;AAEnE,eAAO,MAAM,iCAAiC,QACuB,CAAC;AACtE,eAAO,MAAM,gCAAgC,yCACL,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { Encounter } from 'fhir/r4';
2
+ interface EncounterSearchParams {
3
+ patient: string;
4
+ _tag?: string;
5
+ _lastUpdated?: string;
6
+ participant?: string;
7
+ type?: string;
8
+ }
9
+ /**
10
+ * Searches for encounters using FHIR API with given parameters
11
+ * @param params - Search parameters for encounter query
12
+ * @returns Promise resolving to array of FhirEncounter
13
+ */
14
+ export declare function searchEncounters(params: EncounterSearchParams): Promise<Encounter[]>;
15
+ /**
16
+ * Gets the encounter session duration from global properties
17
+ * @returns Promise resolving to session duration in minutes (default: 30)
18
+ */
19
+ export declare function getEncounterSessionDuration(): Promise<number>;
20
+ /**
21
+ * Filters encounters to find those belonging to the active visit
22
+ * @param encounters - Array of encounters to filter
23
+ * @param patientUUID - Patient UUID
24
+ * @returns Promise resolving to encounter within active visit or null
25
+ */
26
+ export declare function filterByActiveVisit(encounters: Encounter[], patientUUID: string): Promise<Encounter | null>;
27
+ /**
28
+ * Finds an active encounter within the session duration for a patient and practitioner
29
+ * @param patientUUID - Patient UUID
30
+ * @param practitionerUUID - Practitioner UUID (optional, for practitioner-specific sessions)
31
+ * @param sessionDurationMinutes - Session duration in minutes (optional, will fetch from config if not provided)
32
+ * @returns Promise resolving to active encounter or null
33
+ */
34
+ export declare function findActiveEncounterInSession(patientUUID: string, practitionerUUID?: string, sessionDurationMinutes?: number): Promise<Encounter | null>;
35
+ /**
36
+ * Checks if there is an active encounter session for a patient and practitioner
37
+ * @param patientUUID - Patient UUID
38
+ * @param practitionerUUID - Practitioner UUID (optional, for practitioner-specific sessions)
39
+ * @returns Promise resolving to boolean indicating if session is active
40
+ */
41
+ export declare function hasActiveEncounterSession(patientUUID: string, practitionerUUID?: string): Promise<boolean>;
42
+ export {};
43
+ //# sourceMappingURL=encounterSessionService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encounterSessionService.d.ts","sourceRoot":"","sources":["../../src/encounterSessionService/encounterSessionService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAU,MAAM,SAAS,CAAC;AAS5C,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,wBAAsB,gBAAgB,CACpC,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,SAAS,EAAE,CAAC,CAkBtB;AAED;;;GAGG;AACH,wBAAsB,2BAA2B,IAAI,OAAO,CAAC,MAAM,CAAC,CAUnE;AAED;;;;;GAKG;AACH,wBAAsB,mBAAmB,CACvC,UAAU,EAAE,SAAS,EAAE,EACvB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,CAkB3B;AAED;;;;;;GAMG;AACH,wBAAsB,4BAA4B,CAChD,WAAW,EAAE,MAAM,EACnB,gBAAgB,CAAC,EAAE,MAAM,EACzB,sBAAsB,CAAC,EAAE,MAAM,GAC9B,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,CAiC3B;AAED;;;;;GAKG;AACH,wBAAsB,yBAAyB,CAC7C,WAAW,EAAE,MAAM,EACnB,gBAAgB,CAAC,EAAE,MAAM,GACxB,OAAO,CAAC,OAAO,CAAC,CAMlB"}
@@ -0,0 +1,2 @@
1
+ export { findActiveEncounterInSession } from './encounterSessionService';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/encounterSessionService/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { getFormattedError } from './utils';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/errorHandling/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Formats error messages from different sources
3
+ * @param error - The error to format
4
+ * @returns {title: string, message: string} - The formatted error
5
+ */
6
+ export declare const getFormattedError: (error: unknown) => {
7
+ title: string;
8
+ message: string;
9
+ };
10
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/errorHandling/utils.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,GAC5B,OAAO,OAAO,KACb;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAmElC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const DEFAULT_LOCALE = "en";
2
+ export declare const LOCALE_STORAGE_KEY = "NG_TRANSLATE_LANG_KEY";
3
+ export declare const BUNDLED_TRANSLATIONS_URL_TEMPLATE: (namespace: string, lang: string) => string;
4
+ export declare const CONFIG_TRANSLATIONS_URL_TEMPLATE: (namespace: string, lang: string) => string;
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/i18n/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,OAAO,CAAC;AACnC,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAE1D,eAAO,MAAM,iCAAiC,GAC5C,WAAW,MAAM,EACjB,MAAM,MAAM,WAC6C,CAAC;AAE5D,eAAO,MAAM,gCAAgC,GAC3C,WAAW,MAAM,EACjB,MAAM,MAAM,WACqD,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Initialize i18n with pre-loaded translations for a specific namespace
3
+ * This function should be called before rendering the app
4
+ *
5
+ * @param namespace - The namespace for translations (e.g., 'clinical', 'registration')
6
+ * @returns Initialized i18n instance
7
+ */
8
+ export declare const initI18n: (namespace: string) => Promise<import('i18next').i18n>;
9
+ export default initI18n;
10
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"AAMA;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,GAAU,WAAW,MAAM,oCAyB/C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default as initAppI18n } from './i18n';
2
+ export { useTranslation } from 'react-i18next';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Fetches user's preferred locale from the local storage.
3
+ * @returns The user's preferred locale code if valid, or DEFAULT_LOCALE if not found or invalid
4
+ */
5
+ export declare const getUserPreferredLocale: () => string;
6
+ /**
7
+ * Fetches translations from a URL using the API service.
8
+ * Returns an empty object if the request fails for any reason.
9
+ *
10
+ * @param url - URL to fetch translations from
11
+ * @returns A promise that resolves to a translations object or empty object on failure
12
+ */
13
+ export declare const getTranslationFile: (url: string) => Promise<Record<string, string>>;
14
+ /**
15
+ * Fetches translations for a specified language and English fallback if needed.
16
+ * This function follows the i18next resource structure where translations are
17
+ * organized by language code and namespace.
18
+ *
19
+ * @param lang - Language code to fetch translations for (e.g., 'en', 'es')
20
+ * @param namespace - Namespace for the translations (e.g., 'clinical', 'registration')
21
+ * @returns Promise resolving to an object with translations keyed by language code
22
+ * @throws Will not throw errors, but will return empty translations on failure
23
+ */
24
+ export declare const getTranslations: (lang: string, namespace: string) => Promise<Record<string, Record<string, Record<string, string>>>>;
25
+ //# sourceMappingURL=translationService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translationService.d.ts","sourceRoot":"","sources":["../../src/i18n/translationService.ts"],"names":[],"mappings":"AAQA;;;GAGG;AACH,eAAO,MAAM,sBAAsB,QAAO,MAIzC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC7B,KAAK,MAAM,KACV,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAchC,CAAC;AAiCF;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,GAC1B,MAAM,MAAM,EACZ,WAAW,MAAM,KAChB,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAmBhE,CAAC"}
@@ -0,0 +1,31 @@
1
+ export { get, post, put, del } from './api';
2
+ export { initAppI18n, useTranslation } from './i18n';
3
+ export { useCamera } from './cameraService';
4
+ export { getPatientById, getFormattedPatientById, searchPatientByNameOrId, searchPatientByCustomAttribute, getPrimaryIdentifierType, createPatient, updatePatient, createVisit, getActiveVisitByPatient, getIdentifierData, getGenders, getAddressHierarchyEntries, getVisitTypes, getVisitLocationUUID, getOrderedAddressHierarchyLevels, type FormattedPatientData, type PatientSearchResult, type PatientSearchResultBundle, type IdentifierSource, type IdentifierType, type IdentifierTypesResponse, type CreatePatientRequest, type CreatePatientResponse, type VisitData, type PatientName, type PatientAddress, type PatientIdentifier, type PatientAttribute, type AddressHierarchyEntry, type OrderedAddressHierarchyLevel, type OrderedAddressHierarchyLevels, MAX_PATIENT_AGE_YEARS, PHONE_NUMBER_UUID, EMAIL_UUID, ALTERNATE_PHONE_NUMBER_UUID, } from './patientService';
5
+ export { searchAppointmentsByAttribute, updateAppointmentStatus, } from './AppointmentService/appointmmetService';
6
+ export { type Appointment, type AppointmentSearchResult, type Patient, type AppointmentService, type Location, type Reason, } from './AppointmentService/models';
7
+ export { getFormattedError } from './errorHandling';
8
+ export { capitalize, generateId, getCookieByName, isStringEmpty, getPriorityByOrder, groupByDate, filterReplacementEntries, refreshQueries, parseQueryParams, formatUrl, } from './utils';
9
+ export { type FormatDateResult, calculateAge, formatDateTime, formatDate, formatDateDistance, calculateOnsetDate, sortByDate, DATE_FORMAT, DATE_PICKER_INPUT_FORMAT, DATE_TIME_FORMAT, ISO_DATE_FORMAT, FULL_MONTH_DATE_FORMAT, getTodayDate, calculateAgeinYearsAndMonths, formatDateAndTime, dateComparator, } from './date';
10
+ export { type Notification, notificationService } from './notification';
11
+ export { type FormattedAllergy, AllergyStatus, AllergySeverity, type AllergenType, getAllergies, getFormattedAllergies, fetchAndFormatAllergenConcepts, fetchReactionConcepts, } from './allergyService';
12
+ export { getConditions, type ConditionInputEntry } from './conditionService';
13
+ export { getPatientDiagnoses, type Diagnosis, type DiagnosisInputEntry, type DiagnosesByDate, } from './diagnosesService';
14
+ export { searchConcepts, searchFHIRConcepts, searchFHIRConceptsByName, type ConceptSearch, type ConceptClass, } from './conceptService';
15
+ export { getPatientMedications, getPatientMedicationBundle, type FormattedMedicationRequest, type MedicationRequest, MedicationStatus, } from './medicationRequestService';
16
+ export { getPatientRadiologyInvestigations, getPatientRadiologyInvestigationBundle, type RadiologyInvestigation, } from './radiologyInvestigationService';
17
+ export { getPatientLabTestsBundle, getPatientLabInvestigations, groupLabTestsByDate, type FormattedLabTest, LabTestPriority, type LabTestsByDate, } from './labInvestigationService';
18
+ export { getFlattenedInvestigations, type FlattenedInvestigations, type OrderType, type OrderTypeResponse, } from './investigationService';
19
+ export { getClinicalConfig, getDashboardConfig, getMedicationConfig, getRegistrationConfig, type ClinicalConfig, type DashboardConfig, type MedicationJSONConfig, type DashboardSectionConfig, type Dashboard, type Frequency, type RegistrationConfig, type PatientSearchConfig, type PatientSearchField, type SearchActionConfig, } from './configService';
20
+ export { getCurrentUser, getUserLoginLocation, type User } from './userService';
21
+ export { USER_PINNED_PREFERENCE_URL } from './constants/app';
22
+ export { getCurrentProvider, type Provider, type Person, } from './providerService';
23
+ export { findActiveEncounterInSession } from './encounterSessionService';
24
+ export { getActiveVisit } from './encounterService';
25
+ export { dispatchAuditEvent, AUDIT_LOG_EVENT_DETAILS, initializeAuditListener, type AuditEventType, logAuditEvent, } from './auditLogService';
26
+ export { HL7_CONDITION_CLINICAL_STATUS_CODE_SYSTEM, HL7_CONDITION_VERIFICATION_STATUS_CODE_SYSTEM, HL7_CONDITION_CATEGORY_CODE_SYSTEM, HL7_CONDITION_CATEGORY_CONDITION_CODE, HL7_CONDITION_CATEGORY_DIAGNOSIS_CODE, FHIR_ENCOUNTER_TYPE_CODE_SYSTEM, } from './constants/fhir';
27
+ export { OPENMRS_REST_V1, OPENMRS_FHIR_R4, BAHMNI_HOME_PATH, } from './constants/app';
28
+ export { getCurrentUserPrivileges, hasPrivilege, type UserPrivilege, } from './privilegeService';
29
+ export { fetchObservationForms, type ObservationForm, type FormApiResponse, type ApiNameTranslation, type FormPrivilege, type ApiFormPrivilege, } from './observationFormsService';
30
+ export { getVitalFlowSheetData, type VitalFlowSheetData, type VitalFlowSheetConceptDetail, } from './vitalFlowSheetService';
31
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}