| Package | Description |
|---|---|
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
abstract UriDt |
BaseIdentifierDt.getSystemElement()
Gets the value(s) for system (The namespace for the identifier).
|
abstract UriDt |
BaseQuantityDt.getSystemElement()
Gets the value(s) for system (System that defines coded unit form).
|
abstract UriDt |
BaseCodingDt.getSystemElement()
Gets the value(s) for system (Identity of the terminology system).
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdDt
Represents the FHIR ID type.
|
class |
OidDt |
| Modifier and Type | Method and Description |
|---|---|
static UriDt |
UriDt.fromOid(String theOid)
Creates a new UriDt instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string
in the value of the newly created UriDt, per the FHIR specification).
|
| Constructor and Description |
|---|
IdDt(UriDt theUrl)
Creates an ID based on a given URL
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
IGenericClient.read(Class<T> theType,
UriDt theUrl)
Deprecated.
Use
read() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
IBaseResource |
IGenericClient.read(UriDt theUrl)
Deprecated.
Use
read() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
| Modifier and Type | Method and Description |
|---|---|
UriDt |
QuantityParam.getSystemAsUriDt()
Deprecated.
Use {
QuantityParam.getSystem()} instead |
UriDt |
InternalCodingDt.getSystemElement()
Gets the value(s) for system (Identity of the terminology system).
|
UriDt |
UriParam.getValueAsUriDt() |
| Modifier and Type | Method and Description |
|---|---|
InternalCodingDt |
InternalCodingDt.setSystem(UriDt theValue)
Sets the value(s) for system (Identity of the terminology system)
|
Copyright © 2014–2019 University Health Network. All rights reserved.