Abort | gdcm::Document | [mutable, protected] |
AbortProgress() | gdcm::DicomDir | [inline] |
AddEntry(DocEntry *Entry) | gdcm::ElementSet | [virtual] |
AddForceLoadElement(uint16_t group, uint16_t elem) | gdcm::Document | |
AddImageToEnd(DicomDirImage *dd) | gdcm::DicomDir | [private] |
AddPatientToEnd(DicomDirPatient *dd) | gdcm::DicomDir | [private] |
AddSerieToEnd(DicomDirSerie *dd) | gdcm::DicomDir | [private] |
AddStudyToEnd(DicomDirStudy *dd) | gdcm::DicomDir | [private] |
AddVisitToEnd(DicomDirVisit *dd) | gdcm::DicomDir | [private] |
Anonymize() | gdcm::DicomDir | |
Base() | gdcm::Base | [inline] |
CallEndMethod() | gdcm::Document | [protected, virtual] |
CallProgressMethod() | gdcm::Document | [protected, virtual] |
CallStartMethod() | gdcm::Document | [protected, virtual] |
CheckIfEntryExist(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | [virtual] |
ClearEntry() | gdcm::ElementSet | [virtual] |
ClearPatient() | gdcm::DicomDir | |
CloseFile() | gdcm::Document | |
ComputeGroup0002Length() | gdcm::Document | [protected] |
Copy(DocEntrySet *set) | gdcm::DicomDir | [virtual] |
CreateDicomDir() | gdcm::DicomDir | [private] |
CreateDicomDirChainedList(std::string const &path) | gdcm::DicomDir | [protected] |
CurrentElem | gdcm::Document | [protected] |
CurrentGroup | gdcm::Document | [protected] |
Delete() | gdcm::RefCounter | [inline] |
DicomDir() | gdcm::DicomDir | [protected] |
DicomDirType enum name | gdcm::DicomDir | |
DocEntrySet() | gdcm::DocEntrySet | [protected] |
Document() | gdcm::Document | [protected] |
DoTheLoadingJob() | gdcm::DicomDir | [private] |
ElementSet() | gdcm::ElementSet | [protected] |
Filename | gdcm::Document | [protected] |
Filetype | gdcm::Document | [protected] |
Fp | gdcm::Document | [protected] |
GDCM_DICOMDIR_IMAGE enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_META enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_NONE enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_PATIENT enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_SERIE enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_STUDY enum value | gdcm::DicomDir | |
GDCM_DICOMDIR_VISIT enum value | gdcm::DicomDir | |
gdcmTypeMacro(DicomDir) | gdcm::DicomDir | [private] |
GetDataEntry(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
GetDictEntry(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | [protected] |
GetDictEntry(uint16_t group, uint16_t elem, VRKey const &vr) | gdcm::DocEntrySet | [protected] |
GetDocEntry(uint16_t group, uint16_t elem) | gdcm::ElementSet | [virtual] |
GetEntryBinArea(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | [virtual] |
GetEntryLength(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | [virtual] |
GetEntryString(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | [virtual] |
GetFileName() const | gdcm::Document | [inline] |
GetFileType() | gdcm::Document | |
GetFirstEntry() | gdcm::ElementSet | [virtual] |
GetFirstPatient() | gdcm::DicomDir | |
GetMeta() | gdcm::DicomDir | [inline] |
GetNextEntry() | gdcm::ElementSet | [virtual] |
GetNextPatient() | gdcm::DicomDir | |
GetPrintLevel() | gdcm::Base | [inline] |
GetProgress() const | gdcm::DicomDir | [inline] |
GetPubDict() | gdcm::Document | |
GetRefCount() const | gdcm::RefCounter | [inline] |
GetSeqEntry(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
GetShaDict() | gdcm::Document | |
GetSwapCode() | gdcm::Document | [inline] |
GetTransferSyntax() | gdcm::Document | |
GetTransferSyntaxName() | gdcm::Document | |
Group0002Parsed | gdcm::Document | [protected] |
HasDCMPreamble | gdcm::Document | [protected] |
HEADER_LENGTH_TO_READ | gdcm::Document | [protected, static] |
HeaderLessThan(Document *header1, Document *header2) | gdcm::DicomDir | [private, static] |
Initialize() | gdcm::DicomDir | [private] |
InsertEntryBinArea(uint8_t *binArea, int lgth, uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN) | gdcm::DocEntrySet | |
InsertEntryString(std::string const &value, uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN) | gdcm::DocEntrySet | |
InsertSeqEntry(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
IsAborted() | gdcm::DicomDir | [inline] |
IsDicomV3() | gdcm::Document | |
IsDocumentAlreadyLoaded | gdcm::Document | [protected] |
IsDocumentModified | gdcm::Document | [protected] |
IsEmpty() | gdcm::ElementSet | [inline, virtual] |
IsPapyrus() | gdcm::Document | |
IsParsable() | gdcm::Document | |
IsReadable() | gdcm::DicomDir | [virtual] |
ItPatient | gdcm::DicomDir | [private] |
ListElements typedef | gdcm::Document | |
Load() | gdcm::DicomDir | [virtual] |
LoadDocEntrySafe(DocEntry *entry) | gdcm::Document | |
LoadEntryBinArea(uint16_t group, uint16_t elem) | gdcm::Document | [virtual] |
LoadEntryBinArea(DataEntry *entry) | gdcm::Document | [virtual] |
LoadMode | gdcm::Document | [protected] |
MAX_SIZE_LOAD_ELEMENT_VALUE | gdcm::Document | [protected, static] |
MaxSizeLoadEntry | gdcm::Document | [protected] |
MayIWrite(uint16_t) | gdcm::ElementSet | [inline, protected] |
MetaElems | gdcm::DicomDir | [private] |
MoveSQItem(DocEntrySet *dst, DocEntrySet *src) | gdcm::DicomDir | [private] |
New() | gdcm::DicomDir | [inline, static] |
NewDataEntry(uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN) | gdcm::DocEntrySet | |
NewMeta() | gdcm::DicomDir | |
NewPatient() | gdcm::DicomDir | |
NewSeqEntry(uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
OpenFile() | gdcm::Document | |
operator<(Document &document) | gdcm::Document | |
ParseDir | gdcm::DicomDir | [private] |
ParseDirectory() | gdcm::DicomDir | |
Patients | gdcm::DicomDir | [private] |
PreviousDocEntry | gdcm::DocEntrySet | [protected] |
Print(std::ostream &os=std::cout, std::string const &indent="") | gdcm::DicomDir | [virtual] |
PrintLevel | gdcm::Base | [protected] |
Progress | gdcm::Document | [protected] |
ReadInt16() | gdcm::Document | [protected] |
ReadInt32() | gdcm::Document | [protected] |
RefCounter() | gdcm::RefCounter | [inline, protected] |
RefPubDict | gdcm::Document | [protected] |
RefShaDict | gdcm::Document | [protected] |
Register() | gdcm::RefCounter | [inline] |
RemoveEntry(DocEntry *EntryToRemove) | gdcm::ElementSet | [virtual] |
SetDirectoryName(std::string const &dirName) | gdcm::DicomDir | [inline] |
SetElement(std::string const &path, DicomDirType type, Document *header) | gdcm::DicomDir | [private] |
SetElements(std::string const &path, VectDocument const &list) | gdcm::DicomDir | [private] |
SetEntryBinArea(uint8_t *content, int lgth, uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
SetEntryBinArea(uint8_t *content, int lgth, DataEntry *entry) | gdcm::DocEntrySet | |
SetEntryString(std::string const &content, uint16_t group, uint16_t elem) | gdcm::DocEntrySet | |
SetEntryString(std::string const &content, DataEntry *entry) | gdcm::DocEntrySet | |
SetFileName(std::string const &fileName) | gdcm::DicomDir | [inline, virtual] |
SetLoadMode(int mode) | gdcm::Document | [inline] |
SetPrintLevel(int level) | gdcm::Base | [inline] |
SetShaDict(Dict *dict) | gdcm::Document | |
SetShaDict(DictKey const &dictName) | gdcm::Document | |
SkipBytes(uint32_t) | gdcm::Document | [protected] |
SwapCode | gdcm::Document | [protected] |
Unregister() | gdcm::RefCounter | [inline] |
UserAnonymizeList | gdcm::Document | [protected] |
UserForceLoadList | gdcm::Document | [protected] |
Write(std::string const &fileName) | gdcm::DicomDir | |
WriteContent(std::ofstream *fp, FileType type) | gdcm::Document | [virtual] |
~Base() | gdcm::Base | [inline, virtual] |
~DicomDir() | gdcm::DicomDir | [protected] |
~DocEntrySet() | gdcm::DocEntrySet | [inline, protected, virtual] |
~Document() | gdcm::Document | [protected, virtual] |
~ElementSet() | gdcm::ElementSet | [protected] |
~RefCounter() | gdcm::RefCounter | [inline, protected, virtual] |