oro-sdk 5.6.0 → 5.6.1-dev1.0
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/LICENSE +21 -0
- package/dist/oro-sdk.cjs.development.js +2 -2
- package/dist/oro-sdk.cjs.development.js.map +1 -1
- package/dist/oro-sdk.cjs.production.min.js +1 -1
- package/dist/oro-sdk.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk.esm.js +2 -2
- package/dist/oro-sdk.esm.js.map +1 -1
- package/package.json +3 -3
- package/src/helpers/prescription-refill.ts +2 -2
package/dist/oro-sdk.esm.js
CHANGED
@@ -1875,9 +1875,9 @@ function _createRefill() {
|
|
1875
1875
|
if (onProgress) onProgress(currentStep++ / stepsTotalNum, 'store_patient_data');
|
1876
1876
|
_context.next = 20;
|
1877
1877
|
return oroClient.getOrInsertJsonData(lockboxUuid, populatedRefillWorkflow, {
|
1878
|
-
category: MetadataCategory.
|
1878
|
+
category: MetadataCategory.Consultation,
|
1879
1879
|
documentType: DocumentType.PopulatedWorkflowData,
|
1880
|
-
|
1880
|
+
consultationId: newConsult.uuid
|
1881
1881
|
}, {}, {
|
1882
1882
|
withNotification: true,
|
1883
1883
|
forceReplace: false,
|