MeVisLab Toolbox Reference
mlDicomModifyTools.h File Reference

DICOM tag related tool functions (date, time, copy). More...

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::DicomModifyTools
 

Functions

MLDICOMMODIFYFIELDADDONS_EXPORT std::string ml::DicomModifyTools::getCurrentDate ()
 Returns date string formatted as specified for DA Value Representation in DICOM standard. More...
 
MLDICOMMODIFYFIELDADDONS_EXPORT std::string ml::DicomModifyTools::getCurrentTime ()
 Returns time string formatted as specified for TM Value Representation in DICOM standard. More...
 
MLDICOMMODIFYFIELDADDONS_EXPORT void ml::DicomModifyTools::copyDicomTag (DCMTree::TreePtr dstTree, DCMTree::Const_TreePtr srcTree, DCMTree::RawTagId tagID)
 Copies DICOM tag from source tree to destination tree. More...
 
MLDICOMMODIFYFIELDADDONS_EXPORT std::string ml::DicomModifyTools::getTimezoneOffsetFromUTC ()
 Returns timezone offset string formatted as specified for Timezone Offset From UTC (0008,0201) tag in DICOM standard. More...
 

Detailed Description

DICOM tag related tool functions (date, time, copy).

Author
Grzegorz Chlebus
Date
2014-08-06

Definition in file mlDicomModifyTools.h.