primary_care_admin_binder 0.1.151 → 0.1.152
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/index.cjs.js +5 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25553,7 +25553,8 @@ var generateSaveJSON = function generateSaveJSON(data, rcchargeCode) {
|
|
|
25553
25553
|
resourcedefinition: resourceresult !== null && resourceresult !== void 0 ? resourceresult : [],
|
|
25554
25554
|
observationdetails: observationresult !== null && observationresult !== void 0 ? observationresult : [],
|
|
25555
25555
|
instruction: getInstruction(data.instructions),
|
|
25556
|
-
frequency: getFrequency(data.frequency, data.Frequency_applicability)
|
|
25556
|
+
frequency: getFrequency(data.frequency, data.Frequency_applicability),
|
|
25557
|
+
scheduleappl: data.characteristicJson[6].checked
|
|
25557
25558
|
}
|
|
25558
25559
|
})];
|
|
25559
25560
|
};
|
|
@@ -25958,6 +25959,9 @@ var generateReadResJsonData = function generateReadResJsonData(val, state, resSt
|
|
|
25958
25959
|
}, {
|
|
25959
25960
|
label: "Result Authentication Required",
|
|
25960
25961
|
checked: val === null || val === void 0 ? void 0 : val.resultauthreqd
|
|
25962
|
+
}, {
|
|
25963
|
+
label: "Schedule Applicable",
|
|
25964
|
+
checked: val === null || val === void 0 ? void 0 : val.scheduleappl
|
|
25961
25965
|
}],
|
|
25962
25966
|
checkSwitch: val === null || val === void 0 ? void 0 : val.checkforrepeatorders,
|
|
25963
25967
|
no: val === null || val === void 0 ? void 0 : val.repeatcheckperiod,
|