Uses of Class
org.hl7.fhir.dstu3.model.ImplementationGuide.ImplementationGuideGlobalComponent
-
Packages that use ImplementationGuide.ImplementationGuideGlobalComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model with parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addGlobal(ImplementationGuide.ImplementationGuideGlobalComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setGlobal(List<ImplementationGuide.ImplementationGuideGlobalComponent> theGlobal)
-