DCMTK  Version 3.6.4
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | List of all members
DVInstanceCache::ItemStruct Struct Reference

Internal structure defining the list items. More...

Public Member Functions

 ItemStruct (const OFString &uid, const int pos, const DVIFhierarchyStatus status, const DVPSInstanceType type, const int size, const OFString &filename)
 Constructor. More...
 

Public Attributes

OFString UID
 instance UID
 
int Pos
 position in the index file
 
DVIFhierarchyStatus Status
 review status
 
DVPSInstanceType Type
 type of instance
 
int ImageSize
 image size (in bytes)
 
OFString Filename
 filename of instance
 
OFBool Checked
 status flag to avoid double checking of referencing pstates
 
OFString Description
 instance description
 
OFString Label
 instance label
 
OFList< ItemStruct * > List
 list of referencing pstates
 

Detailed Description

Internal structure defining the list items.

Constructor & Destructor Documentation

◆ ItemStruct()

DVInstanceCache::ItemStruct::ItemStruct ( const OFString uid,
const int  pos,
const DVIFhierarchyStatus  status,
const DVPSInstanceType  type,
const int  size,
const OFString filename 
)
inline

Constructor.

sets internal member variables.

Parameters
uidunique identifier
posfile position in index file
statusreview status
typetype of instance
sizeimage size (in bytes)
filenamefilename of instance

The documentation for this struct was generated from the following file:


Generated on Thu Nov 29 2018 for DCMTK Version 3.6.4 by Doxygen 1.8.14