![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePageComponent
Packages that use ImplementationGuide.ImplementationGuidePageComponent
-
Uses of ImplementationGuide.ImplementationGuidePageComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImplementationGuide.ImplementationGuidePageComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuidePageComponent
(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuidePageComponent
(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ImplementationGuide.ImplementationGuidePageComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeImplementationGuideImplementationGuidePageComponent
(String name, ImplementationGuide.ImplementationGuidePageComponent element) protected void
XmlParser.composeImplementationGuideImplementationGuidePageComponent
(String name, ImplementationGuide.ImplementationGuidePageComponent element) protected void
JsonParser.composeImplementationGuideImplementationGuidePageComponentInner
(ImplementationGuide.ImplementationGuidePageComponent element) -
Uses of ImplementationGuide.ImplementationGuidePageComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ImplementationGuide.ImplementationGuidePageComponentModifier and TypeFieldDescriptionImplementationGuide.page
A page / section in the implementation guide.Fields in org.hl7.fhir.dstu2.model with type parameters of type ImplementationGuide.ImplementationGuidePageComponentModifier and TypeFieldDescriptionImplementationGuide.ImplementationGuidePageComponent.page
Nested Pages/Sections under this page.Methods in org.hl7.fhir.dstu2.model that return ImplementationGuide.ImplementationGuidePageComponentModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePageComponent.addPackage
(String value) ImplementationGuide.ImplementationGuidePageComponent.addPage()
ImplementationGuide.ImplementationGuidePageComponent.addPage
(ImplementationGuide.ImplementationGuidePageComponent t) ImplementationGuide.ImplementationGuidePageComponent.copy()
ImplementationGuide.getPage()
ImplementationGuide.ImplementationGuidePageComponent.setFormatElement
(CodeType value) ImplementationGuide.ImplementationGuidePageComponent.setKind
(ImplementationGuide.GuidePageKind value) ImplementationGuide.ImplementationGuidePageComponent.setKindElement
(Enumeration<ImplementationGuide.GuidePageKind> value) ImplementationGuide.ImplementationGuidePageComponent.setNameElement
(StringType value) ImplementationGuide.ImplementationGuidePageComponent.setSourceElement
(UriType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImplementationGuide.ImplementationGuidePageComponentMethods in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.ImplementationGuidePageComponentModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePageComponent.addPage
(ImplementationGuide.ImplementationGuidePageComponent t) ImplementationGuide.setPage
(ImplementationGuide.ImplementationGuidePageComponent value) Constructors in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.ImplementationGuidePageComponentModifierConstructorDescriptionImplementationGuide
(UriType url, StringType name, Enumeration<Enumerations.ConformanceResourceStatus> status, ImplementationGuide.ImplementationGuidePageComponent page)