Uses of Interface
ca.uhn.fhir.model.api.IPrimitiveDatatype
-
Packages that use IPrimitiveDatatype Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of IPrimitiveDatatype in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api that implement IPrimitiveDatatype Modifier and Type Class Description classBasePrimitive<T>Methods in ca.uhn.fhir.model.api that return IPrimitiveDatatype Modifier and Type Method Description IPrimitiveDatatype<?>ExtensionDt. getValueAsPrimitive()Returns the value of this extension, casted to a primitive datatype. -
Uses of IPrimitiveDatatype in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IPrimitiveDatatype 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 IPrimitiveDatatype in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IPrimitiveDatatype Modifier and Type Class Description static classDateParam.DateParamDateTimeHolder
-