Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent
-
Packages that use ImplementationGuide.ImplementationGuideDependsOnComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideDependsOnComponentJsonParser. parseImplementationGuideImplementationGuideDependsOnComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuideDependsOnComponentXmlParser. parseImplementationGuideImplementationGuideDependsOnComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type ImplementationGuide.ImplementationGuideDependsOnComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setDependsOn(List<ImplementationGuide.ImplementationGuideDependsOnComponent> theDependsOn)
-