Uses of Class
ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Uses of BaseCodingDt in ca.uhn.fhir.model.api
Modifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum
<List<BaseCodingDt>> ResourceMetadataKeyEnum.SECURITY_LABELS
-
Uses of BaseCodingDt in ca.uhn.fhir.model.base.composite
Modifier and TypeMethodDescriptionabstract BaseCodingDt
Sets the value for code (Symbol in syntax defined by the system)abstract BaseCodingDt
BaseCodingDt.setDisplay
(String theString) abstract BaseCodingDt
Sets the value for system (Identity of the terminology system)Modifier and TypeMethodDescriptionboolean
BaseCodingDt.matchesSystemAndCode
(BaseCodingDt theCoding) boolean
BaseCodingDt.matchesToken
(BaseCodingDt theSearchParam) returns true ifthis
Coding matches a search for the coding specified bytheSearchParam
, according to the following: [parameter]=[namespace]|[code] matches a code/value in the given system namespace [parameter]=[code] matches a code/value irrespective of it's system namespace [parameter]=|[code] matches a code/value that has no system namespace -
Uses of BaseCodingDt in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionvoid
TokenOrListParam.add
(BaseCodingDt theCodingDt) Convenience method which adds a token to this OR list using the system and code from a codingModifier and TypeMethodDescriptionboolean
TokenOrListParam.doesCodingListMatch
(List<? extends BaseCodingDt> theCodings) ModifierConstructorDescriptionTokenParam
(BaseCodingDt theCodingDt) Constructor which copies thesystem
andcode
from aInternalCodingDt
instance and adds it as a parameter