
Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent
Packages that use ImplementationGuide.ImplementationGuideGlobalComponent
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuideGlobalComponent(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Methods in org.hl7.fhir.r4.formats with parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidRdfParser.composeImplementationGuideImplementationGuideGlobalComponent(Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideGlobalComponent element, int index) protected voidXmlParser.composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidXmlParser.composeImplementationGuideImplementationGuideGlobalComponentElements(ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidJsonParser.composeImplementationGuideImplementationGuideGlobalComponentInner(ImplementationGuide.ImplementationGuideGlobalComponent element) protected booleanXmlParser.parseImplementationGuideImplementationGuideGlobalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) protected voidJsonParser.parseImplementationGuideImplementationGuideGlobalComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) -
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeFieldDescriptionImplementationGuide.globalA set of profiles that all resources covered by this implementation guide must conform to.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type ImplementationGuide.ImplementationGuideGlobalComponentMethods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionImplementationGuide.addGlobal(ImplementationGuide.ImplementationGuideGlobalComponent t) voidImplementationGuide.ImplementationGuideGlobalComponent.copyValues(ImplementationGuide.ImplementationGuideGlobalComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.ImplementationGuideGlobalComponentModifier and TypeMethodDescriptionImplementationGuide.setGlobal(List<ImplementationGuide.ImplementationGuideGlobalComponent> theGlobal)