comparison OrthancServer/ServerEnumerations.h @ 1701:4aaaecae5803 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Oct 2015 14:47:58 +0200
parents a412ad57f0f9 14a32b2fa63e
children 3bcb01028107
comparison
equal deleted inserted replaced
1683:21d31da73374 1701:4aaaecae5803
98 ValueRepresentation_Date, 98 ValueRepresentation_Date,
99 ValueRepresentation_DateTime, 99 ValueRepresentation_DateTime,
100 ValueRepresentation_Time 100 ValueRepresentation_Time
101 }; 101 };
102 102
103 enum DicomToJsonFormat
104 {
105 DicomToJsonFormat_Full,
106 DicomToJsonFormat_Short,
107 DicomToJsonFormat_Simple
108 };
109
103 110
104 /** 111 /**
105 * WARNING: Do not change the explicit values in the enumerations 112 * WARNING: Do not change the explicit values in the enumerations
106 * below this point. This would result in incompatible databases 113 * below this point. This would result in incompatible databases
107 * between versions of Orthanc! 114 * between versions of Orthanc!