comparison Core/Enumerations.h @ 3820:f89eac983c9b transcoding

refactoring DicomUserConnection as DicomAssociation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Apr 2020 17:45:25 +0200
parents 9fe1d64a748c
children 638906dcfe32
comparison
equal deleted inserted replaced
3819:1237bd0bbdb2 3820:f89eac983c9b
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 **/