|
| DcmFileFormat () |
| default constructor
|
|
| DcmFileFormat (DcmDataset *dataset) |
| constructor More...
|
|
| DcmFileFormat (const DcmFileFormat &old) |
| copy constructor More...
|
|
virtual | ~DcmFileFormat () |
| destructor
|
|
DcmFileFormat & | operator= (const DcmFileFormat &obj) |
| assignment operator More...
|
|
virtual DcmObject * | clone () const |
| clone method More...
|
|
virtual OFCondition | copyFrom (const DcmObject &rhs) |
| Virtual object copying. More...
|
|
virtual DcmEVR | ident () const |
| get type identifier More...
|
|
virtual OFCondition | clear () |
| clear file meta information header and dataset More...
|
|
virtual void | removeInvalidGroups () |
| remove all elements with an invalid group number from the meta information header and dataset
|
|
virtual void | print (STD_NAMESPACE ostream &out, const size_t flags=0, const int level=0, const char *pixelFileName=NULL, size_t *pixelCounter=NULL) |
| print meta header and dataset to a stream More...
|
|
virtual OFCondition | validateMetaInfo (const E_TransferSyntax oxfer, const E_FileWriteMode writeMode=EWM_fileformat) |
| make sure that all data elements of the file meta information header are existent in metainfo and contain correct values. More...
|
|
DcmMetaInfo * | getMetaInfo () |
| get file meta information header part of the fileformat More...
|
|
DcmDataset * | getDataset () |
| get dataset part of the fileformat More...
|
|
DcmDataset * | getAndRemoveDataset () |
| get dataset part and remove it from the fileformat. More...
|
|
virtual Uint32 | calcElementLength (const E_TransferSyntax xfer, const E_EncodingType enctype) |
| calculate the length of this DICOM element when encoded with the given transfer syntax and the given encoding type for sequences. More...
|
|
virtual OFBool | canWriteXfer (const E_TransferSyntax newXfer, const E_TransferSyntax oldXfer=EXS_Unknown) |
| check if this DICOM object can be encoded in the given transfer syntax. More...
|
|
virtual OFCondition | read (DcmInputStream &inStream, const E_TransferSyntax xfer=EXS_Unknown, const E_GrpLenEncoding glenc=EGL_noChange, const Uint32 maxReadLength=DCM_MaxReadLength) |
| read object from a stream. More...
|
|
virtual OFCondition | write (DcmOutputStream &outStream, const E_TransferSyntax oxfer, const E_EncodingType enctype, DcmWriteCache *wcache) |
| write fileformat to a stream More...
|
|
virtual OFCondition | write (DcmOutputStream &outStream, const E_TransferSyntax oxfer, const E_EncodingType enctype, DcmWriteCache *wcache, const E_GrpLenEncoding glenc, const E_PaddingEncoding padenc=EPD_noChange, const Uint32 padlen=0, const Uint32 subPadlen=0, Uint32 instanceLength=0, const E_FileWriteMode writeMode=EWM_fileformat) |
| write object to a stream (abstract) More...
|
|
virtual OFCondition | writeXML (STD_NAMESPACE ostream &out, const size_t flags=0) |
| write object in XML format. More...
|
|
virtual OFCondition | loadFile (const char *fileName, const E_TransferSyntax readXfer=EXS_Unknown, const E_GrpLenEncoding groupLength=EGL_noChange, const Uint32 maxReadLength=DCM_MaxReadLength, const E_FileReadMode readMode=ERM_autoDetect) |
| load object from a DICOM file. More...
|
|
virtual OFCondition | saveFile (const char *fileName, const E_TransferSyntax writeXfer=EXS_Unknown, const E_EncodingType encodingType=EET_UndefinedLength, const E_GrpLenEncoding groupLength=EGL_recalcGL, const E_PaddingEncoding padEncoding=EPD_noChange, const Uint32 padLength=0, const Uint32 subPadLength=0, const E_FileWriteMode writeMode=EWM_fileformat) |
| save object to a DICOM file. More...
|
|
OFCondition | chooseRepresentation (const E_TransferSyntax repType, const DcmRepresentationParameter *repParam) |
| select a specific representation (compressed or uncompressed) of the dataset and create the representation if needed. More...
|
|
OFBool | hasRepresentation (const E_TransferSyntax repType, const DcmRepresentationParameter *repParam) |
| check if all PixelData elements in this dataset have a representation conforming to the given transfer syntax and representation parameters (see dcpixel.h for definition of "conforming"). More...
|
|
void | removeAllButOriginalRepresentations () |
| removes all but the original representation in all pixel data elements
|
|
void | removeAllButCurrentRepresentations () |
| removes all but the current representation in all pixel data elements. More...
|
|
E_FileReadMode | getReadMode () const |
| get current file read mode. More...
|
|
void | setReadMode (const E_FileReadMode readMode) |
| set current file read mode. More...
|
|
virtual OFCondition | insertItem (DcmItem *item, const unsigned long where=DCM_EndOfListIndex) |
| method inherited from base class that shall not be used for instances of this class. More...
|
|
virtual DcmItem * | remove (const unsigned long num) |
| method inherited from base class that shall not be used for instances of this class. More...
|
|
virtual DcmItem * | remove (DcmItem *item) |
| method inherited from base class that shall not be used for instances of this class. More...
|
|
| DcmSequenceOfItems (const DcmTag &tag, const Uint32 len=0, OFBool readAsUN=OFFalse) |
| constructor More...
|
|
| DcmSequenceOfItems (const DcmSequenceOfItems &oldSeq) |
| copy constructor More...
|
|
virtual | ~DcmSequenceOfItems () |
| destructor
|
|
DcmSequenceOfItems & | operator= (const DcmSequenceOfItems &obj) |
| copy assignment operator More...
|
|
OFCondition | error () const |
| returns current status flag
|
|
virtual OFBool | isLeaf () const |
| check if this element is a leaf node in a dataset tree. More...
|
|
virtual OFCondition | checkValue (const OFString &card="1-n", const OFBool oldFormat=OFFalse) |
| check whether stored value conforms to the VR and to the specified VM More...
|
|
virtual unsigned long | getVM () |
| get value multiplicity More...
|
|
virtual OFCondition | computeGroupLengthAndPadding (const E_GrpLenEncoding glenc, const E_PaddingEncoding padenc=EPD_noChange, const E_TransferSyntax xfer=EXS_Unknown, const E_EncodingType enctype=EET_ExplicitLength, const Uint32 padlen=0, const Uint32 subPadlen=0, Uint32 instanceLength=0) |
| This function takes care of group length and padding elements in the current element list according to what is specified in glenc and padenc. More...
|
|
virtual Uint32 | getLength (const E_TransferSyntax xfer=EXS_LittleEndianImplicit, const E_EncodingType enctype=EET_UndefinedLength) |
| calculate the value length (without attribute tag, VR and length field) of this DICOM element when encoded with the given transfer syntax and the given encoding type for sequences. More...
|
|
virtual void | transferInit () |
| initialize the transfer state of this object. More...
|
|
virtual void | transferEnd () |
| finalize the transfer state of this object. More...
|
|
virtual OFCondition | writeSignatureFormat (DcmOutputStream &outStream, const E_TransferSyntax oxfer, const E_EncodingType enctype, DcmWriteCache *wcache) |
| special write method for creation of digital signatures More...
|
|
virtual OFBool | isSignable () const |
| returns true if the current object may be included in a digital signature More...
|
|
virtual OFBool | containsUnknownVR () const |
| returns true if the object contains an element with Unknown VR at any nesting level More...
|
|
virtual OFBool | containsExtendedCharacters (const OFBool checkAllStrings=OFFalse) |
| check if this object contains non-ASCII characters at any nesting level More...
|
|
virtual OFBool | isAffectedBySpecificCharacterSet () const |
| check if this object is affected by SpecificCharacterSet at any nesting level. More...
|
|
virtual unsigned long | card () |
| get cardinality of this sequence More...
|
|
virtual OFCondition | prepend (DcmItem *item) |
| insert the given item at the start of the item list maintained by this sequence. More...
|
|
virtual OFCondition | insert (DcmItem *item, unsigned long where=DCM_EndOfListIndex, OFBool before=OFFalse) |
| insert the given item at the given position within the item list maintained by this sequence. More...
|
|
virtual OFCondition | append (DcmItem *item) |
| insert the given item at the end of the item list maintained by this sequence. More...
|
|
virtual OFCondition | insertAtCurrentPos (DcmItem *item, OFBool before=OFFalse) |
| insert new item a current position. More...
|
|
virtual DcmItem * | getItem (const unsigned long num) |
| access an item from the sequence. More...
|
|
virtual OFCondition | nextObject (DcmStack &stack, const OFBool intoSub) |
| this method enables a stack based, depth-first traversal of a complete hierarchical DICOM dataset (that is, classes derived from DcmItem or DcmSequenceOfItems). More...
|
|
virtual DcmObject * | nextInContainer (const DcmObject *obj) |
| this method is only used in container classes, that is, DcmItem and DcmSequenceOfItems. More...
|
|
virtual OFBool | isEmpty (const OFBool normalize=OFTrue) |
| check if this sequence is empty More...
|
|
virtual OFCondition | verify (const OFBool autocorrect=OFFalse) |
| check the currently stored element value More...
|
|
virtual OFCondition | search (const DcmTagKey &xtag, DcmStack &resultStack, E_SearchMode mode=ESM_fromHere, OFBool searchIntoSub=OFTrue) |
| a complex, stack-based, hierarchical search method. More...
|
|
virtual OFCondition | loadAllDataIntoMemory (void) |
| this method loads all attribute values maintained by this object and all sub-objects (in case of a container such as DcmDataset) into memory. More...
|
|
virtual OFCondition | getPartialValue (void *targetBuffer, const Uint32 offset, Uint32 numBytes, DcmFileCache *cache=NULL, E_ByteOrder byteOrder=gLocalByteOrder) |
| Copy numBytes bytes of data from the attribute value in byteOrder byte order to targetBuffer, starting at byte offset offset of the attribute value. More...
|
|
| DcmElement (const DcmTag &tag, const Uint32 len=0) |
| constructor. More...
|
|
| DcmElement (const DcmElement &old) |
| copy constructor More...
|
|
virtual | ~DcmElement () |
| destructor
|
|
DcmElement & | operator= (const DcmElement &obj) |
| assignment operator More...
|
|
OFBool | valueLoaded () const |
| check if value of this element is loaded into main memory More...
|
|
virtual OFCondition | getUint8 (Uint8 &val, const unsigned long pos=0) |
| retrieve a single value of type Uint8. More...
|
|
virtual OFCondition | getSint16 (Sint16 &val, const unsigned long pos=0) |
| retrieve a single value of type Sint16. More...
|
|
virtual OFCondition | getUint16 (Uint16 &val, const unsigned long pos=0) |
| retrieve a single value of type Uint16. More...
|
|
virtual OFCondition | getSint32 (Sint32 &val, const unsigned long pos=0) |
| retrieve a single value of type Sint32. More...
|
|
virtual OFCondition | getUint32 (Uint32 &val, const unsigned long pos=0) |
| retrieve a single value of type Uint32. More...
|
|
virtual OFCondition | getFloat32 (Float32 &val, const unsigned long pos=0) |
| retrieve a single value of type Float32. More...
|
|
virtual OFCondition | getFloat64 (Float64 &val, const unsigned long pos=0) |
| retrieve a single value of type Float64. More...
|
|
virtual OFCondition | getTagVal (DcmTagKey &val, const unsigned long pos=0) |
| retrieve a single value of type DcmTagKey. More...
|
|
virtual OFCondition | getOFString (OFString &str, const unsigned long pos, OFBool normalize=OFTrue) |
| retrieve a single value of type string. More...
|
|
virtual OFCondition | getOFStringArray (OFString &value, OFBool normalize=OFTrue) |
| get entire element value as a character string. More...
|
|
virtual OFCondition | getString (char *&val) |
| get a pointer to the element value of the current element as type string. More...
|
|
virtual OFCondition | getUint8Array (Uint8 *&val) |
| get a pointer to the element value of the current element as type string. More...
|
|
virtual OFCondition | getSint16Array (Sint16 *&val) |
| get a pointer to the element value of the current element as type Sint16. More...
|
|
virtual OFCondition | getUint16Array (Uint16 *&val) |
| get a pointer to the element value of the current element as type Uint16. More...
|
|
virtual OFCondition | getSint32Array (Sint32 *&val) |
| get a pointer to the element value of the current element as type Sint32. More...
|
|
virtual OFCondition | getUint32Array (Uint32 *&val) |
| get a pointer to the element value of the current element as type Uint32. More...
|
|
virtual OFCondition | getFloat32Array (Float32 *&val) |
| get a pointer to the element value of the current element as type Float32. More...
|
|
virtual OFCondition | getFloat64Array (Float64 *&val) |
| get a pointer to the element value of the current element as type Float64. More...
|
|
OFCondition | detachValueField (OFBool copy=OFFalse) |
| detach the value field from the DICOM element (i.e., this object). More...
|
|
virtual OFCondition | putOFStringArray (const OFString &stringValue) |
| replace the element value by a copy of the given string (which is possibly multi-valued). More...
|
|
virtual OFCondition | putString (const char *val) |
| replace the element value by a copy of the given string (which is possibly multi-valued). More...
|
|
virtual OFCondition | putSint16 (const Sint16 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Sint16 value. More...
|
|
virtual OFCondition | putUint16 (const Uint16 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Uint16 value. More...
|
|
virtual OFCondition | putSint32 (const Sint32 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Sint32 value. More...
|
|
virtual OFCondition | putUint32 (const Uint32 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Uint32 value. More...
|
|
virtual OFCondition | putFloat32 (const Float32 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Float32 value. More...
|
|
virtual OFCondition | putFloat64 (const Float64 val, const unsigned long pos=0) |
| insert into the element value a copy of the given Float64 value. More...
|
|
virtual OFCondition | putTagVal (const DcmTagKey &attrTag, const unsigned long pos=0) |
| insert into the element value a copy of the given DcmTagKey value. More...
|
|
virtual OFCondition | putUint8Array (const Uint8 *vals, const unsigned long num) |
| replace the element value by a copy of the given Uint8 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putSint16Array (const Sint16 *vals, const unsigned long num) |
| replace the element value by a copy of the given Sint16 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putUint16Array (const Uint16 *vals, const unsigned long num) |
| replace the element value by a copy of the given Uint16 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putSint32Array (const Sint32 *vals, const unsigned long num) |
| replace the element value by a copy of the given Sint32 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putUint32Array (const Uint32 *vals, const unsigned long num) |
| replace the element value by a copy of the given Uint32 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putFloat32Array (const Float32 *vals, const unsigned long num) |
| replace the element value by a copy of the given Float32 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | putFloat64Array (const Float64 *vals, const unsigned long num) |
| replace the element value by a copy of the given Float64 array (which is possibly multi-valued). More...
|
|
virtual OFCondition | createUint8Array (const Uint32 numBytes, Uint8 *&bytes) |
| create an empty Uint8 array of given number of bytes and set it. More...
|
|
virtual OFCondition | createUint16Array (const Uint32 numWords, Uint16 *&words) |
| create an empty Uint16 array of given number of words and set it. More...
|
|
virtual OFCondition | createValueFromTempFile (DcmInputStreamFactory *factory, const Uint32 length, const E_ByteOrder byteOrder) |
| replace the attribute value with the content of the given temporary file. More...
|
|
virtual void | compact () |
| remove the attribute value from memory if the attribute value can be loaded from file when needed again. More...
|
|
virtual OFCondition | getUncompressedFrameSize (DcmItem *dataset, Uint32 &frameSize) const |
| compute uncompressed frame size of a single frame of this image. More...
|
|
virtual OFCondition | getUncompressedFrame (DcmItem *dataset, Uint32 frameNo, Uint32 &startFragment, void *buffer, Uint32 bufSize, OFString &decompressedColorModel, DcmFileCache *cache=NULL) |
| access single frame without decompressing or loading a complete multi-frame object. More...
|
|
virtual OFCondition | getDecompressedColorModel (DcmItem *dataset, OFString &decompressedColorModel) |
| determine color model of the decompressed image More...
|
|
| DcmObject (const DcmTag &tag, const Uint32 len=0) |
| constructor. More...
|
|
| DcmObject (const DcmObject &obj) |
| copy constructor More...
|
|
virtual | ~DcmObject () |
| destructor
|
|
DcmObject & | operator= (const DcmObject &obj) |
| copy assignment operator More...
|
|
DcmEVR | getVR () const |
| return the value representation assigned to this object. More...
|
|
OFBool | isaString () const |
| check if this element is a string type, based on the VR. More...
|
|
E_TransferState | transferState () const |
| return the current transfer (read/write) state of this object. More...
|
|
Uint16 | getGTag () const |
| return the group number of the attribute tag for this object More...
|
|
Uint16 | getETag () const |
| return the element number of the attribute tag for this object More...
|
|
const DcmTag & | getTag () const |
| return const reference to the attribute tag for this object More...
|
|
void | setGTag (Uint16 gtag) |
| assign group tag (but not element tag) of the attribute tag for this object. More...
|
|
virtual OFCondition | setVR (DcmEVR) |
| assign a new Value Representation (VR) to this object. More...
|
|
Uint32 | getLengthField () const |
| return the current value of the Length field (which is different from the functionality of the public getLength method). More...
|
|