Uses of Class
org.hl7.fhir.dstu3.model.ImplementationGuide.ImplementationGuideDependencyComponent
-
Packages that use ImplementationGuide.ImplementationGuideDependencyComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ImplementationGuide.ImplementationGuideDependencyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImplementationGuide.ImplementationGuideDependencyComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideDependencyComponentJsonParser. parseImplementationGuideImplementationGuideDependencyComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuideDependencyComponentXmlParser. parseImplementationGuideImplementationGuideDependencyComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ImplementationGuideDependencyComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImplementationGuide.ImplementationGuideDependencyComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuideDependencyComponent>ImplementationGuide. dependencyAnother implementation guide that this implementation depends on.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImplementationGuide.ImplementationGuideDependencyComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuideDependencyComponent>ImplementationGuide. getDependency()Methods in org.hl7.fhir.dstu3.model with parameters of type ImplementationGuide.ImplementationGuideDependencyComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addDependency(ImplementationGuide.ImplementationGuideDependencyComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImplementationGuide.ImplementationGuideDependencyComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setDependency(List<ImplementationGuide.ImplementationGuideDependencyComponent> theDependency)
-