Uses of Interface
org.hl7.fhir.instance.model.api.IBaseDatatype
-
-
Uses of IBaseDatatype in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return types with arguments of type IBaseDatatype Modifier and Type Method Description Class<? extends IBaseDatatype>IRuntimeDatatypeDefinition. getProfileOf()Class<? extends IBaseDatatype>RuntimeCompositeDatatypeDefinition. getProfileOf()Class<? extends IBaseDatatype>RuntimePrimitiveDatatypeDefinition. getProfileOf()Method parameters in ca.uhn.fhir.context with type arguments of type IBaseDatatype Modifier and Type Method Description booleanIRuntimeDatatypeDefinition. isProfileOf(Class<? extends IBaseDatatype> theType)booleanRuntimeCompositeDatatypeDefinition. isProfileOf(Class<? extends IBaseDatatype> theType)booleanRuntimePrimitiveDatatypeDefinition. isProfileOf(Class<? extends IBaseDatatype> theType) -
Uses of IBaseDatatype in ca.uhn.fhir.model.api
Subinterfaces of IBaseDatatype in ca.uhn.fhir.model.api Modifier and Type Interface Description interfaceICompositeDatatypeinterfaceIDatatypeinterfaceIPrimitiveDatatype<T>interfaceIStreamingDatatype<T>Classes in ca.uhn.fhir.model.api that implement IBaseDatatype Modifier and Type Class Description classBasePrimitive<T>classExtensionDtMethods in ca.uhn.fhir.model.api that return IBaseDatatype Modifier and Type Method Description IBaseDatatypeExtensionDt. getValue()Returns the value of this extension, if one exists.Methods in ca.uhn.fhir.model.api with parameters of type IBaseDatatype Modifier and Type Method Description ExtensionDtBaseElement. addUndeclaredExtension(boolean theIsModifier, String theUrl, IBaseDatatype theValue)ExtensionDtISupportsUndeclaredExtensions. addUndeclaredExtension(boolean theIsModifier, String theUrl, IBaseDatatype theValue)Adds an extension to this objectExtensionDtExtensionDt. setValue(IBaseDatatype theValue)Constructors in ca.uhn.fhir.model.api with parameters of type IBaseDatatype Constructor Description ExtensionDt(boolean theIsModifier, String theUrl, IBaseDatatype theValue) -
Uses of IBaseDatatype in ca.uhn.fhir.model.api.annotation
Methods in ca.uhn.fhir.model.api.annotation that return types with arguments of type IBaseDatatype Modifier and Type Method Description Class<? extends IBaseDatatype>profileOf()Indicates that this datatype is a profile of the given datatype, which implies certain parsing/encoding rules (e.g. -
Uses of IBaseDatatype in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IBaseDatatype Modifier and Type Class Description classBaseCodingDtclassBaseContainedDtclassBaseIdentifierDtclassBaseNarrativeDt<T extends Enum<?>>classBaseQuantityDtclassBaseResourceReferenceDt -
Uses of IBaseDatatype in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IBaseDatatype 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 IBaseDatatype in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IBaseDatatype Modifier and Type Class Description static classDateParam.DateParamDateTimeHolderclassInternalCodingDt -
Uses of IBaseDatatype in org.hl7.fhir.instance.model.api
Subinterfaces of IBaseDatatype in org.hl7.fhir.instance.model.api Modifier and Type Interface Description interfaceIBaseBooleanDatatypeinterfaceIBaseDecimalDatatypeinterfaceIBaseEnumeration<T extends Enum<?>>interfaceIBaseExtension<T,D>interfaceIBaseIntegerDatatypeinterfaceIBaseLongDatatypeinterfaceIBaseMetaTypeinterfaceIBaseReferenceinterfaceIBaseXhtmlinterfaceICompositeTypeinterfaceIIdTypeBase interface for ID datatype.interfaceINarrativeinterfaceIPrimitiveType<T>Methods in org.hl7.fhir.instance.model.api that return IBaseDatatype Modifier and Type Method Description IBaseDatatypeIBaseExtension. getValue()Methods in org.hl7.fhir.instance.model.api with parameters of type IBaseDatatype Modifier and Type Method Description TIBaseExtension. setValue(IBaseDatatype theValue)
-