comparison Orthanc/Core/Enumerations.h @ 141:9362080e5e3d

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Jul 2016 12:00:11 +0200
parents 3251ec958a29
children d850500b8ca6
comparison
equal deleted inserted replaced
140:31615831e42d 141:9362080e5e3d
383 RequestOrigin_RestApi, 383 RequestOrigin_RestApi,
384 RequestOrigin_Plugins, 384 RequestOrigin_Plugins,
385 RequestOrigin_Lua 385 RequestOrigin_Lua
386 }; 386 };
387 387
388 enum ServerBarrierEvent
389 {
390 ServerBarrierEvent_Stop,
391 ServerBarrierEvent_Reload // SIGHUP signal: reload configuration file
392 };
393
394 enum FileMode
395 {
396 FileMode_ReadBinary,
397 FileMode_WriteBinary
398 };
388 399
389 /** 400 /**
390 * The value representations Orthanc knows about. They correspond to 401 * The value representations Orthanc knows about. They correspond to
391 * the DICOM 2016b version of the standard. 402 * the DICOM 2016b version of the standard.
392 * http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html 403 * http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html