Show / Hide Table of Contents
View Source

Class PresentationContext

Inheritance
System.Object
PresentationContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Network.PDUs.Items
Assembly:EvilDICOM.dll
Syntax
public class PresentationContext

Constructors

View Source

PresentationContext()

Declaration
public PresentationContext()

Properties

View Source

AbstractSyntax

Declaration
public string AbstractSyntax { get; set; }
Property Value
Type Description
System.String
View Source

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32
View Source

Reason

Declaration
public PresentationContextReason Reason { get; set; }
Property Value
Type Description
PresentationContextReason
View Source

TransferSyntaxes

Declaration
public List<string> TransferSyntaxes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Methods

View Source

ToDICOMWriteSettings()

Declaration
public DICOMIOSettings ToDICOMWriteSettings()
Returns
Type Description
DICOMIOSettings
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX