Show / Hide Table of Contents
View Source

Class DICOMServiceClass

Inheritance
System.Object
DICOMServiceClass
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)
System.Object.ToString()
Namespace:EvilDICOM.Network
Assembly:EvilDICOM.dll
Syntax
public abstract class DICOMServiceClass

Constructors

View Source

DICOMServiceClass(Entity)

Declaration
public DICOMServiceClass(Entity ae)
Parameters
Type Name Description
Entity ae

Properties

View Source

ApplicationEntity

Declaration
public Entity ApplicationEntity { get; set; }
Property Value
Type Description
Entity
View Source

AssociationService

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

DIMSEService

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

Logger

Declaration
public ILogger Logger { get; set; }
Property Value
Type Description
Microsoft.Extensions.Logging.ILogger
View Source

SupportedAbstractSyntaxes

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

SupportedTransferSyntaxes

Declaration
public List<string> SupportedTransferSyntaxes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX