Uses of Class
org.hl7.fhir.dstu2.model.MarkdownType
Packages that use MarkdownType
-
Uses of MarkdownType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MarkdownTypeModifier and TypeMethodDescriptionprotected MarkdownTypeJsonParser.parseMarkdown(String v)protected MarkdownTypeXmlParser.parseMarkdown(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type MarkdownTypeModifier and TypeMethodDescriptionprotected 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 MarkdownTypeModifier and TypeFieldDescriptionprotected 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 MarkdownTypeModifier and TypeMethodDescriptionBase.castToMarkdown(Base b)MarkdownType.copy()ElementDefinition.getCommentsElement()ElementDefinition.getDefinitionElement()ElementDefinition.getMeaningWhenMissingElement()ElementDefinition.getRequirementsElement()Methods in org.hl7.fhir.dstu2.model with parameters of type MarkdownTypeModifier and TypeMethodDescriptionintMarkdownType.compareTo(MarkdownType theCode)ElementDefinition.setCommentsElement(MarkdownType value)ElementDefinition.setDefinitionElement(MarkdownType value)ElementDefinition.setMeaningWhenMissingElement(MarkdownType value)ElementDefinition.setRequirementsElement(MarkdownType value)