Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ConformanceDocumentComponent
-
Uses of Conformance.ConformanceDocumentComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Conformance.ConformanceDocumentComponent
JsonParser.parseConformanceConformanceDocumentComponent
(com.google.gson.JsonObject json, Conformance owner) protected Conformance.ConformanceDocumentComponent
XmlParser.parseConformanceConformanceDocumentComponent
(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConformanceConformanceDocumentComponent
(String name, Conformance.ConformanceDocumentComponent element) protected void
XmlParser.composeConformanceConformanceDocumentComponent
(String name, Conformance.ConformanceDocumentComponent element) protected void
JsonParser.composeConformanceConformanceDocumentComponentInner
(Conformance.ConformanceDocumentComponent element) -
Uses of Conformance.ConformanceDocumentComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Conformance.ConformanceDocumentComponent> Conformance.document
A document definition.Modifier and TypeMethodDescriptionConformance.addDocument()
Conformance.ConformanceDocumentComponent.copy()
Conformance.ConformanceDocumentComponent.setDocumentation
(String value) Conformance.ConformanceDocumentComponent.setDocumentationElement
(StringType value) Conformance.ConformanceDocumentComponent.setMode
(Conformance.DocumentMode value) Conformance.ConformanceDocumentComponent.setModeElement
(Enumeration<Conformance.DocumentMode> value) Conformance.ConformanceDocumentComponent.setProfile
(Reference value) Conformance.ConformanceDocumentComponent.setProfileTarget
(StructureDefinition value) Modifier and TypeMethodDescriptionConformance.addDocument
(Conformance.ConformanceDocumentComponent t)