DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / NPIOperation Enumeration



In This Topic
    NPIOperation Enumeration
    In This Topic
    Indicate the types of NPI web request
    Syntax
    'Declaration
     
    
    Public Enum NPIOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NPIOperation
    public enum NPIOperation : System.Enum 
    public enum class NPIOperation : public System.Enum 
    Members
    MemberDescription
    Query Query NPI objects from origin server
    Retrieve Get NPI object from origin server
    Store Store NPI object to origin server
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.DicomWeb.NPIOperation

    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