comparison OrthancServer/FromDcmtkBridge.cpp @ 1792:b769623c806c worklists

safety check
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2015 11:15:43 +0100
parents 57b9e6890482
children 1065401501fb
comparison
equal deleted inserted replaced
1791:91a5d39ec665 1792:b769623c806c
1071 return ValueRepresentation_DateTime; 1071 return ValueRepresentation_DateTime;
1072 1072
1073 case EVR_TM: 1073 case EVR_TM:
1074 return ValueRepresentation_Time; 1074 return ValueRepresentation_Time;
1075 1075
1076 case EVR_SQ:
1077 return ValueRepresentation_Sequence;
1078
1076 default: 1079 default:
1077 return ValueRepresentation_Other; 1080 return ValueRepresentation_Other;
1078 } 1081 }
1079 } 1082 }
1080 1083