comparison Core/Enumerations.h @ 2007:655489d9165d

DicomMap::ParseDicomMetaInformation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 15:46:33 +0200
parents 6301bbcbcaed
children 08ce34cfacad
comparison
equal deleted inserted replaced
2006:6301bbcbcaed 2007:655489d9165d
408 ValueRepresentation_OtherByte = 13, // OB 408 ValueRepresentation_OtherByte = 13, // OB
409 ValueRepresentation_OtherDouble = 14, // OD 409 ValueRepresentation_OtherDouble = 14, // OD
410 ValueRepresentation_OtherFloat = 15, // OF 410 ValueRepresentation_OtherFloat = 15, // OF
411 ValueRepresentation_OtherLong = 16, // OL 411 ValueRepresentation_OtherLong = 16, // OL
412 ValueRepresentation_OtherWord = 17, // OW 412 ValueRepresentation_OtherWord = 17, // OW
413 ValueRepresentation_PatientName = 18, // PN 413 ValueRepresentation_PersonName = 18, // PN
414 ValueRepresentation_ShortString = 19, // SH 414 ValueRepresentation_ShortString = 19, // SH
415 ValueRepresentation_SignedLong = 20, // SL (int32_t) 415 ValueRepresentation_SignedLong = 20, // SL (int32_t)
416 ValueRepresentation_Sequence = 21, // SQ 416 ValueRepresentation_Sequence = 21, // SQ
417 ValueRepresentation_SignedShort = 22, // SS (int16_t) 417 ValueRepresentation_SignedShort = 22, // SS (int16_t)
418 ValueRepresentation_ShortText = 23, // ST 418 ValueRepresentation_ShortText = 23, // ST
522 const char* GetDicomSpecificCharacterSet(Encoding encoding); 522 const char* GetDicomSpecificCharacterSet(Encoding encoding);
523 523
524 HttpStatus ConvertErrorCodeToHttpStatus(ErrorCode error); 524 HttpStatus ConvertErrorCodeToHttpStatus(ErrorCode error);
525 525
526 bool IsUserContentType(FileContentType type); 526 bool IsUserContentType(FileContentType type);
527
528 bool IsBinaryValueRepresentation(ValueRepresentation vr);
527 } 529 }