
Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent
Packages that use ImplementationGuide.ImplementationGuideDependsOnComponent
-
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuideDependsOnComponent(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuideDependsOnComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Methods in org.hl7.fhir.r4.formats with parameters of type ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImplementationGuideImplementationGuideDependsOnComponent(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) protected voidRdfParser.composeImplementationGuideImplementationGuideDependsOnComponent(Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideDependsOnComponent element, int index) protected voidXmlParser.composeImplementationGuideImplementationGuideDependsOnComponent(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) protected voidXmlParser.composeImplementationGuideImplementationGuideDependsOnComponentElements(ImplementationGuide.ImplementationGuideDependsOnComponent element) protected voidJsonParser.composeImplementationGuideImplementationGuideDependsOnComponentInner(ImplementationGuide.ImplementationGuideDependsOnComponent element) protected booleanXmlParser.parseImplementationGuideImplementationGuideDependsOnComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) protected voidJsonParser.parseImplementationGuideImplementationGuideDependsOnComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) -
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeFieldDescriptionImplementationGuide.dependsOnAnother implementation guide that this implementation depends on.Methods in org.hl7.fhir.r4.model that return ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeMethodDescriptionImplementationGuide.addDependsOn()ImplementationGuide.ImplementationGuideDependsOnComponent.copy()ImplementationGuide.getDependsOnFirstRep()ImplementationGuide.ImplementationGuideDependsOnComponent.setPackageId(String value) ImplementationGuide.ImplementationGuideDependsOnComponent.setPackageIdElement(IdType value) ImplementationGuide.ImplementationGuideDependsOnComponent.setUriElement(CanonicalType value) ImplementationGuide.ImplementationGuideDependsOnComponent.setVersion(String value) ImplementationGuide.ImplementationGuideDependsOnComponent.setVersionElement(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.ImplementationGuideDependsOnComponentMethods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeMethodDescriptionImplementationGuide.addDependsOn(ImplementationGuide.ImplementationGuideDependsOnComponent t) voidImplementationGuide.ImplementationGuideDependsOnComponent.copyValues(ImplementationGuide.ImplementationGuideDependsOnComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.ImplementationGuideDependsOnComponentModifier and TypeMethodDescriptionImplementationGuide.setDependsOn(List<ImplementationGuide.ImplementationGuideDependsOnComponent> theDependsOn)