Uses of Class
ca.uhn.fhir.model.api.Tag
-
Packages that use Tag Package Description ca.uhn.fhir.model.api -
-
Uses of Tag in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return Tag Modifier and Type Method Description TagTagList. addTag()Deprecated.Tags wil become immutable in a future release of HAPI, soTagList.addTag(String, String, String)should be used insteadTagTagList. addTag(String theScheme, String theTerm)Add a new tag instanceTagTagList. addTag(String theScheme, String theTerm, String theLabel)Add a new tag instanceTagTagList. get(int theIndex)Returns the tag at a given index - Note that the TagList is backed by aLinkedHashSet, so the order of added tags will be consistent, but duplicates will not be preserved.TagTagList. getTag(String theScheme, String theTerm)TagTag. setLabel(String theLabel)Sets the label and returns a reference to this tagTagTag. setScheme(String theScheme)Sets the scheme and returns a reference to this tagTagTag. setTerm(String theTerm)Sets the term and returns a reference to this tagMethods in ca.uhn.fhir.model.api that return types with arguments of type Tag Modifier and Type Method Description List<Tag>TagList. getTagsWithScheme(String theScheme)Iterator<Tag>TagList. iterator()Methods in ca.uhn.fhir.model.api with parameters of type Tag Modifier and Type Method Description booleanTagList. add(Tag theE)Method parameters in ca.uhn.fhir.model.api with type arguments of type Tag Modifier and Type Method Description booleanTagList. addAll(Collection<? extends Tag> theC)
-