Class CFindResponse
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 class CFindResponse : AbstractDIMSEResponse, IIOD
Constructors
View SourceCFindResponse(DICOMObject)
Declaration
public CFindResponse(DICOMObject d)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | d |
CFindResponse(CFindRequest, Status)
Creates a base C-Find response but more data needs to be supplied. See CFindService response methods
Declaration
public CFindResponse(CFindRequest req, Status status)
Parameters
| Type | Name | Description |
|---|---|---|
| CFindRequest | req | |
| Status | status |
Properties
View SourceElements
The order of elements to send in a IIOD packet
Declaration
public override List<IDICOMElement> Elements { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IDICOMElement> |
Overrides
Methods
View SourceGetIOD<T>()
Declaration
public T GetIOD<T>()
where T : CFindInstanceIOD
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |