Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent
-
Packages that use ImplementationGuide.ImplementationGuideGlobalComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideGlobalComponentJsonParser. parseImplementationGuideImplementationGuideGlobalComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuideGlobalComponentXmlParser. parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuideGlobalComponent>ImplementationGuide. 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.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide. addGlobal()ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. copy()ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide. getGlobalFirstRep()ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setProfile(String value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setProfileElement(CanonicalType value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setType(String value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setTypeElement(CodeType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuideGlobalComponent>ImplementationGuide. getGlobal()Methods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addGlobal(ImplementationGuide.ImplementationGuideGlobalComponent t)voidImplementationGuide.ImplementationGuideGlobalComponent. copyValues(ImplementationGuide.ImplementationGuideGlobalComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setGlobal(List<ImplementationGuide.ImplementationGuideGlobalComponent> theGlobal)
-