
Uses of Class
org.hl7.fhir.dstu3.model.ImplementationGuide.ImplementationGuideDependencyComponent
Packages that use ImplementationGuide.ImplementationGuideDependencyComponent
-
Uses of ImplementationGuide.ImplementationGuideDependencyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuideDependencyComponent(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuideDependencyComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) protected voidRdfParser.composeImplementationGuideImplementationGuideDependencyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideDependencyComponent element, int index) protected voidXmlParser.composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) protected voidXmlParser.composeImplementationGuideImplementationGuideDependencyComponentElements(ImplementationGuide.ImplementationGuideDependencyComponent element) protected voidJsonParser.composeImplementationGuideImplementationGuideDependencyComponentInner(ImplementationGuide.ImplementationGuideDependencyComponent element) protected booleanXmlParser.parseImplementationGuideImplementationGuideDependencyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependencyComponent res) protected voidJsonParser.parseImplementationGuideImplementationGuideDependencyComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependencyComponent res) -
Uses of ImplementationGuide.ImplementationGuideDependencyComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeFieldDescriptionImplementationGuide.dependencyAnother implementation guide that this implementation depends on.Methods in org.hl7.fhir.dstu3.model that return ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeMethodDescriptionImplementationGuide.addDependency()ImplementationGuide.ImplementationGuideDependencyComponent.copy()ImplementationGuide.getDependencyFirstRep()ImplementationGuide.ImplementationGuideDependencyComponent.setType(ImplementationGuide.GuideDependencyType value) ImplementationGuide.ImplementationGuideDependencyComponent.setTypeElement(Enumeration<ImplementationGuide.GuideDependencyType> value) ImplementationGuide.ImplementationGuideDependencyComponent.setUriElement(UriType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImplementationGuide.ImplementationGuideDependencyComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeMethodDescriptionImplementationGuide.addDependency(ImplementationGuide.ImplementationGuideDependencyComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImplementationGuide.ImplementationGuideDependencyComponentModifier and TypeMethodDescriptionImplementationGuide.setDependency(List<ImplementationGuide.ImplementationGuideDependencyComponent> theDependency)