| Package | Description |
|---|---|
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
abstract UriDt |
BaseQuantityDt.getSystemElement()
Gets the value(s) for system (System that defines coded unit form).
|
abstract UriDt |
BaseIdentifierDt.getSystemElement()
Gets the value(s) for system (The namespace for the identifier).
|
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)
Perform the "read" operation (retrieve the latest version of a resource instance by ID) using an absolute URL.
|
<T extends IBaseResource> |
GenericClient.read(Class<T> theType,
UriDt theUrl) |
IBaseResource |
IGenericClient.read(UriDt theUrl)
Perform the "read" operation (retrieve the latest version of a resource instance by ID) using an absolute URL.
|
IBaseResource |
GenericClient.read(UriDt theUrl) |
<T extends IBaseResource> |
IGenericClient.search(Class<T> theType,
UriDt theUrl)
Perform the "search" operation using an absolute URL.
|
<T extends IBaseResource> |
GenericClient.search(Class<T> theType,
UriDt theUrl) |
Bundle |
IGenericClient.search(UriDt theUrl) |
Bundle |
GenericClient.search(UriDt theUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceParam |
| Modifier and Type | Method and Description |
|---|---|
UriDt |
QuantityParam.getSystem() |
UriDt |
InternalCodingDt.getSystemElement()
Gets the value(s) for system (Identity of the terminology system).
|
UriDt |
UriParam.getValueAsUriDt() |
| Modifier and Type | Method and Description |
|---|---|
QuantityParam |
QuantityParam.setSystem(UriDt theSystem) |
InternalCodingDt |
InternalCodingDt.setSystem(UriDt theValue)
Sets the value(s) for system (Identity of the terminology system)
|
Copyright © 2014–2016 University Health Network. All rights reserved.