openchs-models 1.17.3 → 1.17.4
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.
|
@@ -370,7 +370,7 @@ class ObservationsHolder {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
if (childConcept.isCodedConcept()) {
|
|
373
|
+
if (childConcept.isCodedConcept() || childConcept.isMediaConcept()) {
|
|
374
374
|
let observation = childObservations.getObservation(childConcept);
|
|
375
375
|
const isSingleSelect = childFormElement.isSingleSelect();
|
|
376
376
|
|