| Modifier and Type | Interface and Description |
|---|---|
interface |
ICompositeDatatype |
interface |
ICompositeElement |
interface |
IDatatype |
interface |
IExtension |
interface |
IIdentifiableElement |
interface |
IPrimitiveDatatype<T> |
interface |
IPrimitiveDatatypeWithPrecision<T,P> |
interface |
IResource
This interface is the parent interface for all FHIR Resource definition classes.
|
interface |
IResourceBlock |
interface |
ISupportsUndeclaredExtensions |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBundle |
class |
BaseElement |
class |
BaseIdentifiableElement |
class |
BasePrimitive<T> |
class |
ExtensionDt |
class |
Tag
A single tag
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
ICompositeElement.getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.
This method is not used by HAPI at this point, so there isn't much
point to keeping it around. We are not deleting it just so that we don't break
existing implementer code, but you do not need to supply an implementation
of this code in your own structures. Deprecated in HAPI FHIR 2.3 (Jan 2017).
See See for
a discussion about this.
|
<T extends IElement> |
ExtensionDt.getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCodingDt |
class |
BaseContainedDt |
class |
BaseHumanNameDt |
class |
BaseIdentifierDt |
class |
BaseNarrativeDt<T extends Enum<?>> |
class |
BaseQuantityDt |
class |
BaseResourceReferenceDt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseConformance |
interface |
BaseOperationOutcome |
interface |
BaseSecurityEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseOperationOutcome.BaseIssue |
| 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 | Method and Description |
|---|---|
IElement |
IdrefDt.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdrefDt.setTarget(IElement theTarget) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateParam.DateParamDateTimeHolder |
class |
InternalCodingDt |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
InternalCodingDt.getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IElement> |
ElementUtil.allPopulatedChildElements(Class<T> theType,
Object... theElements)
Note that this method does not work on HL7.org structures
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ElementUtil.isEmpty(IElement... theElements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAnyResource |
interface |
IBaseBackboneElement |
interface |
IBaseBinary |
interface |
IBaseBooleanDatatype |
interface |
IBaseBundle |
interface |
IBaseConformance |
interface |
IBaseDatatype |
interface |
IBaseDecimalDatatype |
interface |
IBaseEnumeration<T extends Enum<?>> |
interface |
IBaseExtension<T,D> |
interface |
IBaseIntegerDatatype |
interface |
IBaseMetaType |
interface |
IBaseOperationOutcome |
interface |
IBaseParameters |
interface |
IBaseReference |
interface |
IBaseResource
For now, this is a simple marker interface indicating that a class is a resource type.
|
interface |
IBaseXhtml |
interface |
ICompositeType |
interface |
IDomainResource |
interface |
IIdType
Base interface for ID datatype.
|
interface |
INarrative |
interface |
IPrimitiveType<T> |
Copyright © 2014–2017 University Health Network. All rights reserved.