| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.gclient | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Class and Description |
|---|---|
class |
Tag
A single tag
|
| Modifier and Type | Method and Description |
|---|---|
IBaseCoding |
Tag.setCode(String theTerm) |
IBaseCoding |
Tag.setDisplay(String theLabel) |
IBaseCoding |
Tag.setSystem(String theScheme) |
| Modifier and Type | Method and Description |
|---|---|
ICriterion<?> |
TokenClientParam.IMatches.codings(IBaseCoding... theCodings)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with the given
Coding.system and Coding.value values. |
| Modifier and Type | Method and Description |
|---|---|
IBaseCoding |
IBaseMetaType.addSecurity() |
IBaseCoding |
IBaseMetaType.addTag() |
IBaseCoding |
IBaseMetaType.getSecurity(String theSystem,
String theCode)
Returns the first security label (if any) that has the given system and code, or returns
null if none |
IBaseCoding |
IBaseMetaType.getTag(String theSystem,
String theCode)
Returns the first tag (if any) that has the given system and code, or returns
null if none |
IBaseCoding |
IBaseCoding.setCode(String theTerm) |
IBaseCoding |
IBaseCoding.setDisplay(String theLabel) |
IBaseCoding |
IBaseCoding.setSystem(String theScheme) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IBaseCoding> |
IBaseMetaType.getSecurity() |
List<? extends IBaseCoding> |
IBaseMetaType.getTag() |
Copyright © 2014–2017 University Health Network. All rights reserved.