org.hl7.fhir.r5.renderers.IMarkdownProcessor Maven / Gradle / Ivy
package org.hl7.fhir.r5.renderers;
import org.hl7.fhir.exceptions.FHIRException;
import org.hl7.fhir.r5.model.PrimitiveType;
import org.hl7.fhir.utilities.MarkedToMoveToAdjunctPackage;
@MarkedToMoveToAdjunctPackage
public interface IMarkdownProcessor {
@SuppressWarnings("rawtypes")
public String processMarkdown(String location, PrimitiveType md) throws FHIRException;
public String processMarkdown(String location, String text) throws FHIRException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy