
Uses of Interface
org.hl7.fhir.instance.model.api.IBaseDatatype
Packages that use IBaseDatatype
Package
Description
-
Uses of IBaseDatatype in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return types with arguments of type IBaseDatatypeModifier and TypeMethodDescriptionClass
<? 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 IBaseDatatypeModifier and TypeMethodDescriptionboolean
IRuntimeDatatypeDefinition.isProfileOf
(Class<? extends IBaseDatatype> theType) boolean
RuntimeCompositeDatatypeDefinition.isProfileOf
(Class<? extends IBaseDatatype> theType) boolean
RuntimePrimitiveDatatypeDefinition.isProfileOf
(Class<? extends IBaseDatatype> theType) -
Uses of IBaseDatatype in ca.uhn.fhir.model.api
Subinterfaces of IBaseDatatype in ca.uhn.fhir.model.apiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in ca.uhn.fhir.model.api that implement IBaseDatatypeMethods in ca.uhn.fhir.model.api that return IBaseDatatypeModifier and TypeMethodDescriptionExtensionDt.getValue()
Returns the value of this extension, if one exists.Methods in ca.uhn.fhir.model.api with parameters of type IBaseDatatypeModifier and TypeMethodDescriptionBaseElement.addUndeclaredExtension
(boolean theIsModifier, String theUrl, IBaseDatatype theValue) ISupportsUndeclaredExtensions.addUndeclaredExtension
(boolean theIsModifier, String theUrl, IBaseDatatype theValue) Adds an extension to this objectExtensionDt.setValue
(IBaseDatatype theValue) Constructors in ca.uhn.fhir.model.api with parameters of type IBaseDatatypeModifierConstructorDescriptionExtensionDt
(boolean theIsModifier, String theUrl, IBaseDatatype theValue) -
Uses of IBaseDatatype in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IBaseDatatypeModifier and TypeClassDescriptionclass
class
class
class
BaseNarrativeDt<T extends Enum<?>>
class
class
-
Uses of IBaseDatatype in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IBaseDatatypeModifier and TypeClassDescriptionclass
class
class
class
BoundCodeDt<T extends Enum<?>>
class
class
Represents a FHIR date datatype.class
Represents a FHIR dateTime datatype.class
class
Represents the FHIR ID type.class
Represents a FHIR instant datatype.class
class
class
class
class
class
Represents a Time datatype, per the FHIR specification.class
class
class
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 IBaseDatatype in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IBaseDatatypeModifier and TypeClassDescriptionstatic class
class
-
Uses of IBaseDatatype in org.hl7.fhir.instance.model.api
Subinterfaces of IBaseDatatype in org.hl7.fhir.instance.model.apiModifier and TypeInterfaceDescriptioninterface
interface
interface
IBaseEnumeration<T extends Enum<?>>
interface
IBaseExtension<T,
D> interface
interface
interface
interface
interface
interface
interface
Base interface for ID datatype.interface
interface
Methods in org.hl7.fhir.instance.model.api that return IBaseDatatypeMethods in org.hl7.fhir.instance.model.api with parameters of type IBaseDatatype