
Uses of Class
org.hl7.fhir.dstu3.model.PrimitiveType
Packages that use PrimitiveType
-
Uses of PrimitiveType in org.hl7.fhir.dstu3.model
Subclasses of PrimitiveType in org.hl7.fhir.dstu3.modelModifier and TypeClassDescriptionclass
Primitive type "base64Binary" in FHIR: a sequence of bytes represented in base64class
class
Primitive type "boolean" in FHIR "true" or "false"class
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
Represents a FHIR dateTime datatype.class
Represents a FHIR date datatype.class
Primitive type "decimal" in FHIR: A rational numberclass
Enumeration<T extends Enum<?>>
Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible valuesfinal class
This class represents the logical identity for a resource, or as much of that identity is known.class
Represents a FHIR instant datatype.class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
Primitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
class
Primitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclass
Represents a Time datatype, per the FHIR specification.class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
Primitive type "uri" in FHIR: any valid URI.class
Methods in org.hl7.fhir.dstu3.model that return PrimitiveTypeMethods in org.hl7.fhir.dstu3.model with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic boolean
Base.compareValues
(PrimitiveType e1, PrimitiveType e2, boolean allowNull) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type PrimitiveTypeModifier and TypeMethodDescriptionstatic boolean
Base.compareValues
(List<? extends PrimitiveType> e1, List<? extends PrimitiveType> e2, boolean allowNull) -
Uses of PrimitiveType in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType<Type>
ToolingExtensions.readPrimitiveExtension
(DomainResource c, String uri) Methods in org.hl7.fhir.dstu3.utils with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionTranslatingUtilities.gt
(PrimitiveType value) TranslatingUtilities.TranslationServices.gt
(PrimitiveType value)