
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Link
Packages that use Bundle.Link
-
Uses of Bundle.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.LinkModifier and TypeMethodDescriptionBundle.addLink()
Adds and returns a new value for link ()Bundle.Entry.addLink()
Adds and returns a new value for link ()Bundle.Entry.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Bundle.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Bundle.getLinkOrCreate
(String theRelation) Bundle.Link.setRelation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for relation ()Bundle.Link.setRelation
(String theString) Sets the value for relation ()Bundle.Link.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Bundle.LinkModifier and TypeMethodDescriptionBundle.Entry.getLink()
Gets the value(s) for link ().Bundle.getLink()
Gets the value(s) for link ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.LinkModifier and TypeMethodDescriptionBundle.addLink
(Bundle.Link theValue) Adds a given new value for link ()Bundle.Entry.addLink
(Bundle.Link theValue) Adds a given new value for link ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Bundle.LinkModifier and TypeMethodDescriptionBundle.Entry.setLink
(List<Bundle.Link> theValue) Sets the value(s) for link ()Bundle.setLink
(List<Bundle.Link> theValue) Sets the value(s) for link ()