Uses of Class
org.hl7.fhir.dstu2016may.model.MarkdownType
-
Packages that use MarkdownType Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MarkdownType in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MarkdownType Modifier and Type Method Description protected MarkdownTypeJsonParser. parseMarkdown(String v)protected MarkdownTypeXmlParser. parseMarkdown(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MarkdownType Modifier and Type Method Description protected voidRdfParser. composeMarkdown(RdfGenerator.Complex parent, String parentType, String name, MarkdownType value, int index)protected voidXmlParser. composeMarkdown(String name, MarkdownType value)protected voidJsonParser. composeMarkdownCore(String name, MarkdownType value, boolean inArray)protected voidJsonParser. composeMarkdownExtras(String name, MarkdownType value, boolean inArray) -
Uses of MarkdownType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as MarkdownType Modifier and Type Field Description protected MarkdownTypeMeasure. clinicalRecommendationStatementThe clinical recommendation statement for the measure.protected MarkdownTypeElementDefinition. commentsExplanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc.protected MarkdownTypeElementDefinition. definitionProvides a complete explanation of the meaning of the data element for human readability.protected MarkdownTypeMeasure. definitionA narrative description of the complete measure calculation.protected MarkdownTypeMeasure. disclaimerA disclaimer for the use of the measure.protected MarkdownTypeMeasure. guidanceAdditional guidance for the measure including how it can be used in a clinical context, and the intent of the measure.protected MarkdownTypeElementDefinition. meaningWhenMissingThe Implicit meaning that is to be understood when this element is missing (e.g.protected MarkdownTypeMeasure. rationaleThe rationale for the measure.protected MarkdownTypeElementDefinition. requirementsThis element is for traceability of why the element was created and why the constraints exist as they do.Methods in org.hl7.fhir.dstu2016may.model that return MarkdownType Modifier and Type Method Description MarkdownTypeBase. castToMarkdown(Base b)MarkdownTypeMarkdownType. copy()MarkdownTypeMeasure. getClinicalRecommendationStatementElement()MarkdownTypeElementDefinition. getCommentsElement()MarkdownTypeElementDefinition. getDefinitionElement()MarkdownTypeMeasure. getDefinitionElement()MarkdownTypeMeasure. getDisclaimerElement()MarkdownTypeMeasure. getGuidanceElement()MarkdownTypeElementDefinition. getMeaningWhenMissingElement()MarkdownTypeMeasure. getRationaleElement()MarkdownTypeElementDefinition. getRequirementsElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MarkdownType Modifier and Type Method Description intMarkdownType. compareTo(MarkdownType theCode)MeasureMeasure. setClinicalRecommendationStatementElement(MarkdownType value)ElementDefinitionElementDefinition. setCommentsElement(MarkdownType value)ElementDefinitionElementDefinition. setDefinitionElement(MarkdownType value)MeasureMeasure. setDefinitionElement(MarkdownType value)MeasureMeasure. setDisclaimerElement(MarkdownType value)MeasureMeasure. setGuidanceElement(MarkdownType value)ElementDefinitionElementDefinition. setMeaningWhenMissingElement(MarkdownType value)MeasureMeasure. setRationaleElement(MarkdownType value)ElementDefinitionElementDefinition. setRequirementsElement(MarkdownType value)
-