
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 voidJsonParser.composeImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidRdfParser.composeImplementationGuideGlobalComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideGlobalComponent element, int index) protected voidXmlParser.composeImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidXmlParser.composeImplementationGuideGlobalComponentElements(ImplementationGuide.ImplementationGuideGlobalComponent element) protected voidJsonParser.composeImplementationGuideGlobalComponentProperties(ImplementationGuide.ImplementationGuideGlobalComponent element) protected booleanXmlParser.parseImplementationGuideGlobalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide.ImplementationGuideGlobalComponent res) protected voidJsonParser.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.globalA 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) voidImplementationGuide.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)