Uses of Class
ca.uhn.fhir.model.api.BaseElement
-
Packages that use BaseElement Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.model.base.resource ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of BaseElement in ca.uhn.fhir.model.api
Subclasses of BaseElement in ca.uhn.fhir.model.api Modifier and Type Class Description classBaseIdentifiableElementclassBasePrimitive<T>classExtensionDtclassTagA single tag -
Uses of BaseElement in ca.uhn.fhir.model.base.composite
Subclasses of BaseElement in ca.uhn.fhir.model.base.composite Modifier and Type Class Description classBaseCodingDtclassBaseHumanNameDtclassBaseIdentifierDtclassBaseNarrativeDt<T extends Enum<?>>classBaseQuantityDtclassBaseResourceReferenceDt -
Uses of BaseElement in ca.uhn.fhir.model.base.resource
Subclasses of BaseElement in ca.uhn.fhir.model.base.resource Modifier and Type Class Description static classBaseOperationOutcome.BaseIssue -
Uses of BaseElement in ca.uhn.fhir.model.primitive
Subclasses of BaseElement 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. -
Uses of BaseElement in ca.uhn.fhir.rest.param
Subclasses of BaseElement in ca.uhn.fhir.rest.param Modifier and Type Class Description static classDateParam.DateParamDateTimeHolderclassInternalCodingDt
-