@openmrs/esm-framework 6.3.1-pre.2961 → 6.3.1-pre.2986

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 (107) hide show
  1. package/.turbo/turbo-build.log +3 -25
  2. package/dist/index.d.ts +17 -0
  3. package/dist/internal.d.ts +17 -0
  4. package/dist/openmrs-esm-framework.js +1 -2
  5. package/dist/openmrs-esm-framework.js.map +1 -1
  6. package/docs/API.md +369 -283
  7. package/docs/classes/OpenmrsFetchError.md +10 -10
  8. package/docs/enums/VisitMode.md +3 -3
  9. package/docs/enums/VisitStatus.md +2 -2
  10. package/docs/interfaces/AssignedExtension.md +1 -1
  11. package/docs/interfaces/Attachment.md +7 -7
  12. package/docs/interfaces/AttachmentResponse.md +6 -6
  13. package/docs/interfaces/CloseWorkspaceOptions.md +3 -3
  14. package/docs/interfaces/ConfigurableLinkProps.md +474 -317
  15. package/docs/interfaces/ConnectedExtension.md +1 -1
  16. package/docs/interfaces/ConnectivityChangedEvent.md +1 -1
  17. package/docs/interfaces/CurrentPatientOptions.md +1 -1
  18. package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
  19. package/docs/interfaces/Diagnosis.md +25 -25
  20. package/docs/interfaces/EmrApiConfigurationResponse.md +596 -0
  21. package/docs/interfaces/Encounter.md +24 -24
  22. package/docs/interfaces/EncounterProvider.md +16 -16
  23. package/docs/interfaces/EncounterRole.md +16 -16
  24. package/docs/interfaces/EncounterType.md +16 -16
  25. package/docs/interfaces/ExtensionSlotBaseProps.md +3 -3
  26. package/docs/interfaces/FHIRCode.md +3 -3
  27. package/docs/interfaces/FHIRLocationResource.md +30 -0
  28. package/docs/interfaces/FHIRResource.md +1 -1
  29. package/docs/interfaces/FeatureFlagDefinition.md +3 -3
  30. package/docs/interfaces/FetchConfig.md +13 -13
  31. package/docs/interfaces/FetchError.md +2 -2
  32. package/docs/interfaces/FetchResponse.md +15 -15
  33. package/docs/interfaces/ImportMap.md +1 -1
  34. package/docs/interfaces/Location.md +370 -3
  35. package/docs/interfaces/LoggedInUserFetchResponse.md +15 -15
  36. package/docs/interfaces/NewVisitPayload.md +7 -7
  37. package/docs/interfaces/NotificationDescriptor.md +20 -2
  38. package/docs/interfaces/Obs.md +36 -36
  39. package/docs/interfaces/OldExtensionSlotBaseProps.md +3 -3
  40. package/docs/interfaces/OnlyThePatient.md +1 -1
  41. package/docs/interfaces/OpenWorkspace.md +29 -29
  42. package/docs/interfaces/OpenmrsAppRoutes.md +9 -9
  43. package/docs/interfaces/OpenmrsDatePickerProps.md +1 -1
  44. package/docs/interfaces/OpenmrsResource.md +0 -12
  45. package/docs/interfaces/OpenmrsResourceStrict.md +0 -6
  46. package/docs/interfaces/Patient.md +17 -17
  47. package/docs/interfaces/PatientIdentifier.md +18 -18
  48. package/docs/interfaces/PatientIdentifierType.md +22 -22
  49. package/docs/interfaces/PatientPhotoProps.md +0 -11
  50. package/docs/interfaces/PatientWithFullResponse.md +1 -1
  51. package/docs/interfaces/Prompt.md +5 -5
  52. package/docs/interfaces/ResourceLoader.md +1 -1
  53. package/docs/interfaces/RetryOptions.md +3 -3
  54. package/docs/interfaces/ShowActionableNotificationEvent.md +6 -6
  55. package/docs/interfaces/ShowNotificationEvent.md +5 -5
  56. package/docs/interfaces/ShowSnackbarEvent.md +8 -8
  57. package/docs/interfaces/ShowToastEvent.md +5 -5
  58. package/docs/interfaces/SpaConfig.md +5 -5
  59. package/docs/interfaces/StyleguideConfigObject.md +2 -2
  60. package/docs/interfaces/UploadedFile.md +7 -7
  61. package/docs/interfaces/UseConfigOptions.md +22 -0
  62. package/docs/interfaces/UseServerFetchAllOptions.md +5 -5
  63. package/docs/interfaces/UseServerInfiniteOptions.md +5 -5
  64. package/docs/interfaces/UseServerPaginationOptions.md +2 -2
  65. package/docs/interfaces/Visit.md +11 -11
  66. package/docs/interfaces/VisitItem.md +4 -4
  67. package/docs/interfaces/VisitReturnType.md +2 -2
  68. package/docs/interfaces/VisitStoreState.md +3 -3
  69. package/docs/interfaces/VisitType.md +3 -3
  70. package/docs/interfaces/WorkspaceGroupDefinition.md +2 -2
  71. package/docs/interfaces/WorkspaceRegistration.md +0 -6
  72. package/docs/interfaces/WorkspacesInfo.md +5 -5
  73. package/mock-jest.tsx +125 -0
  74. package/mock.tsx +44 -42
  75. package/package.json +58 -31
  76. package/rspack.config.cjs +96 -0
  77. package/{src/integration-tests/setup-tests.ts → setup-tests.ts} +6 -1
  78. package/src/declarations.d.ts +0 -1
  79. package/src/index.ts +2 -3
  80. package/src/integration-tests/extension-config.test.tsx +14 -12
  81. package/src/internal.ts +2 -3
  82. package/src/mock-test.test.ts +2 -2
  83. package/tsconfig.build.json +10 -0
  84. package/tsconfig.json +3 -24
  85. package/typedoc.json +1 -0
  86. package/vitest.config.ts +9 -0
  87. package/dist/278.openmrs-esm-framework.js +0 -2
  88. package/dist/278.openmrs-esm-framework.js.map +0 -1
  89. package/dist/530.openmrs-esm-framework.js +0 -2
  90. package/dist/530.openmrs-esm-framework.js.map +0 -1
  91. package/dist/588.openmrs-esm-framework.js +0 -2
  92. package/dist/588.openmrs-esm-framework.js.map +0 -1
  93. package/dist/619.openmrs-esm-framework.js +0 -2
  94. package/dist/619.openmrs-esm-framework.js.map +0 -1
  95. package/dist/645.openmrs-esm-framework.js +0 -2
  96. package/dist/645.openmrs-esm-framework.js.map +0 -1
  97. package/dist/735.openmrs-esm-framework.js +0 -3
  98. package/dist/735.openmrs-esm-framework.js.LICENSE.txt +0 -9
  99. package/dist/735.openmrs-esm-framework.js.map +0 -1
  100. package/dist/746.openmrs-esm-framework.js +0 -2
  101. package/dist/746.openmrs-esm-framework.js.map +0 -1
  102. package/dist/788.openmrs-esm-framework.js +0 -3
  103. package/dist/788.openmrs-esm-framework.js.LICENSE.txt +0 -19
  104. package/dist/788.openmrs-esm-framework.js.map +0 -1
  105. package/dist/openmrs-esm-framework.js.LICENSE.txt +0 -68
  106. package/jest.config.js +0 -22
  107. package/webpack.config.js +0 -80
