compile fix
This commit is contained in:
parent
da33791a23
commit
6de8821dce
|
@ -27,7 +27,6 @@ import org.hl7.fhir.r5.utils.ToolingExtensions;
|
||||||
import org.hl7.fhir.r5.utils.XVerExtensionManager;
|
import org.hl7.fhir.r5.utils.XVerExtensionManager;
|
||||||
import org.hl7.fhir.r5.utils.XVerExtensionManager.XVerExtensionStatus;
|
import org.hl7.fhir.r5.utils.XVerExtensionManager.XVerExtensionStatus;
|
||||||
import org.hl7.fhir.utilities.CommaSeparatedStringBuilder;
|
import org.hl7.fhir.utilities.CommaSeparatedStringBuilder;
|
||||||
import org.hl7.fhir.utilities.DebugUtilities;
|
|
||||||
import org.hl7.fhir.utilities.Utilities;
|
import org.hl7.fhir.utilities.Utilities;
|
||||||
import org.hl7.fhir.utilities.xhtml.NodeType;
|
import org.hl7.fhir.utilities.xhtml.NodeType;
|
||||||
import org.hl7.fhir.utilities.xhtml.XhtmlNode;
|
import org.hl7.fhir.utilities.xhtml.XhtmlNode;
|
||||||
|
@ -42,9 +41,6 @@ public class ProfileDrivenRenderer extends ResourceRenderer {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void buildNarrative(RenderingStatus status, XhtmlNode x, ResourceWrapper r) throws FHIRFormatError, DefinitionException, IOException {
|
public void buildNarrative(RenderingStatus status, XhtmlNode x, ResourceWrapper r) throws FHIRFormatError, DefinitionException, IOException {
|
||||||
if ("medicationrequest-coded-oral-axid".equals(r.getId())) {
|
|
||||||
DebugUtilities.breakpoint();
|
|
||||||
}
|
|
||||||
renderResourceTechDetails(r, x);
|
renderResourceTechDetails(r, x);
|
||||||
try {
|
try {
|
||||||
StructureDefinition sd = context.getContext().fetchTypeDefinition(r.fhirType());
|
StructureDefinition sd = context.getContext().fetchTypeDefinition(r.fhirType());
|
||||||
|
|
Loading…
Reference in New Issue