Mercurial > hg > orthanc
comparison OrthancServer/ServerEnumerations.cpp @ 697:dd1ce9a2844c
access to attachments
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Feb 2014 16:46:59 +0100 |
parents | 4c1860179cc5 |
children | b79eda29896d |
comparison
equal
deleted
inserted
replaced
696:4c1860179cc5 | 697:dd1ce9a2844c |
---|---|
54 dictMetadataType_.Add(MetadataType_ModifiedFrom, "ModifiedFrom"); | 54 dictMetadataType_.Add(MetadataType_ModifiedFrom, "ModifiedFrom"); |
55 dictMetadataType_.Add(MetadataType_AnonymizedFrom, "AnonymizedFrom"); | 55 dictMetadataType_.Add(MetadataType_AnonymizedFrom, "AnonymizedFrom"); |
56 dictMetadataType_.Add(MetadataType_LastUpdate, "LastUpdate"); | 56 dictMetadataType_.Add(MetadataType_LastUpdate, "LastUpdate"); |
57 | 57 |
58 dictContentType_.Add(FileContentType_Dicom, "dicom"); | 58 dictContentType_.Add(FileContentType_Dicom, "dicom"); |
59 dictContentType_.Add(FileContentType_JsonSummary, "json-summary"); | 59 dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json"); |
60 } | 60 } |
61 | 61 |
62 void RegisterUserMetadata(int metadata, | 62 void RegisterUserMetadata(int metadata, |
63 const std::string& name) | 63 const std::string& name) |
64 { | 64 { |