Fix rendering of QuestionnaireResponses - render items in answers properly
This commit is contained in:
parent
bb78aeea8e
commit
c86b8114dd
|
@ -117,6 +117,9 @@ public class RendererFactory {
|
|||
if ("DiagnosticReport".equals(resource.getName())) {
|
||||
return new DiagnosticReportRenderer(context);
|
||||
}
|
||||
if ("QuestionnaireResponse".equals(resource.getName())) {
|
||||
return new QuestionnaireResponseRenderer(context);
|
||||
}
|
||||
|
||||
return new ProfileDrivenRenderer(context, resourceContext);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue