Uses of Class
ca.uhn.fhir.model.api.BasePrimitive
-
Packages that use BasePrimitive Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of BasePrimitive in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return BasePrimitive Modifier and Type Method Description BasePrimitive<T>BasePrimitive. setValue(T theValue) -
Uses of BasePrimitive in ca.uhn.fhir.model.primitive
Subclasses of BasePrimitive in ca.uhn.fhir.model.primitive 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.Methods in ca.uhn.fhir.model.primitive that return BasePrimitive Modifier and Type Method Description BasePrimitive<String>XhtmlDt. setValue(String theValue)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. -
Uses of BasePrimitive in ca.uhn.fhir.rest.param
Subclasses of BasePrimitive in ca.uhn.fhir.rest.param Modifier and Type Class Description static classDateParam.DateParamDateTimeHolder
-