Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuideGlobalComponent
(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuideGlobalComponent
(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeImplementationGuideImplementationGuideGlobalComponent
(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
RdfParser.composeImplementationGuideImplementationGuideGlobalComponent
(Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideGlobalComponent element, int index) protected void
XmlParser.composeImplementationGuideImplementationGuideGlobalComponent
(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
XmlParser.composeImplementationGuideImplementationGuideGlobalComponentElements
(ImplementationGuide.ImplementationGuideGlobalComponent element) protected void
JsonParser.composeImplementationGuideImplementationGuideGlobalComponentInner
(ImplementationGuide.ImplementationGuideGlobalComponent element) protected boolean
XmlParser.parseImplementationGuideImplementationGuideGlobalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) protected void
JsonParser.parseImplementationGuideImplementationGuideGlobalComponentProperties
(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) -
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionImplementationGuide.global
A set of profiles that all resources covered by this implementation guide must conform to.Modifier and TypeMethodDescriptionImplementationGuide.addGlobal()
ImplementationGuide.ImplementationGuideGlobalComponent.copy()
ImplementationGuide.getGlobalFirstRep()
ImplementationGuide.ImplementationGuideGlobalComponent.setProfile
(String value) ImplementationGuide.ImplementationGuideGlobalComponent.setProfileElement
(CanonicalType value) ImplementationGuide.ImplementationGuideGlobalComponent.setTypeElement
(CodeType value) Modifier and TypeMethodDescriptionImplementationGuide.addGlobal
(ImplementationGuide.ImplementationGuideGlobalComponent t) void
ImplementationGuide.ImplementationGuideGlobalComponent.copyValues
(ImplementationGuide.ImplementationGuideGlobalComponent dst) Modifier and TypeMethodDescriptionImplementationGuide.setGlobal
(List<ImplementationGuide.ImplementationGuideGlobalComponent> theGlobal)