DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / DicomOperation Enumeration



In This Topic
    DicomOperation Enumeration
    In This Topic
    The Full List of DICOM Primitive operations
    Syntax
    'Declaration
     
    
    Public Enum DicomOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DicomOperation
    public enum DicomOperation : System.Enum 
    public enum class DicomOperation : public System.Enum 
    Members
    MemberDescription
    C_CANCELC-CANCEL : 0FFFH
    C_ECHOC-ECHO : 0030H
    C_ECHO_RSPC-ECHO Response : 8030H
    C_FINDC-FIND : 0020H
    C_FIND_RSPC-FIND Response : 8020H
    C_GETC-GET : 0010H
    C_GET_RSPC-GET Response : 8010H
    C_MOVEC-MOVE : 0021H
    C_MOVE_RSPC-MOVE Response : 8021H
    C_STOREC-STORE : 0001H
    C_STORE_RSPC-STORE Response : 8001H
    N_ACTIONN-ACTION : 0130H
    N_ACTION_RSPN-ACTION Response : 8130H
    N_CREATEN-CREATE : 0140H
    N_CREATE_RSPN-CREATE Response : 8140H
    N_DELETEN-DELETE : 0150H
    N_DELETE_RSPN-DELETE Response : 8150H
    N_EVENT_REPORTN-EVENT_REPORT : 0100H
    N_EVENT_REPORT_RSPN-EVENT_REPORT Response : 8100H
    N_GETN-GET : 0110H
    N_GET_RSPN-GET Response : 8110H
    N_SETN-SET : 0120H
    N_SET_RSPN-SET Response : 8120H
    NONENo Operation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.DicomOperation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also