comparison Core/Enumerations.h @ 3825:4570c57668a8

refactoring DicomUserConnection as Dicom[Control|Store]UserConnection
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 10 Apr 2020 16:04:54 +0200
parents 9fe1d64a748c
children 638906dcfe32 3ab2d48c8f69
comparison
equal deleted inserted replaced
3817:37e20bbf25f5 3825:4570c57668a8
745 // The Transaction UID of the Storage Commitment Request is already in use 745 // The Transaction UID of the Storage Commitment Request is already in use
746 StorageCommitmentFailureReason_DuplicateTransactionUID = 0x0131 746 StorageCommitmentFailureReason_DuplicateTransactionUID = 0x0131
747 }; 747 };
748 748
749 749
750 enum DicomAssociationRole
751 {
752 DicomAssociationRole_Default,
753 DicomAssociationRole_Scu,
754 DicomAssociationRole_Scp
755 };
756
757
750 /** 758 /**
751 * WARNING: Do not change the explicit values in the enumerations 759 * WARNING: Do not change the explicit values in the enumerations
752 * below this point. This would result in incompatible databases 760 * below this point. This would result in incompatible databases
753 * between versions of Orthanc! 761 * between versions of Orthanc!
754 **/ 762 **/