| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.param | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IBaseDatatype> |
RuntimePrimitiveDatatypeDefinition.getProfileOf() |
Class<? extends IBaseDatatype> |
RuntimeCompositeDatatypeDefinition.getProfileOf() |
Class<? extends IBaseDatatype> |
IRuntimeDatatypeDefinition.getProfileOf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuntimePrimitiveDatatypeDefinition.isProfileOf(Class<? extends IBaseDatatype> theType) |
boolean |
RuntimeCompositeDatatypeDefinition.isProfileOf(Class<? extends IBaseDatatype> theType) |
boolean |
IRuntimeDatatypeDefinition.isProfileOf(Class<? extends IBaseDatatype> theType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICompositeDatatype |
interface |
IDatatype |
interface |
IPrimitiveDatatype<T> |
interface |
IPrimitiveDatatypeWithPrecision<T,P> |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePrimitive<T> |
class |
ExtensionDt |
| Modifier and Type | Method and Description |
|---|---|
IBaseDatatype |
ExtensionDt.getValue()
Returns the value of this extension, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionDt |
ISupportsUndeclaredExtensions.addUndeclaredExtension(boolean theIsModifier,
String theUrl,
IBaseDatatype theValue)
Adds an extension to this object
|
ExtensionDt |
BaseElement.addUndeclaredExtension(boolean theIsModifier,
String theUrl,
IBaseDatatype theValue) |
ExtensionDt |
ExtensionDt.setValue(IBaseDatatype theValue) |
| Constructor and Description |
|---|
ExtensionDt(boolean theIsModifier,
String theUrl,
IBaseDatatype theValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCodingDt |
class |
BaseContainedDt |
class |
BaseIdentifierDt |
class |
BaseNarrativeDt<T extends Enum<?>> |
class |
BaseQuantityDt |
class |
BaseResourceReferenceDt |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64BinaryDt |
class |
BaseDateTimeDt |
class |
BooleanDt |
class |
BoundCodeDt<T extends Enum<?>> |
class |
CodeDt |
class |
DateDt
Represents a FHIR date datatype.
|
class |
DateTimeDt
Represents a FHIR dateTime datatype.
|
class |
DecimalDt |
class |
IdDt
Represents the FHIR ID type.
|
class |
IdrefDt |
class |
InstantDt
Represents a FHIR instant datatype.
|
class |
IntegerDt |
class |
MarkdownDt |
class |
OidDt |
class |
PositiveIntDt |
class |
StringDt |
class |
TimeDt
Represents a Time datatype, per the FHIR specification.
|
class |
UnsignedIntDt |
class |
UriDt |
class |
XhtmlDt |
| Modifier and Type | Class and Description |
|---|---|
class |
DateParam.DateParamDateTimeHolder |
class |
InternalCodingDt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBaseBooleanDatatype |
interface |
IBaseDecimalDatatype |
interface |
IBaseEnumeration<T extends Enum<?>> |
interface |
IBaseExtension<T,D> |
interface |
IBaseIntegerDatatype |
interface |
IBaseMetaType |
interface |
IBaseReference |
interface |
IBaseXhtml |
interface |
ICompositeType |
interface |
IIdType
Base interface for ID datatype.
|
interface |
INarrative |
interface |
IPrimitiveType<T> |
| Modifier and Type | Method and Description |
|---|---|
IBaseDatatype |
IBaseExtension.getValue() |
| Modifier and Type | Method and Description |
|---|---|
T |
IBaseExtension.setValue(IBaseDatatype theValue) |
Copyright © 2014–2017 University Health Network. All rights reserved.