Uses of Class
org.hl7.fhir.r5.model.ImplementationGuide.ImplementationGuideDependsOnComponent
-
Packages that use ImplementationGuide.ImplementationGuideDependsOnComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideDependsOnComponentJsonParser. parseImplementationGuideDependsOnComponent(com.google.gson.JsonObject json)protected ImplementationGuide.ImplementationGuideDependsOnComponentXmlParser. parseImplementationGuideDependsOnComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuideDependsOnComponent>ImplementationGuide. dependsOnAnother implementation guide that this implementation depends on.Methods in org.hl7.fhir.r5.model that return types with arguments of type ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuideDependsOnComponent>ImplementationGuide. getDependsOn()Methods in org.hl7.fhir.r5.model with parameters of type ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addDependsOn(ImplementationGuide.ImplementationGuideDependsOnComponent t)voidImplementationGuide.ImplementationGuideDependsOnComponent. copyValues(ImplementationGuide.ImplementationGuideDependsOnComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setDependsOn(List<ImplementationGuide.ImplementationGuideDependsOnComponent> theDependsOn)
-