comparison OrthancServer/ServerEnumerations.h @ 948:e57e08ed510f dicom-rt

integration mainline -> dicom-rt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 13:57:05 +0200
parents 55dae8c5a6ab
children 649d47854314
comparison
equal deleted inserted replaced
767:c19552f604d5 948:e57e08ed510f
66 DicomRequestType_Echo, 66 DicomRequestType_Echo,
67 DicomRequestType_Find, 67 DicomRequestType_Find,
68 DicomRequestType_Get, 68 DicomRequestType_Get,
69 DicomRequestType_Move, 69 DicomRequestType_Move,
70 DicomRequestType_Store 70 DicomRequestType_Store
71 };
72
73 enum DicomReplaceMode
74 {
75 DicomReplaceMode_InsertIfAbsent,
76 DicomReplaceMode_ThrowIfAbsent,
77 DicomReplaceMode_IgnoreIfAbsent
71 }; 78 };
72 79
73 80
74 /** 81 /**
75 * WARNING: Do not change the explicit values in the enumerations 82 * WARNING: Do not change the explicit values in the enumerations