| Package | Description |
|---|---|
| org.hl7.fhir.instance.model.api |
| 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–2016 University Health Network. All rights reserved.