DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / LicensedFunctions Enumeration






In This Topic
    LicensedFunctions Enumeration
    In This Topic
    A bitmask representing the functions that a particular license allows to be used by DicomObjects.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum LicensedFunctions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LicensedFunctions
    [System.Flags()]
    public enum LicensedFunctions : System.Enum 
    public enum LicensedFunctions = class(System.Enum)
    System.FlagsAttribute()
    public enum LicensedFunctions extends System.Enum
    [System.Flags()]
    __value public enum LicensedFunctions : public System.Enum 
    [System.Flags()]
    public enum class LicensedFunctions : public System.Enum 
    Members
    MemberDescription
    Acceptor Allows listening for and accepting new associations
    Initiator Allows associations to be intiated
    NormalisedSCP Allows use as an SCP for normalised services
    QuerySCP Allows use as a Query/Retrieve SCP
    Read Allows reading and importing of images
    Viewer Allows use of the DicomViewer control
    Write Allows writing and exporting of images
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.LicensedFunctions

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also