Uses of Class
ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Packages that use BaseCodingDt Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.rest.param -
-
Uses of BaseCodingDt in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type BaseCodingDt Modifier and Type Field Description static ResourceMetadataKeyEnum<List<BaseCodingDt>>ResourceMetadataKeyEnum. SECURITY_LABELS -
Uses of BaseCodingDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return BaseCodingDt Modifier and Type Method Description abstract BaseCodingDtBaseCodingDt. setCode(String theCode)Sets the value for code (Symbol in syntax defined by the system)abstract BaseCodingDtBaseCodingDt. setDisplay(String theString)abstract BaseCodingDtBaseCodingDt. setSystem(String theUri)Sets the value for system (Identity of the terminology system)Methods in ca.uhn.fhir.model.base.composite with parameters of type BaseCodingDt Modifier and Type Method Description booleanBaseCodingDt. matchesSystemAndCode(BaseCodingDt theCoding)booleanBaseCodingDt. matchesToken(BaseCodingDt theSearchParam)returns true ifthisCoding 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
Subclasses of BaseCodingDt in ca.uhn.fhir.rest.param Modifier and Type Class Description classInternalCodingDtMethods in ca.uhn.fhir.rest.param that return types with arguments of type BaseCodingDt Modifier and Type Method Description List<BaseCodingDt>TokenOrListParam. getListAsCodings()Methods in ca.uhn.fhir.rest.param with parameters of type BaseCodingDt Modifier and Type Method Description voidTokenOrListParam. add(BaseCodingDt theCodingDt)Convenience method which adds a token to this OR list using the system and code from a codingMethod parameters in ca.uhn.fhir.rest.param with type arguments of type BaseCodingDt Modifier and Type Method Description booleanTokenOrListParam. doesCodingListMatch(List<? extends BaseCodingDt> theCodings)Constructors in ca.uhn.fhir.rest.param with parameters of type BaseCodingDt Constructor Description TokenParam(BaseCodingDt theCodingDt)Constructor which copies thesystemandcodefrom aInternalCodingDtinstance and adds it as a parameter
-