comparison Core/DicomFormat/DicomValue.h @ 3519:fc26659493b6

added support for COLUMNS/ROWS tags with invalid 800\0 value observed in some US images
author amazy
date Thu, 19 Sep 2019 13:10:10 +0200
parents 4e43e67f8ecf
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3513:7db879b014ff 3519:fc26659493b6
110 110
111 bool ParseFloat(float& result) const; 111 bool ParseFloat(float& result) const;
112 112
113 bool ParseDouble(double& result) const; 113 bool ParseDouble(double& result) const;
114 114
115 bool ParseFirstUnsignedInteger(unsigned int& result) const;
116
115 void Serialize(Json::Value& target) const; 117 void Serialize(Json::Value& target) const;
116 118
117 void Unserialize(const Json::Value& source); 119 void Unserialize(const Json::Value& source);
118 }; 120 };
119 } 121 }