Keywords:  SOP Class, Composite, Normalized, Object, C_Store, C_Find, C_Get, C_Move, C_Echo, Image, Notification service, N_Event_Report, N_Get, N_Set, N_Action, N_Create, N_Delete
DIMSE

A DICOM SOP class is a combination of a DICOM service command (DIMSE) and an information object.

DICOM services cover two worlds, the composite world (C) with its associated objects and services, such as images, and the normalized world (N) that contains services and objects used to manage those composite objects.

The composite commands operate on objects that are composed of several real world entities. It is not possible to delete a composite object using DICOM commands.

The Composite commands are :

  • C_Store
  • C_Find
  • C_Get
  • C_Move
  • C_Echo

A normalized object, however, consists of a single real world entity and is temporary, used for a single purpose, and then deleted. A normalized object study can be created, set, and even deleted using the normalized services. It also shows up as part of the composite study object to identify to which study the image belongs.

The Normalized commands provide two types of operations :

  1. Notification service, that has the N_Event_Report command,
  2. Operation services, that include
  • N_Get
  • N_Set
  • N_Action
  • N_Create
  • N_Delete

 

Search Database