comparison Core/Enumerations.h @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 3ab2d48c8f69 5797d184de67
children f9863630ec7f
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
278 DicomTransferSyntax_JPEG2000 /*!< JPEG 2000 (lossless or lossy) */, 278 DicomTransferSyntax_JPEG2000 /*!< JPEG 2000 (lossless or lossy) */,
279 DicomTransferSyntax_JPEG2000MulticomponentLosslessOnly /*!< JPEG 2000 part 2 multicomponent extensions (lossless) */, 279 DicomTransferSyntax_JPEG2000MulticomponentLosslessOnly /*!< JPEG 2000 part 2 multicomponent extensions (lossless) */,
280 DicomTransferSyntax_JPEG2000Multicomponent /*!< JPEG 2000 part 2 multicomponent extensions (lossless or lossy) */, 280 DicomTransferSyntax_JPEG2000Multicomponent /*!< JPEG 2000 part 2 multicomponent extensions (lossless or lossy) */,
281 DicomTransferSyntax_JPIPReferenced /*!< JPIP Referenced */, 281 DicomTransferSyntax_JPIPReferenced /*!< JPIP Referenced */,
282 DicomTransferSyntax_JPIPReferencedDeflate /*!< JPIP Referenced Deflate */, 282 DicomTransferSyntax_JPIPReferencedDeflate /*!< JPIP Referenced Deflate */,
283 DicomTransferSyntax_MPEG2MainProfileAtMainLevel /*!< MPEG2 Main Profile at Main Level */, 283 DicomTransferSyntax_MPEG2MainProfileAtMainLevel /*!< MPEG2 Main Profile / Main Level */,
284 DicomTransferSyntax_MPEG2MainProfileAtHighLevel /*!< MPEG2 Main Profile at High Level */, 284 DicomTransferSyntax_MPEG2MainProfileAtHighLevel /*!< MPEG2 Main Profile / High Level */,
285 DicomTransferSyntax_MPEG4HighProfileLevel4_1 /*!< MPEG4 High Profile / Level 4.1 */, 285 DicomTransferSyntax_MPEG4HighProfileLevel4_1 /*!< MPEG4 AVC/H.264 High Profile / Level 4.1 */,
286 DicomTransferSyntax_MPEG4BDcompatibleHighProfileLevel4_1 /*!< MPEG4 BD-compatible High Profile / Level 4.1 */, 286 DicomTransferSyntax_MPEG4BDcompatibleHighProfileLevel4_1 /*!< MPEG4 AVC/H.264 BD-compatible High Profile / Level 4.1 */,
287 DicomTransferSyntax_MPEG4HighProfileLevel4_2_For2DVideo /*!< MPEG4 High Profile / Level 4.2 For 2D Video */, 287 DicomTransferSyntax_MPEG4HighProfileLevel4_2_For2DVideo /*!< MPEG4 AVC/H.264 High Profile / Level 4.2 For 2D Video */,
288 DicomTransferSyntax_MPEG4HighProfileLevel4_2_For3DVideo /*!< MPEG4 High Profile / Level 4.2 For 3D Video */, 288 DicomTransferSyntax_MPEG4HighProfileLevel4_2_For3DVideo /*!< MPEG4 AVC/H.264 High Profile / Level 4.2 For 3D Video */,
289 DicomTransferSyntax_MPEG4StereoHighProfileLevel4_2 /*!< 1.2.840.10008.1.2.4.106 */, 289 DicomTransferSyntax_MPEG4StereoHighProfileLevel4_2 /*!< MPEG4 AVC/H.264 Stereo High Profile / Level 4.2 */,
290 DicomTransferSyntax_HEVCMainProfileLevel5_1 /*!< HEVC/H.265 Main Profile / Level 5.1 */, 290 DicomTransferSyntax_HEVCMainProfileLevel5_1 /*!< HEVC/H.265 Main Profile / Level 5.1 */,
291 DicomTransferSyntax_HEVCMain10ProfileLevel5_1 /*!< HEVC/H.265 Main 10 Profile / Level 5.1 */, 291 DicomTransferSyntax_HEVCMain10ProfileLevel5_1 /*!< HEVC/H.265 Main 10 Profile / Level 5.1 */,
292 DicomTransferSyntax_RLELossless /*!< RLE - Run Length Encoding (lossless) */, 292 DicomTransferSyntax_RLELossless /*!< RLE - Run Length Encoding (lossless) */,
293 DicomTransferSyntax_RFC2557MimeEncapsulation /*!< RFC 2557 MIME Encapsulation */, 293 DicomTransferSyntax_RFC2557MimeEncapsulation /*!< RFC 2557 MIME Encapsulation */,
294 DicomTransferSyntax_XML /*!< XML Encoding */ 294 DicomTransferSyntax_XML /*!< XML Encoding */
752 { 752 {
753 DicomAssociationRole_Default, 753 DicomAssociationRole_Default,
754 DicomAssociationRole_Scu, 754 DicomAssociationRole_Scu,
755 DicomAssociationRole_Scp 755 DicomAssociationRole_Scp
756 }; 756 };
757 757
758 758
759 /** 759 /**
760 * WARNING: Do not change the explicit values in the enumerations 760 * WARNING: Do not change the explicit values in the enumerations
761 * below this point. This would result in incompatible databases 761 * below this point. This would result in incompatible databases
762 * between versions of Orthanc! 762 * between versions of Orthanc!