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