![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r5.model.ImplementationGuide.ImplementationGuideGlobalComponent
Packages that use ImplementationGuide.ImplementationGuideGlobalComponent
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideGlobalComponent
(com.google.gson.JsonObject json) XmlParser.parseImplementationGuideGlobalComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeImplementationGuideGlobalComponent
(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
RdfParser.composeImplementationGuideGlobalComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideGlobalComponent element, int index) protected void
XmlParser.composeImplementationGuideGlobalComponent
(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
XmlParser.composeImplementationGuideGlobalComponentElements
(ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
JsonParser.composeImplementationGuideGlobalComponentProperties
(ImplementationGuide.ImplementationGuideGlobalComponent element) protected boolean
XmlParser.parseImplementationGuideGlobalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide.ImplementationGuideGlobalComponent res) protected void
JsonParser.parseImplementationGuideGlobalComponentProperties
(com.google.gson.JsonObject json, ImplementationGuide.ImplementationGuideGlobalComponent res) -
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeFieldDescriptionImplementationGuide.global
A set of profiles that all resources covered by this implementation guide must conform to.Methods in org.hl7.fhir.r5.model that return ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionImplementationGuide.addGlobal()
ImplementationGuide.ImplementationGuideGlobalComponent.copy()
ImplementationGuide.getGlobalFirstRep()
ImplementationGuide.ImplementationGuideGlobalComponent.setProfile
(String value) ImplementationGuide.ImplementationGuideGlobalComponent.setProfileElement
(CanonicalType value) ImplementationGuide.ImplementationGuideGlobalComponent.setTypeElement
(CodeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ImplementationGuide.ImplementationGuideGlobalComponentMethods in org.hl7.fhir.r5.model with parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionImplementationGuide.addGlobal
(ImplementationGuide.ImplementationGuideGlobalComponent t) void
ImplementationGuide.ImplementationGuideGlobalComponent.copyValues
(ImplementationGuide.ImplementationGuideGlobalComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionImplementationGuide.setGlobal
(List<ImplementationGuide.ImplementationGuideGlobalComponent> theGlobal)