@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.
- package/.turbo/turbo-build.log +3 -25
- package/dist/index.d.ts +17 -0
- package/dist/internal.d.ts +17 -0
- package/dist/openmrs-esm-framework.js +1 -2
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +369 -283
- package/docs/classes/OpenmrsFetchError.md +10 -10
- package/docs/enums/VisitMode.md +3 -3
- package/docs/enums/VisitStatus.md +2 -2
- package/docs/interfaces/AssignedExtension.md +1 -1
- package/docs/interfaces/Attachment.md +7 -7
- package/docs/interfaces/AttachmentResponse.md +6 -6
- package/docs/interfaces/CloseWorkspaceOptions.md +3 -3
- package/docs/interfaces/ConfigurableLinkProps.md +474 -317
- package/docs/interfaces/ConnectedExtension.md +1 -1
- package/docs/interfaces/ConnectivityChangedEvent.md +1 -1
- package/docs/interfaces/CurrentPatientOptions.md +1 -1
- package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
- package/docs/interfaces/Diagnosis.md +25 -25
- package/docs/interfaces/EmrApiConfigurationResponse.md +596 -0
- package/docs/interfaces/Encounter.md +24 -24
- package/docs/interfaces/EncounterProvider.md +16 -16
- package/docs/interfaces/EncounterRole.md +16 -16
- package/docs/interfaces/EncounterType.md +16 -16
- package/docs/interfaces/ExtensionSlotBaseProps.md +3 -3
- package/docs/interfaces/FHIRCode.md +3 -3
- package/docs/interfaces/FHIRLocationResource.md +30 -0
- package/docs/interfaces/FHIRResource.md +1 -1
- package/docs/interfaces/FeatureFlagDefinition.md +3 -3
- package/docs/interfaces/FetchConfig.md +13 -13
- package/docs/interfaces/FetchError.md +2 -2
- package/docs/interfaces/FetchResponse.md +15 -15
- package/docs/interfaces/ImportMap.md +1 -1
- package/docs/interfaces/Location.md +370 -3
- package/docs/interfaces/LoggedInUserFetchResponse.md +15 -15
- package/docs/interfaces/NewVisitPayload.md +7 -7
- package/docs/interfaces/NotificationDescriptor.md +20 -2
- package/docs/interfaces/Obs.md +36 -36
- package/docs/interfaces/OldExtensionSlotBaseProps.md +3 -3
- package/docs/interfaces/OnlyThePatient.md +1 -1
- package/docs/interfaces/OpenWorkspace.md +29 -29
- package/docs/interfaces/OpenmrsAppRoutes.md +9 -9
- package/docs/interfaces/OpenmrsDatePickerProps.md +1 -1
- package/docs/interfaces/OpenmrsResource.md +0 -12
- package/docs/interfaces/OpenmrsResourceStrict.md +0 -6
- package/docs/interfaces/Patient.md +17 -17
- package/docs/interfaces/PatientIdentifier.md +18 -18
- package/docs/interfaces/PatientIdentifierType.md +22 -22
- package/docs/interfaces/PatientPhotoProps.md +0 -11
- package/docs/interfaces/PatientWithFullResponse.md +1 -1
- package/docs/interfaces/Prompt.md +5 -5
- package/docs/interfaces/ResourceLoader.md +1 -1
- package/docs/interfaces/RetryOptions.md +3 -3
- package/docs/interfaces/ShowActionableNotificationEvent.md +6 -6
- package/docs/interfaces/ShowNotificationEvent.md +5 -5
- package/docs/interfaces/ShowSnackbarEvent.md +8 -8
- package/docs/interfaces/ShowToastEvent.md +5 -5
- package/docs/interfaces/SpaConfig.md +5 -5
- package/docs/interfaces/StyleguideConfigObject.md +2 -2
- package/docs/interfaces/UploadedFile.md +7 -7
- package/docs/interfaces/UseConfigOptions.md +22 -0
- package/docs/interfaces/UseServerFetchAllOptions.md +5 -5
- package/docs/interfaces/UseServerInfiniteOptions.md +5 -5
- package/docs/interfaces/UseServerPaginationOptions.md +2 -2
- package/docs/interfaces/Visit.md +11 -11
- package/docs/interfaces/VisitItem.md +4 -4
- package/docs/interfaces/VisitReturnType.md +2 -2
- package/docs/interfaces/VisitStoreState.md +3 -3
- package/docs/interfaces/VisitType.md +3 -3
- package/docs/interfaces/WorkspaceGroupDefinition.md +2 -2
- package/docs/interfaces/WorkspaceRegistration.md +0 -6
- package/docs/interfaces/WorkspacesInfo.md +5 -5
- package/mock-jest.tsx +125 -0
- package/mock.tsx +44 -42
- package/package.json +58 -31
- package/rspack.config.cjs +96 -0
- package/{src/integration-tests/setup-tests.ts → setup-tests.ts} +6 -1
- package/src/declarations.d.ts +0 -1
- package/src/index.ts +2 -3
- package/src/integration-tests/extension-config.test.tsx +14 -12
- package/src/internal.ts +2 -3
- package/src/mock-test.test.ts +2 -2
- package/tsconfig.build.json +10 -0
- package/tsconfig.json +3 -24
- package/typedoc.json +1 -0
- package/vitest.config.ts +9 -0
- package/dist/278.openmrs-esm-framework.js +0 -2
- package/dist/278.openmrs-esm-framework.js.map +0 -1
- package/dist/530.openmrs-esm-framework.js +0 -2
- package/dist/530.openmrs-esm-framework.js.map +0 -1
- package/dist/588.openmrs-esm-framework.js +0 -2
- package/dist/588.openmrs-esm-framework.js.map +0 -1
- package/dist/619.openmrs-esm-framework.js +0 -2
- package/dist/619.openmrs-esm-framework.js.map +0 -1
- package/dist/645.openmrs-esm-framework.js +0 -2
- package/dist/645.openmrs-esm-framework.js.map +0 -1
- package/dist/735.openmrs-esm-framework.js +0 -3
- package/dist/735.openmrs-esm-framework.js.LICENSE.txt +0 -9
- package/dist/735.openmrs-esm-framework.js.map +0 -1
- package/dist/746.openmrs-esm-framework.js +0 -2
- package/dist/746.openmrs-esm-framework.js.map +0 -1
- package/dist/788.openmrs-esm-framework.js +0 -3
- package/dist/788.openmrs-esm-framework.js.LICENSE.txt +0 -19
- package/dist/788.openmrs-esm-framework.js.map +0 -1
- package/dist/openmrs-esm-framework.js.LICENSE.txt +0 -68
- package/jest.config.js +0 -22
- package/webpack.config.js +0 -80
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
## Hierarchy
|
6
6
|
|
7
|
-
-
|
7
|
+
- `WorkspaceRegistration`
|
8
8
|
|
9
9
|
- [`DefaultWorkspaceProps`](DefaultWorkspaceProps.md)
|
10
10
|
|
@@ -46,11 +46,11 @@
|
|
46
46
|
|
47
47
|
#### Inherited from
|
48
48
|
|
49
|
-
|
49
|
+
WorkspaceRegistration.canHide
|
50
50
|
|
51
51
|
#### Defined in
|
52
52
|
|
53
|
-
|
53
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:10
|
54
54
|
|
55
55
|
___
|
56
56
|
|
@@ -60,11 +60,11 @@ ___
|
|
60
60
|
|
61
61
|
#### Inherited from
|
62
62
|
|
63
|
-
|
63
|
+
WorkspaceRegistration.canMaximize
|
64
64
|
|
65
65
|
#### Defined in
|
66
66
|
|
67
|
-
|
67
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:11
|
68
68
|
|
69
69
|
___
|
70
70
|
|
@@ -74,11 +74,11 @@ ___
|
|
74
74
|
|
75
75
|
#### Inherited from
|
76
76
|
|
77
|
-
|
77
|
+
WorkspaceRegistration.groups
|
78
78
|
|
79
79
|
#### Defined in
|
80
80
|
|
81
|
-
|
81
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:18
|
82
82
|
|
83
83
|
___
|
84
84
|
|
@@ -88,11 +88,11 @@ ___
|
|
88
88
|
|
89
89
|
#### Inherited from
|
90
90
|
|
91
|
-
|
91
|
+
WorkspaceRegistration.moduleName
|
92
92
|
|
93
93
|
#### Defined in
|
94
94
|
|
95
|
-
|
95
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:17
|
96
96
|
|
97
97
|
___
|
98
98
|
|
@@ -102,11 +102,11 @@ ___
|
|
102
102
|
|
103
103
|
#### Inherited from
|
104
104
|
|
105
|
-
|
105
|
+
WorkspaceRegistration.name
|
106
106
|
|
107
107
|
#### Defined in
|
108
108
|
|
109
|
-
|
109
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:6
|
110
110
|
|
111
111
|
___
|
112
112
|
|
@@ -116,11 +116,11 @@ ___
|
|
116
116
|
|
117
117
|
#### Inherited from
|
118
118
|
|
119
|
-
|
119
|
+
WorkspaceRegistration.preferredWindowSize
|
120
120
|
|
121
121
|
#### Defined in
|
122
122
|
|
123
|
-
|
123
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:13
|
124
124
|
|
125
125
|
___
|
126
126
|
|
@@ -130,11 +130,11 @@ ___
|
|
130
130
|
|
131
131
|
#### Inherited from
|
132
132
|
|
133
|
-
|
133
|
+
WorkspaceRegistration.title
|
134
134
|
|
135
135
|
#### Defined in
|
136
136
|
|
137
|
-
|
137
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:7
|
138
138
|
|
139
139
|
___
|
140
140
|
|
@@ -144,11 +144,11 @@ ___
|
|
144
144
|
|
145
145
|
#### Inherited from
|
146
146
|
|
147
|
-
|
147
|
+
WorkspaceRegistration.titleNode
|
148
148
|
|
149
149
|
#### Defined in
|
150
150
|
|
151
|
-
|
151
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:8
|
152
152
|
|
153
153
|
___
|
154
154
|
|
@@ -158,11 +158,11 @@ ___
|
|
158
158
|
|
159
159
|
#### Inherited from
|
160
160
|
|
161
|
-
|
161
|
+
WorkspaceRegistration.type
|
162
162
|
|
163
163
|
#### Defined in
|
164
164
|
|
165
|
-
|
165
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:9
|
166
166
|
|
167
167
|
___
|
168
168
|
|
@@ -172,11 +172,11 @@ ___
|
|
172
172
|
|
173
173
|
#### Inherited from
|
174
174
|
|
175
|
-
|
175
|
+
WorkspaceRegistration.width
|
176
176
|
|
177
177
|
#### Defined in
|
178
178
|
|
179
|
-
|
179
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:12
|
180
180
|
|
181
181
|
___
|
182
182
|
|
@@ -188,7 +188,7 @@ ___
|
|
188
188
|
|
189
189
|
#### Defined in
|
190
190
|
|
191
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
191
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:114](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L114)
|
192
192
|
|
193
193
|
___
|
194
194
|
|
@@ -198,7 +198,7 @@ ___
|
|
198
198
|
|
199
199
|
#### Defined in
|
200
200
|
|
201
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
201
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:115](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L115)
|
202
202
|
|
203
203
|
## Methods
|
204
204
|
|
@@ -228,7 +228,7 @@ closed, given the user forcefully closes the workspace.
|
|
228
228
|
|
229
229
|
#### Defined in
|
230
230
|
|
231
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
231
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:49](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L49)
|
232
232
|
|
233
233
|
___
|
234
234
|
|
@@ -255,7 +255,7 @@ will directly close the workspace without any prompt
|
|
255
255
|
|
256
256
|
#### Defined in
|
257
257
|
|
258
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
258
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:59](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L59)
|
259
259
|
|
260
260
|
___
|
261
261
|
|
@@ -269,11 +269,11 @@ ___
|
|
269
269
|
|
270
270
|
#### Inherited from
|
271
271
|
|
272
|
-
|
272
|
+
WorkspaceRegistration.load
|
273
273
|
|
274
274
|
#### Defined in
|
275
275
|
|
276
|
-
|
276
|
+
packages/framework/esm-extensions/dist/workspaces.d.ts:14
|
277
277
|
|
278
278
|
___
|
279
279
|
|
@@ -300,7 +300,7 @@ this workspace is closed; e.g. if there is unsaved data.
|
|
300
300
|
|
301
301
|
#### Defined in
|
302
302
|
|
303
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
303
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:54](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L54)
|
304
304
|
|
305
305
|
___
|
306
306
|
|
@@ -332,4 +332,4 @@ title needs to be set dynamically.
|
|
332
332
|
|
333
333
|
#### Defined in
|
334
334
|
|
335
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
335
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:74](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L74)
|
@@ -28,7 +28,7 @@ A list of backend modules necessary for this frontend module and the correspondi
|
|
28
28
|
|
29
29
|
#### Defined in
|
30
30
|
|
31
|
-
|
31
|
+
packages/framework/esm-globals/dist/types.d.ts:360
|
32
32
|
|
33
33
|
___
|
34
34
|
|
@@ -40,7 +40,7 @@ An array of all extensions supported by this frontend module. Extensions can be
|
|
40
40
|
|
41
41
|
#### Defined in
|
42
42
|
|
43
|
-
|
43
|
+
packages/framework/esm-globals/dist/types.d.ts:374
|
44
44
|
|
45
45
|
___
|
46
46
|
|
@@ -52,7 +52,7 @@ An array of all feature flags for any beta-stage features this module provides.
|
|
52
52
|
|
53
53
|
#### Defined in
|
54
54
|
|
55
|
-
|
55
|
+
packages/framework/esm-globals/dist/types.d.ts:376
|
56
56
|
|
57
57
|
___
|
58
58
|
|
@@ -64,7 +64,7 @@ An array of all modals supported by this frontend module. Modals can be launched
|
|
64
64
|
|
65
65
|
#### Defined in
|
66
66
|
|
67
|
-
|
67
|
+
packages/framework/esm-globals/dist/types.d.ts:378
|
68
68
|
|
69
69
|
___
|
70
70
|
|
@@ -82,7 +82,7 @@ The name of the backend dependency and either the required version or an object
|
|
82
82
|
|
83
83
|
#### Defined in
|
84
84
|
|
85
|
-
|
85
|
+
packages/framework/esm-globals/dist/types.d.ts:362
|
86
86
|
|
87
87
|
___
|
88
88
|
|
@@ -94,7 +94,7 @@ An array of all pages supported by this frontend module. Pages are automatically
|
|
94
94
|
|
95
95
|
#### Defined in
|
96
96
|
|
97
|
-
|
97
|
+
packages/framework/esm-globals/dist/types.d.ts:372
|
98
98
|
|
99
99
|
___
|
100
100
|
|
@@ -106,7 +106,7 @@ The version of this frontend module.
|
|
106
106
|
|
107
107
|
#### Defined in
|
108
108
|
|
109
|
-
|
109
|
+
packages/framework/esm-globals/dist/types.d.ts:358
|
110
110
|
|
111
111
|
___
|
112
112
|
|
@@ -118,7 +118,7 @@ An array of all workspace groups supported by this frontend module.
|
|
118
118
|
|
119
119
|
#### Defined in
|
120
120
|
|
121
|
-
|
121
|
+
packages/framework/esm-globals/dist/types.d.ts:382
|
122
122
|
|
123
123
|
___
|
124
124
|
|
@@ -130,4 +130,4 @@ An array of all workspaces supported by this frontend module. Workspaces can be
|
|
130
130
|
|
131
131
|
#### Defined in
|
132
132
|
|
133
|
-
|
133
|
+
packages/framework/esm-globals/dist/types.d.ts:380
|
@@ -629,7 +629,7 @@ ___
|
|
629
629
|
|
630
630
|
### validationBehavior
|
631
631
|
|
632
|
-
• `Optional` **validationBehavior**: ``"
|
632
|
+
• `Optional` **validationBehavior**: ``"aria"`` \| ``"native"``
|
633
633
|
|
634
634
|
Whether to use native HTML form validation to prevent form submission
|
635
635
|
when the value is missing or invalid, or mark the field as required
|
@@ -16,18 +16,6 @@
|
|
16
16
|
|
17
17
|
↳↳ [`ConceptClass`](ConceptClass.md)
|
18
18
|
|
19
|
-
↳↳ [`Diagnosis`](Diagnosis.md)
|
20
|
-
|
21
|
-
↳↳ [`Encounter`](Encounter.md)
|
22
|
-
|
23
|
-
↳↳ [`EncounterType`](EncounterType.md)
|
24
|
-
|
25
|
-
↳↳ [`EncounterProvider`](EncounterProvider.md)
|
26
|
-
|
27
|
-
↳↳ [`EncounterRole`](EncounterRole.md)
|
28
|
-
|
29
|
-
↳↳ [`Obs`](Obs.md)
|
30
|
-
|
31
19
|
↳↳ [`User`](User.md)
|
32
20
|
|
33
21
|
## Indexable
|
@@ -12,12 +12,6 @@ accounted for, use OpenmrsResource instead.
|
|
12
12
|
|
13
13
|
↳ [`OpenmrsResource`](OpenmrsResource.md)
|
14
14
|
|
15
|
-
↳ [`PatientIdentifierType`](PatientIdentifierType.md)
|
16
|
-
|
17
|
-
↳ [`Patient`](Patient.md)
|
18
|
-
|
19
|
-
↳ [`PatientIdentifier`](PatientIdentifier.md)
|
20
|
-
|
21
15
|
↳ [`PersonAttribute`](PersonAttribute.md)
|
22
16
|
|
23
17
|
↳ [`Person`](Person.md)
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
## Hierarchy
|
6
6
|
|
7
|
-
-
|
7
|
+
- `OpenmrsResourceStrict`
|
8
8
|
|
9
9
|
↳ **`Patient`**
|
10
10
|
|
@@ -25,15 +25,15 @@
|
|
25
25
|
|
26
26
|
### auditInfo
|
27
27
|
|
28
|
-
• `Optional` **auditInfo**:
|
28
|
+
• `Optional` **auditInfo**: `AuditInfo`
|
29
29
|
|
30
30
|
#### Inherited from
|
31
31
|
|
32
|
-
|
32
|
+
OpenmrsResourceStrict.auditInfo
|
33
33
|
|
34
34
|
#### Defined in
|
35
35
|
|
36
|
-
|
36
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:14
|
37
37
|
|
38
38
|
___
|
39
39
|
|
@@ -43,11 +43,11 @@ ___
|
|
43
43
|
|
44
44
|
#### Inherited from
|
45
45
|
|
46
|
-
|
46
|
+
OpenmrsResourceStrict.display
|
47
47
|
|
48
48
|
#### Defined in
|
49
49
|
|
50
|
-
|
50
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:12
|
51
51
|
|
52
52
|
___
|
53
53
|
|
@@ -57,31 +57,31 @@ ___
|
|
57
57
|
|
58
58
|
#### Defined in
|
59
59
|
|
60
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
60
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L16)
|
61
61
|
|
62
62
|
___
|
63
63
|
|
64
64
|
### links
|
65
65
|
|
66
|
-
• `Optional` **links**:
|
66
|
+
• `Optional` **links**: `Link`[]
|
67
67
|
|
68
68
|
#### Inherited from
|
69
69
|
|
70
|
-
|
70
|
+
OpenmrsResourceStrict.links
|
71
71
|
|
72
72
|
#### Defined in
|
73
73
|
|
74
|
-
|
74
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:13
|
75
75
|
|
76
76
|
___
|
77
77
|
|
78
78
|
### person
|
79
79
|
|
80
|
-
• `Optional` **person**:
|
80
|
+
• `Optional` **person**: `Person`
|
81
81
|
|
82
82
|
#### Defined in
|
83
83
|
|
84
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
84
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L17)
|
85
85
|
|
86
86
|
___
|
87
87
|
|
@@ -91,11 +91,11 @@ ___
|
|
91
91
|
|
92
92
|
#### Inherited from
|
93
93
|
|
94
|
-
|
94
|
+
OpenmrsResourceStrict.resourceVersion
|
95
95
|
|
96
96
|
#### Defined in
|
97
97
|
|
98
|
-
|
98
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:15
|
99
99
|
|
100
100
|
___
|
101
101
|
|
@@ -105,11 +105,11 @@ ___
|
|
105
105
|
|
106
106
|
#### Inherited from
|
107
107
|
|
108
|
-
|
108
|
+
OpenmrsResourceStrict.uuid
|
109
109
|
|
110
110
|
#### Defined in
|
111
111
|
|
112
|
-
|
112
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:11
|
113
113
|
|
114
114
|
___
|
115
115
|
|
@@ -119,4 +119,4 @@ ___
|
|
119
119
|
|
120
120
|
#### Defined in
|
121
121
|
|
122
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
122
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L18)
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
## Hierarchy
|
6
6
|
|
7
|
-
-
|
7
|
+
- `OpenmrsResourceStrict`
|
8
8
|
|
9
9
|
↳ **`PatientIdentifier`**
|
10
10
|
|
@@ -27,15 +27,15 @@
|
|
27
27
|
|
28
28
|
### auditInfo
|
29
29
|
|
30
|
-
• `Optional` **auditInfo**:
|
30
|
+
• `Optional` **auditInfo**: `AuditInfo`
|
31
31
|
|
32
32
|
#### Inherited from
|
33
33
|
|
34
|
-
|
34
|
+
OpenmrsResourceStrict.auditInfo
|
35
35
|
|
36
36
|
#### Defined in
|
37
37
|
|
38
|
-
|
38
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:14
|
39
39
|
|
40
40
|
___
|
41
41
|
|
@@ -45,11 +45,11 @@ ___
|
|
45
45
|
|
46
46
|
#### Inherited from
|
47
47
|
|
48
|
-
|
48
|
+
OpenmrsResourceStrict.display
|
49
49
|
|
50
50
|
#### Defined in
|
51
51
|
|
52
|
-
|
52
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:12
|
53
53
|
|
54
54
|
___
|
55
55
|
|
@@ -59,7 +59,7 @@ ___
|
|
59
59
|
|
60
60
|
#### Defined in
|
61
61
|
|
62
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
62
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L22)
|
63
63
|
|
64
64
|
___
|
65
65
|
|
@@ -69,21 +69,21 @@ ___
|
|
69
69
|
|
70
70
|
#### Defined in
|
71
71
|
|
72
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
72
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L23)
|
73
73
|
|
74
74
|
___
|
75
75
|
|
76
76
|
### links
|
77
77
|
|
78
|
-
• `Optional` **links**:
|
78
|
+
• `Optional` **links**: `Link`[]
|
79
79
|
|
80
80
|
#### Inherited from
|
81
81
|
|
82
|
-
|
82
|
+
OpenmrsResourceStrict.links
|
83
83
|
|
84
84
|
#### Defined in
|
85
85
|
|
86
|
-
|
86
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:13
|
87
87
|
|
88
88
|
___
|
89
89
|
|
@@ -93,7 +93,7 @@ ___
|
|
93
93
|
|
94
94
|
#### Defined in
|
95
95
|
|
96
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
96
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L24)
|
97
97
|
|
98
98
|
___
|
99
99
|
|
@@ -103,7 +103,7 @@ ___
|
|
103
103
|
|
104
104
|
#### Defined in
|
105
105
|
|
106
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
106
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L25)
|
107
107
|
|
108
108
|
___
|
109
109
|
|
@@ -113,11 +113,11 @@ ___
|
|
113
113
|
|
114
114
|
#### Inherited from
|
115
115
|
|
116
|
-
|
116
|
+
OpenmrsResourceStrict.resourceVersion
|
117
117
|
|
118
118
|
#### Defined in
|
119
119
|
|
120
|
-
|
120
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:15
|
121
121
|
|
122
122
|
___
|
123
123
|
|
@@ -127,11 +127,11 @@ ___
|
|
127
127
|
|
128
128
|
#### Inherited from
|
129
129
|
|
130
|
-
|
130
|
+
OpenmrsResourceStrict.uuid
|
131
131
|
|
132
132
|
#### Defined in
|
133
133
|
|
134
|
-
|
134
|
+
packages/framework/esm-api/dist/types/openmrs-resource.d.ts:11
|
135
135
|
|
136
136
|
___
|
137
137
|
|
@@ -141,4 +141,4 @@ ___
|
|
141
141
|
|
142
142
|
#### Defined in
|
143
143
|
|
144
|
-
[packages/framework/esm-api/src/types/patient-resource.ts:
|
144
|
+
[packages/framework/esm-emr-api/src/types/patient-resource.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L26)
|