Uses of Class
org.hl7.fhir.dstu2.model.MarkdownType
-
Packages that use MarkdownType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of MarkdownType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type MarkdownType Modifier and Type Method Description 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MarkdownType Modifier and Type Field Description 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 MarkdownTypeElementDefinition. meaningWhenMissingThe Implicit meaning that is to be understood when this element is missing (e.g.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.dstu2.model that return MarkdownType Modifier and Type Method Description MarkdownTypeBase. castToMarkdown(Base b)MarkdownTypeMarkdownType. copy()MarkdownTypeElementDefinition. getCommentsElement()MarkdownTypeElementDefinition. getDefinitionElement()MarkdownTypeElementDefinition. getMeaningWhenMissingElement()MarkdownTypeElementDefinition. getRequirementsElement()Methods in org.hl7.fhir.dstu2.model with parameters of type MarkdownType Modifier and Type Method Description intMarkdownType. compareTo(MarkdownType theCode)ElementDefinitionElementDefinition. setCommentsElement(MarkdownType value)ElementDefinitionElementDefinition. setDefinitionElement(MarkdownType value)ElementDefinitionElementDefinition. setMeaningWhenMissingElement(MarkdownType value)ElementDefinitionElementDefinition. setRequirementsElement(MarkdownType value)
-