Table of Contents

Enum DicomQueryRetrieveLevel

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Query/Retrieve level of DICOM command messages, applicable to C-FIND, C-GET and C-MOVE. QueryRetrieveLevel

public enum DicomQueryRetrieveLevel
Extension Methods

Fields

Image = 3

Image level, associated with Study Q/R queries.

NotApplicable = -1

Q/R level not applicable in given context.

Patient = 0

Patient level, associated with Patient Q/R queries.

Series = 2

Series level, associated with Study Q/R queries.

Study = 1

Study level, associated with Study Q/R queries.

[Obsolete("Artificial Q/R level, use DicomQueryRetrieveLevel.NotApplicable instead.")] Worklist = 4

Worklist level.