Class AbstractDIMSEResponse
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.DIMSE
Assembly:EvilDICOM.dll
Syntax
public abstract class AbstractDIMSEResponse : AbstractDIMSE, IIOD
Constructors
View SourceAbstractDIMSEResponse()
Declaration
public AbstractDIMSEResponse()
AbstractDIMSEResponse(DICOMObject)
Declaration
public AbstractDIMSEResponse(DICOMObject d)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | d |
Fields
View Source_messageIdBeingRespondedTo
Declaration
protected UnsignedShort _messageIdBeingRespondedTo
Field Value
Type | Description |
---|---|
UnsignedShort |
_status
Declaration
protected UnsignedShort _status
Field Value
Type | Description |
---|---|
UnsignedShort |
Properties
View SourceElements
Declaration
public override List<IDICOMElement> Elements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IDICOMElement> |
Overrides
View SourceMessageIDBeingRespondedTo
Declaration
public ushort MessageIDBeingRespondedTo { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Status
Declaration
public ushort Status { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()