Uses of Annotation Type
ca.uhn.fhir.model.api.annotation.DatatypeDef
-
Uses of DatatypeDef in ca.uhn.fhir.context
ModifierConstructorDescriptionRuntimeCompositeDatatypeDefinition
(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) -
Uses of DatatypeDef in ca.uhn.fhir.model.api
-
Uses of DatatypeDef in ca.uhn.fhir.model.primitive
Modifier and TypeClassDescriptionclass
class
class
BoundCodeDt<T extends Enum<?>>
class
class
Represents a FHIR date datatype.class
Represents a FHIR dateTime datatype.class
class
Represents the FHIR ID type.class
Represents a FHIR instant datatype.class
class
class
class
class
class
Represents a Time datatype, per the FHIR specification.class
class
class
Note that as of HAPI FHIR 3.1.0, this method no longer uses the StAX XMLEvent type as the XML representation, and uses a String instead.