Uses of Interface
ca.uhn.fhir.model.api.IDatatype
-
Packages that use IDatatype Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of IDatatype in ca.uhn.fhir.model.api
Subinterfaces of IDatatype in ca.uhn.fhir.model.api Modifier and Type Interface Description interfaceICompositeDatatypeinterfaceIPrimitiveDatatype<T>Classes in ca.uhn.fhir.model.api that implement IDatatype Modifier and Type Class Description classBasePrimitive<T>classExtensionDt -
Uses of IDatatype in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IDatatype Modifier and Type Class Description classBaseCodingDtclassBaseContainedDtclassBaseIdentifierDtclassBaseNarrativeDt<T extends Enum<?>>classBaseQuantityDt -
Uses of IDatatype in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IDatatype Modifier and Type Class Description classBase64BinaryDtclassBaseDateTimeDtclassBooleanDtclassBoundCodeDt<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. -
Uses of IDatatype in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IDatatype Modifier and Type Class Description static classDateParam.DateParamDateTimeHolderclassInternalCodingDt
-