| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.primitive |
| Constructor and Description |
|---|
RuntimeCompositeDatatypeDefinition(DatatypeDef theDef,
Class<? extends ICompositeType> theImplementingClass,
boolean theStandardType,
FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
RuntimeExtensionDtDefinition(DatatypeDef theDef,
Class<? extends ICompositeType> theImplementingClass,
boolean theStandardType,
FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
RuntimeIdDatatypeDefinition(DatatypeDef theDef,
Class<? extends IPrimitiveType<?>> theImplementingClass,
boolean theStandardType) |
RuntimePrimitiveDatatypeDefinition(DatatypeDef theDef,
Class<? extends IPrimitiveType<?>> theImplementingClass,
boolean theStandardType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionDt |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64BinaryDt |
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 |
Copyright © 2014–2017 University Health Network. All rights reserved.