Uses of Class
org.hl7.fhir.r4b.model.PrimitiveType
-
Packages that use PrimitiveType Package Description org.hl7.fhir.r4b.comparison org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers org.hl7.fhir.r4b.utils -
-
Uses of PrimitiveType in org.hl7.fhir.r4b.comparison
Methods in org.hl7.fhir.r4b.comparison with parameters of type PrimitiveType Modifier and Type Method Description protected 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.r4b.formats
Method parameters in org.hl7.fhir.r4b.formats with type arguments of type PrimitiveType Modifier and Type Method Description protected booleanJsonParserBase. anyHasValue(List<? extends PrimitiveType> list) -
Uses of PrimitiveType in org.hl7.fhir.r4b.model
Subclasses of PrimitiveType in org.hl7.fhir.r4b.model Modifier and Type Class Description classBase64BinaryTypePrimitive type "base64Binary" in FHIR: a sequence of bytes represented in base64classBaseDateTimeTypeclassBooleanTypePrimitive type "boolean" in FHIR "true" or "false"classCanonicalTypePrimitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classCodeTypePrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassDateTimeTypeRepresents a FHIR dateTime datatype.classDateTypeRepresents a FHIR date datatype.classDecimalTypePrimitive 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 valuesclassIdTypeThis class represents the logical identity for a resource, or as much of that identity is known.classInstantTypeRepresents a FHIR instant datatype.classInteger64TypePrimitive type "integer64" in FHIR: A signed 64-bit integerclassIntegerTypePrimitive type "integer" in FHIR: A signed 32-bit integerclassMarkdownTypePrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassOidTypePrimitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classPositiveIntTypePrimitive type "integer" in FHIR: A signed 32-bit integerclassSidTypeclassStringTypePrimitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclassTimeTypeRepresents a Time datatype, per the FHIR specification.classUnsignedIntTypePrimitive type "integer" in FHIR: A signed 32-bit integerclassUriTypePrimitive type "uri" in FHIR: any valid URI.classUrlTypePrimitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classUuidTypeclassXhtmlTypeMethods in org.hl7.fhir.r4b.model that return PrimitiveType Modifier and Type Method Description PrimitiveType<String>XhtmlType. copy()PrimitiveType<T>PrimitiveType. setValue(T theValue)Methods in org.hl7.fhir.r4b.model with parameters of type PrimitiveType Modifier and Type Method Description static booleanBase. compareValues(PrimitiveType e1, PrimitiveType e2, boolean allowNull)Method parameters in org.hl7.fhir.r4b.model with type arguments of type PrimitiveType Modifier and Type Method Description static booleanBase. compareValues(List<? extends PrimitiveType> e1, List<? extends PrimitiveType> e2, boolean allowNull) -
Uses of PrimitiveType in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type PrimitiveType Modifier and Type Method Description StringDataRenderer. gt(PrimitiveType value) -
Uses of PrimitiveType in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return PrimitiveType Modifier and Type Method Description static PrimitiveType<DataType>ToolingExtensions. readPrimitiveExtension(DomainResource c, String uri)Methods in org.hl7.fhir.r4b.utils with parameters of type PrimitiveType Modifier and Type Method Description static StringToolingExtensions. getPresentation(Element holder, PrimitiveType<?> type)static StringToolingExtensions. getPresentation(PrimitiveType<?> type)StringTranslatingUtilities. gt(PrimitiveType value)StringTranslatingUtilities.TranslationServices. gt(PrimitiveType value)
-