| Package | Description |
|---|---|
| ca.uhn.fhir.model.api |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagList.addTag()
Deprecated.
Tags wil become immutable in a future release of HAPI, so
TagList.addTag(String, String, String)
should be used instead |
Tag |
TagList.addTag(String theScheme,
String theTerm)
Add a new tag instance
|
Tag |
TagList.addTag(String theScheme,
String theTerm,
String theLabel)
Add a new tag instance
|
Tag |
TagList.get(int theIndex)
Returns the tag at a given index - Note that the TagList is backed by a
LinkedHashSet, so the order of
added tags will be consistent, but duplicates will not be preserved. |
Tag |
TagList.getTag(String theScheme,
String theTerm) |
Tag |
Tag.setLabel(String theLabel)
Sets the label and returns a reference to this tag
|
Tag |
Tag.setScheme(String theScheme)
Sets the scheme and returns a reference to this tag
|
Tag |
Tag.setTerm(String theTerm)
Sets the term and returns a reference to this tag
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagList.getTagsWithScheme(String theScheme) |
Iterator<Tag> |
TagList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TagList.add(Tag theE) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TagList.addAll(Collection<? extends Tag> theC) |
Copyright © 2014–2017 University Health Network. All rights reserved.