| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Field and Description |
|---|---|
static ResourceMetadataKeyEnum<List<BaseCodingDt>> |
ResourceMetadataKeyEnum.SECURITY_LABELS |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseCodingDt |
BaseCodingDt.setCode(String theCode)
Sets the value for code (Symbol in syntax defined by the system)
|
abstract BaseCodingDt |
BaseCodingDt.setDisplay(String theString) |
abstract BaseCodingDt |
BaseCodingDt.setSystem(String theUri)
Sets the value for system (Identity of the terminology system)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseCodingDt.matchesSystemAndCode(BaseCodingDt theCoding)
|
boolean |
BaseCodingDt.matchesToken(BaseCodingDt theSearchParam)
returns true if
this Coding matches a search for the coding specified by theSearchParam, 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalCodingDt |
| Modifier and Type | Method and Description |
|---|---|
List<BaseCodingDt> |
TokenOrListParam.getListAsCodings() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenOrListParam.add(BaseCodingDt theCodingDt)
Convenience method which adds a token to this OR list using the system and code from a coding
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenOrListParam.doesCodingListMatch(List<? extends BaseCodingDt> theCodings) |
| Constructor and Description |
|---|
TokenParam(BaseCodingDt theCodingDt)
Constructor which copies the
system and
code from a InternalCodingDt instance and adds it as a parameter |
Copyright © 2014–2019 University Health Network. All rights reserved.