Uses of Class
ca.uhn.fhir.model.api.TagList
-
Packages that use TagList Package Description ca.uhn.fhir.model.api ca.uhn.fhir.parser -
-
Uses of TagList in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type TagList Modifier and Type Field Description static ResourceMetadataKeyEnum<TagList>ResourceMetadataKeyEnum. TAG_LISTThe value for this key is the list of tags associated with this resourceConstructors in ca.uhn.fhir.model.api with parameters of type TagList Constructor Description TagList(TagList theTags)Copy constructor -
Uses of TagList in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return TagList Modifier and Type Method Description protected TagListBaseParser. getMetaTagsForEncoding(IResource theIResource, BaseParser.EncodeContext theEncodeContext)
-