
Uses of Annotation Interface
ca.uhn.fhir.model.api.annotation.DatatypeDef
Packages that use DatatypeDef
-
Uses of DatatypeDef in ca.uhn.fhir.context
Constructors in ca.uhn.fhir.context with parameters of type DatatypeDefModifierConstructorDescriptionRuntimeCompositeDatatypeDefinition
(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
Classes in ca.uhn.fhir.model.api with annotations of type DatatypeDef -
Uses of DatatypeDef in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive with annotations of type DatatypeDefModifier 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.