Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Dependency
-
Uses of ImplementationGuide.Dependency in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionImplementationGuide.addDependency()
Adds and returns a new value for dependency ()ImplementationGuide.getDependencyFirstRep()
Gets the first repetition for dependency (), creating it if it does not already exist.ImplementationGuide.Dependency.setType
(GuideDependencyTypeEnum theValue) Sets the value(s) for type ()ImplementationGuide.Dependency.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideDependencyTypeEnum> theValue) Sets the value(s) for type ()ImplementationGuide.Dependency.setUri
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for uri ()Sets the value for uri ()Modifier and TypeMethodDescriptionImplementationGuide.getDependency()
Gets the value(s) for dependency ().Modifier and TypeMethodDescriptionImplementationGuide.addDependency
(ImplementationGuide.Dependency theValue) Adds a given new value for dependency ()Modifier and TypeMethodDescriptionImplementationGuide.setDependency
(List<ImplementationGuide.Dependency> theValue) Sets the value(s) for dependency ()