comparison Core/Enumerations.h @ 3858:3ab2d48c8f69 c-get

integration mainline->c-get
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 16:37:25 +0200
parents 4f78da5613a1 4570c57668a8
children 82e88ff003d7
comparison
equal deleted inserted replaced
3818:4f78da5613a1 3858:3ab2d48c8f69
746 // The Transaction UID of the Storage Commitment Request is already in use 746 // The Transaction UID of the Storage Commitment Request is already in use
747 StorageCommitmentFailureReason_DuplicateTransactionUID = 0x0131 747 StorageCommitmentFailureReason_DuplicateTransactionUID = 0x0131
748 }; 748 };
749 749
750 750
751 enum DicomAssociationRole
752 {
753 DicomAssociationRole_Default,
754 DicomAssociationRole_Scu,
755 DicomAssociationRole_Scp
756 };
757
758
751 /** 759 /**
752 * WARNING: Do not change the explicit values in the enumerations 760 * WARNING: Do not change the explicit values in the enumerations
753 * below this point. This would result in incompatible databases 761 * below this point. This would result in incompatible databases
754 * between versions of Orthanc! 762 * between versions of Orthanc!
755 **/ 763 **/