Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent
-
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseImplementationGuideImplementationGuideDependsOnComponent
(com.google.gson.JsonObject json, ImplementationGuide owner) XmlParser.parseImplementationGuideImplementationGuideDependsOnComponent
(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeImplementationGuideImplementationGuideDependsOnComponent
(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) protected void
RdfParser.composeImplementationGuideImplementationGuideDependsOnComponent
(Turtle.Complex parent, String parentType, String name, ImplementationGuide.ImplementationGuideDependsOnComponent element, int index) protected void
XmlParser.composeImplementationGuideImplementationGuideDependsOnComponent
(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) protected void
XmlParser.composeImplementationGuideImplementationGuideDependsOnComponentElements
(ImplementationGuide.ImplementationGuideDependsOnComponent element) protected void
JsonParser.composeImplementationGuideImplementationGuideDependsOnComponentInner
(ImplementationGuide.ImplementationGuideDependsOnComponent element) protected boolean
XmlParser.parseImplementationGuideImplementationGuideDependsOnComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) protected void
JsonParser.parseImplementationGuideImplementationGuideDependsOnComponentProperties
(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) -
Uses of ImplementationGuide.ImplementationGuideDependsOnComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionImplementationGuide.dependsOn
Another implementation guide that this implementation depends on.Modifier 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) Modifier and TypeMethodDescriptionImplementationGuide.addDependsOn
(ImplementationGuide.ImplementationGuideDependsOnComponent t) void
ImplementationGuide.ImplementationGuideDependsOnComponent.copyValues
(ImplementationGuide.ImplementationGuideDependsOnComponent dst) Modifier and TypeMethodDescriptionImplementationGuide.setDependsOn
(List<ImplementationGuide.ImplementationGuideDependsOnComponent> theDependsOn)