comparison OrthancServer/DicomInstanceToStore.cpp @ 1686:14a32b2fa63e

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Oct 2015 13:57:26 +0200
parents 0a2ad4a6858f
children a001f6226c7c
comparison
equal deleted inserted replaced
1685:22e7e2ba99db 1686:14a32b2fa63e
107 } 107 }
108 108
109 if (!json_.HasContent()) 109 if (!json_.HasContent())
110 { 110 {
111 json_.Allocate(); 111 json_.Allocate();
112 FromDcmtkBridge::ToJson(json_.GetContent(), GetDataset(parsed_.GetContent())); 112 FromDcmtkBridge::ToJson(json_.GetContent(), GetDataset(parsed_.GetContent()),
113 DicomToJsonFormat_Full, 256 /* max string length */);
113 } 114 }
114 } 115 }
115 116
116 117
117 118