'Declaration<System.FlagsAttribute()> Public Enum LicensedFunctions Inherits System.Enum
[System.Flags()] public enum LicensedFunctions : System.Enum
'Declaration<System.FlagsAttribute()> Public Enum LicensedFunctions Inherits System.Enum
[System.Flags()] public enum LicensedFunctions : System.Enum
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.LicensedFunctions