DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / MPPSOperation Enumeration



In This Topic
    MPPSOperation Enumeration
    In This Topic
    Indicate the types of MPPS web request
    Syntax
    'Declaration
     
    
    Public Enum MPPSOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MPPSOperation
    public enum MPPSOperation : System.Enum 
    public enum class MPPSOperation : public System.Enum 
    Members
    MemberDescription
    Create Creates a new Modality Performed Procedure Step
    Retrieve Retrieves the target Modality Performed Procedure Step
    Update Updates the target Modality Performed Procedure Step
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.DicomWeb.MPPSOperation

    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