Uses of Class
ca.uhn.fhir.model.api.Tag
Packages that use Tag
-
Uses of Tag in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return TagModifier and TypeMethodDescriptionTagList.addTag()Deprecated.Add a new tag instanceAdd a new tag instanceTagList.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.Sets the label and returns a reference to this tagSets the scheme and returns a reference to this tagSets the term and returns a reference to this tagMethods in ca.uhn.fhir.model.api that return types with arguments of type TagModifier and TypeMethodDescriptionTagList.getTagsWithScheme(String theScheme)TagList.iterator()Methods in ca.uhn.fhir.model.api with parameters of type TagMethod parameters in ca.uhn.fhir.model.api with type arguments of type Tag
TagList.addTag(String, String, String)should be used instead