spark_auto_mapper_fhir.value_sets.compression_algorithm
¶
Module Contents¶
Classes¶
v3.CompressionAlgorithm |
|
bzip-2 compression format. See [http://www.bzip.org/] for more information. |
- class spark_auto_mapper_fhir.value_sets.compression_algorithm.CompressionAlgorithm(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.CompressionAlgorithm From: http://terminology.hl7.org/ValueSet/v3-CompressionAlgorithm in v3-codesystems.xml
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm¶
- class spark_auto_mapper_fhir.value_sets.compression_algorithm.CompressionAlgorithmValues¶
bzip-2 compression format. See [http://www.bzip.org/] for more information. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Bzip¶
The deflate compressed data format as specified in RFC 1951 [http://www.ietf.org/rfc/rfc1951.txt]. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Deflate¶
A compressed data format that is compatible with the widely used GZIP utility as specified in RFC 1952 [http://www.ietf.org/rfc/rfc1952.txt] (uses the deflate algorithm). From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Gzip¶
Original UNIX compress algorithm and file format using the LZC algorithm (a variant of LZW). Patent encumbered and less efficient than deflate. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Compress¶
7z compression file format. See [http://www.7-zip.org/7z.html] for more information. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Z7¶
A compressed data format that also uses the deflate algorithm. Specified as RFC 1950 [http://www.ietf.org/rfc/rfc1952.txt] From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml
- Zlib¶