@@ -0,0 +1,596 @@
1
+ [@openmrs/esm-framework](../API.md) / EmrApiConfigurationResponse
2
+
3
+ # Interface: EmrApiConfigurationResponse
4
+
5
+ Add other properties as needed. Maintain alphabetical order. Keep in lockstep with the customRepresentation below.
6
+
7
+ For all available configuration constants and global property keys, see:
8
+
9
+ **`see`** https://github.com/openmrs/openmrs-module-emrapi/blob/master/api/src/main/java/org/openmrs/module/emrapi/EmrApiConstants.java
10
+
11
+ ## Table of contents
12
+
13
+ ### API Properties
14
+
15
+ - [admissionDecisionConcept](EmrApiConfigurationResponse.md#admissiondecisionconcept)
16
+ - [admissionEncounterType](EmrApiConfigurationResponse.md#admissionencountertype)
17
+ - [admissionForm](EmrApiConfigurationResponse.md#admissionform)
18
+ - [atFacilityVisitType](EmrApiConfigurationResponse.md#atfacilityvisittype)
19
+ - [bedAssignmentEncounterType](EmrApiConfigurationResponse.md#bedassignmentencountertype)
20
+ - [cancelADTRequestEncounterType](EmrApiConfigurationResponse.md#canceladtrequestencountertype)
21
+ - [checkInClerkEncounterRole](EmrApiConfigurationResponse.md#checkinclerkencounterrole)
22
+ - [checkInEncounterType](EmrApiConfigurationResponse.md#checkinencountertype)
23
+ - [clinicianEncounterRole](EmrApiConfigurationResponse.md#clinicianencounterrole)
24
+ - [conceptSourcesForDiagnosisSearch](EmrApiConfigurationResponse.md#conceptsourcesfordiagnosissearch)
25
+ - [consultEncounterType](EmrApiConfigurationResponse.md#consultencountertype)
26
+ - [consultFreeTextCommentsConcept](EmrApiConfigurationResponse.md#consultfreetextcommentsconcept)
27
+ - [denyAdmissionConcept](EmrApiConfigurationResponse.md#denyadmissionconcept)
28
+ - [diagnosisMetadata](EmrApiConfigurationResponse.md#diagnosismetadata)
29
+ - [diagnosisSets](EmrApiConfigurationResponse.md#diagnosissets)
30
+ - [dischargeForm](EmrApiConfigurationResponse.md#dischargeform)
31
+ - [dispositionDescriptor](EmrApiConfigurationResponse.md#dispositiondescriptor)
32
+ - [dispositions](EmrApiConfigurationResponse.md#dispositions)
33
+ - [emrApiConceptSource](EmrApiConfigurationResponse.md#emrapiconceptsource)
34
+ - [exitFromInpatientEncounterType](EmrApiConfigurationResponse.md#exitfrominpatientencountertype)
35
+ - [extraPatientIdentifierTypes](EmrApiConfigurationResponse.md#extrapatientidentifiertypes)
36
+ - [fullPrivilegeLevel](EmrApiConfigurationResponse.md#fullprivilegelevel)
37
+ - [highPrivilegeLevel](EmrApiConfigurationResponse.md#highprivilegelevel)
38
+ - [identifierTypesToSearch](EmrApiConfigurationResponse.md#identifiertypestosearch)
39
+ - [inpatientNoteEncounterType](EmrApiConfigurationResponse.md#inpatientnoteencountertype)
40
+ - [lastViewedPatientSizeLimit](EmrApiConfigurationResponse.md#lastviewedpatientsizelimit)
41
+ - [metadataSourceName](EmrApiConfigurationResponse.md#metadatasourcename)
42
+ - [motherChildRelationshipType](EmrApiConfigurationResponse.md#motherchildrelationshiptype)
43
+ - [narrowerThanConceptMapType](EmrApiConfigurationResponse.md#narrowerthanconceptmaptype)
44
+ - [nonDiagnosisConceptSets](EmrApiConfigurationResponse.md#nondiagnosisconceptsets)
45
+ - [orderingProviderEncounterRole](EmrApiConfigurationResponse.md#orderingproviderencounterrole)
46
+ - [patientDiedConcept](EmrApiConfigurationResponse.md#patientdiedconcept)
47
+ - [personImageDirectory](EmrApiConfigurationResponse.md#personimagedirectory)
48
+ - [primaryIdentifierType](EmrApiConfigurationResponse.md#primaryidentifiertype)
49
+ - [sameAsConceptMapType](EmrApiConfigurationResponse.md#sameasconceptmaptype)
50
+ - [supportsAdmissionLocationTag](EmrApiConfigurationResponse.md#supportsadmissionlocationtag)
51
+ - [supportsLoginLocationTag](EmrApiConfigurationResponse.md#supportsloginlocationtag)
52
+ - [supportsTransferLocationTag](EmrApiConfigurationResponse.md#supportstransferlocationtag)
53
+ - [supportsVisitsLocationTag](EmrApiConfigurationResponse.md#supportsvisitslocationtag)
54
+ - [suppressedDiagnosisConcepts](EmrApiConfigurationResponse.md#suppresseddiagnosisconcepts)
55
+ - [telephoneAttributeType](EmrApiConfigurationResponse.md#telephoneattributetype)
56
+ - [testPatientPersonAttributeType](EmrApiConfigurationResponse.md#testpatientpersonattributetype)
57
+ - [transferForm](EmrApiConfigurationResponse.md#transferform)
58
+ - [transferRequestEncounterType](EmrApiConfigurationResponse.md#transferrequestencountertype)
59
+ - [transferWithinHospitalEncounterType](EmrApiConfigurationResponse.md#transferwithinhospitalencountertype)
60
+ - [unknownCauseOfDeathConcept](EmrApiConfigurationResponse.md#unknowncauseofdeathconcept)
61
+ - [unknownLocation](EmrApiConfigurationResponse.md#unknownlocation)
62
+ - [unknownPatientPersonAttributeType](EmrApiConfigurationResponse.md#unknownpatientpersonattributetype)
63
+ - [unknownProvider](EmrApiConfigurationResponse.md#unknownprovider)
64
+ - [visitAssignmentHandlerAdjustEncounterTimeOfDayIfNecessary](EmrApiConfigurationResponse.md#visitassignmenthandleradjustencountertimeofdayifnecessary)
65
+ - [visitExpireHours](EmrApiConfigurationResponse.md#visitexpirehours)
66
+ - [visitNoteEncounterType](EmrApiConfigurationResponse.md#visitnoteencountertype)
67
+
68
+ ## API Properties
69
+
70
+ ### admissionDecisionConcept
71
+
72
+ • `Optional` **admissionDecisionConcept**: `OpenmrsResource`
73
+
74
+ #### Defined in
75
+
76
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L19)
77
+
78
+ ___
79
+
80
+ ### admissionEncounterType
81
+
82
+ • `Optional` **admissionEncounterType**: `OpenmrsResource`
83
+
84
+ #### Defined in
85
+
86
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L20)
87
+
88
+ ___
89
+
90
+ ### admissionForm
91
+
92
+ • `Optional` **admissionForm**: `OpenmrsResource`
93
+
94
+ #### Defined in
95
+
96
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L21)
97
+
98
+ ___
99
+
100
+ ### atFacilityVisitType
101
+
102
+ • `Optional` **atFacilityVisitType**: `OpenmrsResource`
103
+
104
+ #### Defined in
105
+
106
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L22)
107
+
108
+ ___
109
+
110
+ ### bedAssignmentEncounterType
111
+
112
+ • `Optional` **bedAssignmentEncounterType**: `OpenmrsResource`
113
+
114
+ #### Defined in
115
+
116
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L23)
117
+
118
+ ___
119
+
120
+ ### cancelADTRequestEncounterType
121
+
122
+ • `Optional` **cancelADTRequestEncounterType**: `OpenmrsResource`
123
+
124
+ #### Defined in
125
+
126
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L24)
127
+
128
+ ___
129
+
130
+ ### checkInClerkEncounterRole
131
+
132
+ • `Optional` **checkInClerkEncounterRole**: `OpenmrsResource`
133
+
134
+ #### Defined in
135
+
136
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L25)
137
+
138
+ ___
139
+
140
+ ### checkInEncounterType
141
+
142
+ • `Optional` **checkInEncounterType**: `OpenmrsResource`
143
+
144
+ #### Defined in
145
+
146
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L26)
147
+
148
+ ___
149
+
150
+ ### clinicianEncounterRole
151
+
152
+ • `Optional` **clinicianEncounterRole**: `OpenmrsResource`
153
+
154
+ #### Defined in
155
+
156
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L27)
157
+
158
+ ___
159
+
160
+ ### conceptSourcesForDiagnosisSearch
161
+
162
+ • `Optional` **conceptSourcesForDiagnosisSearch**: `OpenmrsResource`
163
+
164
+ #### Defined in
165
+
166
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:28](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L28)
167
+
168
+ ___
169
+
170
+ ### consultEncounterType
171
+
172
+ • `Optional` **consultEncounterType**: `OpenmrsResource`
173
+
174
+ #### Defined in
175
+
176
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:29](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L29)
177
+
178
+ ___
179
+
180
+ ### consultFreeTextCommentsConcept
181
+
182
+ • `Optional` **consultFreeTextCommentsConcept**: `OpenmrsResource`
183
+
184
+ #### Defined in
185
+
186
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:30](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L30)
187
+
188
+ ___
189
+
190
+ ### denyAdmissionConcept
191
+
192
+ • `Optional` **denyAdmissionConcept**: `OpenmrsResource`
193
+
194
+ #### Defined in
195
+
196
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:31](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L31)
197
+
198
+ ___
199
+
200
+ ### diagnosisMetadata
201
+
202
+ • `Optional` **diagnosisMetadata**: `OpenmrsResource`
203
+
204
+ #### Defined in
205
+
206
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L32)
207
+
208
+ ___
209
+
210
+ ### diagnosisSets
211
+
212
+ • `Optional` **diagnosisSets**: `OpenmrsResource`
213
+
214
+ #### Defined in
215
+
216
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:33](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L33)
217
+
218
+ ___
219
+
220
+ ### dischargeForm
221
+
222
+ • `Optional` **dischargeForm**: `OpenmrsResource`
223
+
224
+ #### Defined in
225
+
226
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:34](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L34)
227
+
228
+ ___
229
+
230
+ ### dispositionDescriptor
231
+
232
+ • `Optional` **dispositionDescriptor**: `Object`
233
+
234
+ #### Type declaration
235
+
236
+ | Name | Type |
237
+ | :------ | :------ |
238
+ | `admissionLocationConcept?` | `OpenmrsResource` |
239
+ | `dateOfDeathConcept?` | `OpenmrsResource` |
240
+ | `dispositionConcept?` | `OpenmrsResource` |
241
+ | `dispositionSetConcept?` | `OpenmrsResource` |
242
+ | `internalTransferLocationConcept?` | `OpenmrsResource` |
243
+
244
+ #### Defined in
245
+
246
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:35](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L35)
247
+
248
+ ___
249
+
250
+ ### dispositions
251
+
252
+ • `Optional` **dispositions**: { `actions?`: [] ; `additionalObs?`: ``null`` ; `careSettingTypes?`: [``"OUTPATIENT"``] ; `conceptCode?`: `string` ; `encounterTypes?`: ``null`` ; `excludedEncounterTypes?`: `string`[] ; `keepsVisitOpen?`: ``null`` ; `name?`: `string` ; `type?`: `DispositionType` ; `uuid?`: `string` }[]
253
+
254
+ #### Defined in
255
+
256
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:42](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L42)
257
+
258
+ ___
259
+
260
+ ### emrApiConceptSource
261
+
262
+ • `Optional` **emrApiConceptSource**: `OpenmrsResource`
263
+
264
+ #### Defined in
265
+
266
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:54](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L54)
267
+
268
+ ___
269
+
270
+ ### exitFromInpatientEncounterType
271
+
272
+ • `Optional` **exitFromInpatientEncounterType**: `OpenmrsResource`
273
+
274
+ #### Defined in
275
+
276
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L55)
277
+
278
+ ___
279
+
280
+ ### extraPatientIdentifierTypes
281
+
282
+ • `Optional` **extraPatientIdentifierTypes**: `OpenmrsResource`
283
+
284
+ #### Defined in
285
+
286
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:56](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L56)
287
+
288
+ ___
289
+
290
+ ### fullPrivilegeLevel
291
+
292
+ • `Optional` **fullPrivilegeLevel**: `OpenmrsResource`
293
+
294
+ #### Defined in
295
+
296
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:57](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L57)
297
+
298
+ ___
299
+
300
+ ### highPrivilegeLevel
301
+
302
+ • `Optional` **highPrivilegeLevel**: `OpenmrsResource`
303
+
304
+ #### Defined in
305
+
306
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:58](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L58)
307
+
308
+ ___
309
+
310
+ ### identifierTypesToSearch
311
+
312
+ • `Optional` **identifierTypesToSearch**: `OpenmrsResource`
313
+
314
+ #### Defined in
315
+
316
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:59](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L59)
317
+
318
+ ___
319
+
320
+ ### inpatientNoteEncounterType
321
+
322
+ • `Optional` **inpatientNoteEncounterType**: `OpenmrsResource`
323
+
324
+ #### Defined in
325
+
326
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L60)
327
+
328
+ ___
329
+
330
+ ### lastViewedPatientSizeLimit
331
+
332
+ • `Optional` **lastViewedPatientSizeLimit**: `OpenmrsResource`
333
+
334
+ #### Defined in
335
+
336
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:61](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L61)
337
+
338
+ ___
339
+
340
+ ### metadataSourceName
341
+
342
+ • `Optional` **metadataSourceName**: `OpenmrsResource`
343
+
344
+ #### Defined in
345
+
346
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:62](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L62)
347
+
348
+ ___
349
+
350
+ ### motherChildRelationshipType
351
+
352
+ • `Optional` **motherChildRelationshipType**: `OpenmrsResource`
353
+
354
+ #### Defined in
355
+
356
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L63)
357
+
358
+ ___
359
+
360
+ ### narrowerThanConceptMapType
361
+
362
+ • `Optional` **narrowerThanConceptMapType**: `OpenmrsResource`
363
+
364
+ #### Defined in
365
+
366
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:64](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L64)
367
+
368
+ ___
369
+
370
+ ### nonDiagnosisConceptSets
371
+
372
+ • `Optional` **nonDiagnosisConceptSets**: `OpenmrsResource`
373
+
374
+ #### Defined in
375
+
376
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:65](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L65)
377
+
378
+ ___
379
+
380
+ ### orderingProviderEncounterRole
381
+
382
+ • `Optional` **orderingProviderEncounterRole**: `OpenmrsResource`
383
+
384
+ #### Defined in
385
+
386
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:66](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L66)
387
+
388
+ ___
389
+
390
+ ### patientDiedConcept
391
+
392
+ • `Optional` **patientDiedConcept**: `OpenmrsResource`
393
+
394
+ #### Defined in
395
+
396
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:67](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L67)
397
+
398
+ ___
399
+
400
+ ### personImageDirectory
401
+
402
+ • `Optional` **personImageDirectory**: `OpenmrsResource`
403
+
404
+ #### Defined in
405
+
406
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:68](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L68)
407
+
408
+ ___
409
+
410
+ ### primaryIdentifierType
411
+
412
+ • `Optional` **primaryIdentifierType**: `OpenmrsResource`
413
+
414
+ #### Defined in
415
+
416
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:69](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L69)
417
+
418
+ ___
419
+
420
+ ### sameAsConceptMapType
421
+
422
+ • `Optional` **sameAsConceptMapType**: `OpenmrsResource`
423
+
424
+ #### Defined in
425
+
426
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:70](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L70)
427
+
428
+ ___
429
+
430
+ ### supportsAdmissionLocationTag
431
+
432
+ • `Optional` **supportsAdmissionLocationTag**: `LocationTag`
433
+
434
+ #### Defined in
435
+
436
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:72](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L72)
437
+
438
+ ___
439
+
440
+ ### supportsLoginLocationTag
441
+
442
+ • `Optional` **supportsLoginLocationTag**: `LocationTag`
443
+
444
+ #### Defined in
445
+
446
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:73](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L73)
447
+
448
+ ___
449
+
450
+ ### supportsTransferLocationTag
451
+
452
+ • `Optional` **supportsTransferLocationTag**: `LocationTag`
453
+
454
+ #### Defined in
455
+
456
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:74](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L74)
457
+
458
+ ___
459
+
460
+ ### supportsVisitsLocationTag
461
+
462
+ • `Optional` **supportsVisitsLocationTag**: `LocationTag`
463
+
464
+ #### Defined in
465
+
466
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:75](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L75)
467
+
468
+ ___
469
+
470
+ ### suppressedDiagnosisConcepts
471
+
472
+ • `Optional` **suppressedDiagnosisConcepts**: `OpenmrsResource`
473
+
474
+ #### Defined in
475
+
476
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:71](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L71)
477
+
478
+ ___
479
+
480
+ ### telephoneAttributeType
481
+
482
+ • `Optional` **telephoneAttributeType**: `OpenmrsResource`
483
+
484
+ #### Defined in
485
+
486
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:76](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L76)
487
+
488
+ ___
489
+
490
+ ### testPatientPersonAttributeType
491
+
492
+ • `Optional` **testPatientPersonAttributeType**: `OpenmrsResource`
493
+
494
+ #### Defined in
495
+
496
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:77](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L77)
497
+
498
+ ___
499
+
500
+ ### transferForm
501
+
502
+ • `Optional` **transferForm**: `OpenmrsResource`
503
+
504
+ #### Defined in
505
+
506
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:78](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L78)
507
+
508
+ ___
509
+
510
+ ### transferRequestEncounterType
511
+
512
+ • `Optional` **transferRequestEncounterType**: `OpenmrsResource`
513
+
514
+ #### Defined in
515
+
516
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:79](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L79)
517
+
518
+ ___
519
+
520
+ ### transferWithinHospitalEncounterType
521
+
522
+ • `Optional` **transferWithinHospitalEncounterType**: `OpenmrsResource`
523
+
524
+ #### Defined in
525
+
526
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:80](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L80)
527
+
528
+ ___
529
+
530
+ ### unknownCauseOfDeathConcept
531
+
532
+ • `Optional` **unknownCauseOfDeathConcept**: `OpenmrsResource`
533
+
534
+ #### Defined in
535
+
536
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:81](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L81)
537
+
538
+ ___
539
+
540
+ ### unknownLocation
541
+
542
+ • `Optional` **unknownLocation**: `OpenmrsResource`
543
+
544
+ #### Defined in
545
+
546
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:82](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L82)
547
+
548
+ ___
549
+
550
+ ### unknownPatientPersonAttributeType
551
+
552
+ • `Optional` **unknownPatientPersonAttributeType**: `OpenmrsResource`
553
+
554
+ #### Defined in
555
+
556
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:83](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L83)
557
+
558
+ ___
559
+
560
+ ### unknownProvider
561
+
562
+ • `Optional` **unknownProvider**: `OpenmrsResource`
563
+
564
+ #### Defined in
565
+
566
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:84](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L84)
567
+
568
+ ___
569
+
570
+ ### visitAssignmentHandlerAdjustEncounterTimeOfDayIfNecessary
571
+
572
+ • `Optional` **visitAssignmentHandlerAdjustEncounterTimeOfDayIfNecessary**: `OpenmrsResource`
573
+
574
+ #### Defined in
575
+
576
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:85](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L85)
577
+
578
+ ___
579
+
580
+ ### visitExpireHours
581
+
582
+ • `Optional` **visitExpireHours**: `OpenmrsResource`
583
+
584
+ #### Defined in
585
+
586
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:86](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L86)
587
+
588
+ ___
589
+
590
+ ### visitNoteEncounterType
591
+
592
+ • `Optional` **visitNoteEncounterType**: `OpenmrsResource`
593
+
594
+ #### Defined in
595
+
596
+ [packages/framework/esm-react-utils/src/useEmrConfiguration.ts:87](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useEmrConfiguration.ts#L87)