comparison Core/Enumerations.h @ 2017:08ce34cfacad

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 Jun 2016 15:49:10 +0200
parents 655489d9165d
children 7a969f235adf
comparison
equal deleted inserted replaced
2016:0ae26237569a 2017:08ce34cfacad
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