comparison OrthancServer/ServerEnumerations.h @ 789:55dae8c5a6ab

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 May 2014 18:43:34 +0200
parents b79eda29896d
children 649d47854314
comparison
equal deleted inserted replaced
788:7ebe4bf87196 789:55dae8c5a6ab
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