Uses of Annotation Type
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 TypeClassDescriptionclassclassclassBoundCodeDt<T extends Enum<?>>classclassRepresents a FHIR date datatype.classRepresents a FHIR dateTime datatype.classclassRepresents the FHIR ID type.classRepresents a FHIR instant datatype.classclassclassclassclassclassRepresents a Time datatype, per the FHIR specification.classclassclassNote 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.