Uses of Class
org.hl7.fhir.r5.model.PrimitiveType
Packages that use PrimitiveType
Package
Description
-
Uses of PrimitiveType in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionprotected voidCanonicalResourceComparer.comparePrimitives(String name, PrimitiveType l, PrimitiveType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) -
Uses of PrimitiveType in org.hl7.fhir.r5.formats
Method parameters in org.hl7.fhir.r5.formats with type arguments of type PrimitiveTypeModifier and TypeMethodDescriptionprotected booleanJsonParserBase.anyHasValue(List<? extends PrimitiveType> list) -
Uses of PrimitiveType in org.hl7.fhir.r5.model
Subclasses of PrimitiveType in org.hl7.fhir.r5.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 "integer64" in FHIR: A signed 64-bit integerclassPrimitive 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...classclassMethods in org.hl7.fhir.r5.model that return PrimitiveTypeMethods in org.hl7.fhir.r5.model with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic booleanBase.compareValues(PrimitiveType e1, PrimitiveType e2, boolean allowNull) Method parameters in org.hl7.fhir.r5.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.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type PrimitiveType -
Uses of PrimitiveType in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType<DataType>ToolingExtensions.readPrimitiveExtension(DomainResource c, String uri) Methods in org.hl7.fhir.r5.utils with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic StringToolingExtensions.getPresentation(Element holder, PrimitiveType<?> type) static StringToolingExtensions.getPresentation(PrimitiveType<?> type) TranslatingUtilities.gt(PrimitiveType value) TranslatingUtilities.TranslationServices.gt(PrimitiveType value)