
Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleLinkComponent
Packages that use Bundle.BundleLinkComponent
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleLinkComponentModifier and TypeMethodDescriptionprotected Bundle.BundleLinkComponentJsonParser.parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponentXmlParser.parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Methods in org.hl7.fhir.r4.formats with parameters of type Bundle.BundleLinkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) protected voidRdfParser.composeBundleBundleLinkComponent(Turtle.Complex parent, String parentType, String name, Bundle.BundleLinkComponent element, int index) protected voidXmlParser.composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) protected voidXmlParser.composeBundleBundleLinkComponentElements(Bundle.BundleLinkComponent element) protected voidJsonParser.composeBundleBundleLinkComponentInner(Bundle.BundleLinkComponent element) protected booleanXmlParser.parseBundleBundleLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleLinkComponent res) protected voidJsonParser.parseBundleBundleLinkComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleLinkComponent res) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.BundleLinkComponentModifier and TypeFieldDescriptionprotected List<Bundle.BundleLinkComponent> Bundle.BundleEntryComponent.linkA series of links that provide context to this entry.protected List<Bundle.BundleLinkComponent> Bundle.linkA series of links that provide context to this bundle.Methods in org.hl7.fhir.r4.model that return Bundle.BundleLinkComponentModifier and TypeMethodDescriptionBundle.addLink()Bundle.BundleEntryComponent.addLink()Bundle.BundleLinkComponent.copy()Bundle.BundleEntryComponent.getLinkFirstRep()Bundle.getLinkFirstRep()Bundle.BundleEntryComponent.getLinkOrCreate(String theRelation) Bundle.getLinkOrCreate(String theRelation) Bundle.BundleLinkComponent.setRelation(String value) Bundle.BundleLinkComponent.setRelationElement(StringType value) Bundle.BundleLinkComponent.setUrlElement(UriType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Bundle.BundleLinkComponentMethods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleLinkComponentModifier and TypeMethodDescriptionBundle.addLink(Bundle.BundleLinkComponent t) Bundle.BundleEntryComponent.addLink(Bundle.BundleLinkComponent t) voidBundle.BundleLinkComponent.copyValues(Bundle.BundleLinkComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.BundleLinkComponentModifier and TypeMethodDescriptionBundle.BundleEntryComponent.setLink(List<Bundle.BundleLinkComponent> theLink) Bundle.setLink(List<Bundle.BundleLinkComponent> theLink)