Uses of Class
ca.uhn.fhir.model.api.annotation.DatatypeDef
-
Packages that use DatatypeDef Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive -
-
Uses of DatatypeDef in ca.uhn.fhir.context
Constructors in ca.uhn.fhir.context with parameters of type DatatypeDef Constructor 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) -
Uses of DatatypeDef in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api with annotations of type DatatypeDef Modifier and Type Class Description classExtensionDt -
Uses of DatatypeDef in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive with annotations of type DatatypeDef Modifier and Type Class Description classBase64BinaryDtclassBooleanDtclassBoundCodeDt<T extends Enum<?>>classCodeDtclassDateDtRepresents a FHIR date datatype.classDateTimeDtRepresents a FHIR dateTime datatype.classDecimalDtclassIdDtRepresents the FHIR ID type.classInstantDtRepresents a FHIR instant datatype.classIntegerDtclassMarkdownDtclassOidDtclassPositiveIntDtclassStringDtclassTimeDtRepresents a Time datatype, per the FHIR specification.classUnsignedIntDtclassUriDtclassXhtmlDtNote 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.
-