aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-12-13 08:01:51 +0800
committeryuri <yuri@FreeBSD.org>2018-12-13 08:01:51 +0800
commit77605fac6cb11cbfa5e1a3b5f60c0ad29e4dff5f (patch)
tree3de8eea1494f6765a755a48dbe3f3fbdb9d97808 /graphics
parentc97eb8697a52b93057ffe795b1deb9e500eb0887 (diff)
downloadfreebsd-ports-gnome-77605fac6cb11cbfa5e1a3b5f60c0ad29e4dff5f.tar.gz
freebsd-ports-gnome-77605fac6cb11cbfa5e1a3b5f60c0ad29e4dff5f.tar.zst
freebsd-ports-gnome-77605fac6cb11cbfa5e1a3b5f60c0ad29e4dff5f.zip
graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes: * Take maintainership * Move to github * Remove targets: it installs itself fine Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/aeskulap/Makefile23
-rw-r--r--graphics/aeskulap/distinfo5
-rw-r--r--graphics/aeskulap/files/patch-configure.in41
-rw-r--r--graphics/aeskulap/files/patch-imagepool_dicomdir.cpp89
-rw-r--r--graphics/aeskulap/files/patch-imagepool_dicomdirloader.cpp41
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolassociation.cpp112
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp31
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolfindassociation.h20
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolinstance.h47
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp73
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolmoveassociation.h34
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolnetwork.cpp101
-rw-r--r--graphics/aeskulap/files/patch-imagepool_poolnetwork.h38
-rw-r--r--graphics/aeskulap/pkg-plist2
-rw-r--r--graphics/dcmtk/Makefile32
-rw-r--r--graphics/dcmtk/distinfo3
-rw-r--r--graphics/dcmtk/pkg-descr5
-rw-r--r--graphics/dcmtk/pkg-plist1188
19 files changed, 1274 insertions, 612 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 1ce3d50b4075..3ed067e90cb1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -121,6 +121,7 @@
SUBDIR += darktable
SUBDIR += dataplot
SUBDIR += dc20pack
+ SUBDIR += dcmtk
SUBDIR += dcp2icc
SUBDIR += dcraw
SUBDIR += dcraw-m
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile
index d33caf307ac3..65c5f9ecf0fe 100644
--- a/graphics/aeskulap/Makefile
+++ b/graphics/aeskulap/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= aeskulap
-PORTVERSION= 0.2.2.20140119
-PORTREVISION= 3
+DISTVERSION= 0.2.2.20180219
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
@@ -12,18 +11,20 @@ COMMENT= Medical image viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24\
- libdcmimage.so:devel/dcmtk
-
-USE_GITHUB= yes
-GH_ACCOUNT= pipelka
-GH_TAGNAME= ea0a119
+LIB_DEPENDS= libdcmimage.so:graphics/dcmtk \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libglademm-2.4.so:devel/libglademm24 \
+ libpng16.so:graphics/png \
+ libtiff.so:graphics/tiff
USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \
- gmake libtool localbase pkgconfig
+ gmake gnome jpeg libtool localbase pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= jenslody # was pipelka
+GH_TAGNAME= 8787e95
USE_CXXSTD= c++11
-USE_GNOME= gconfmm26 gtkmm24 intltool
-GCONF_SCHEMAS= aeskulap.schemas
+USE_GNOME= gconfmm26 gtkmm24 intltool libglade2
USE_LDCONFIG= ${PREFIX}/lib/aeskulap
GNU_CONFIGURE= yes
diff --git a/graphics/aeskulap/distinfo b/graphics/aeskulap/distinfo
index c47bdc248e57..287150e01958 100644
--- a/graphics/aeskulap/distinfo
+++ b/graphics/aeskulap/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pipelka-aeskulap-0.2.2.20140119-ea0a119_GH0.tar.gz) = a98e07b31cf6d73b0cb2e4788a04f3e9bfdca856da709f01819fba0b58d21e89
-SIZE (pipelka-aeskulap-0.2.2.20140119-ea0a119_GH0.tar.gz) = 4323281
+TIMESTAMP = 1544657589
+SHA256 (jenslody-aeskulap-0.2.2.20180219-8787e95_GH0.tar.gz) = cf6bd1bb92599a92b3e4ce20fa77b606c888d8a0be1bde41470cae257923431a
+SIZE (jenslody-aeskulap-0.2.2.20180219-8787e95_GH0.tar.gz) = 2168735
diff --git a/graphics/aeskulap/files/patch-configure.in b/graphics/aeskulap/files/patch-configure.in
deleted file mode 100644
index 791cbc49c923..000000000000
--- a/graphics/aeskulap/files/patch-configure.in
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.in.orig 2014-01-19 07:38:17 UTC
-+++ configure.in
-@@ -104,17 +104,8 @@ DCMTK_LIBS="-L\$(prefix)/lib -ldcmjpeg -
-
- else
-
--DCMJPEG_LIBS="-L../dcmtk/dcmjpeg/libijg8 -L../dcmtk/dcmjpeg/libijg12 -L../dcmtk/dcmjpeg/libijg16 -lijg8 -lijg12 -lijg16"
--AC_SUBST(DCMJPEG_LIBS)
--
--DCMTK_CFLAGS="-DHAVE_CONFIG_H -I\$(top_srcdir)/dcmtk/config/include -I\$(top_srcdir)/dcmtk/ofstd/include -I\$(top_srcdir)/dcmtk/dcmdata/include -I\$(top_srcdir)/dcmtk/dcmnet/include -I\$(top_srcdir)/dcmtk/dcmimage/include -I\$(top_srcdir)/dcmtk/dcmimgle/include -I\$(top_srcdir)/dcmtk/dcmjpeg/include"
--DCMTK_LIBS="-L../dcmtk/ofstd/libsrc \
---L../dcmtk/dcmdata/libsrc \
---L../dcmtk/dcmnet/libsrc \
---L../dcmtk/dcmjpeg/libsrc \
---L../dcmtk/dcmimage/libsrc \
---L../dcmtk/dcmimgle/libsrc \
--\$(DCMJPEG_LIBS) -ldcmjpeg -ldcmimage -ldcmimgle -ldcmnet -ldcmdata -lofstd -lrt -lpthread"
-+DCMTK_CFLAGS="-DHAVE_CONFIG_H -I\$(prefix)/include"
-+DCMTK_LIBS="-L\$(prefix)/lib -ldcmjpeg -lijg8 -lijg12 -lijg16 -ldcmimage -ldcmimgle -ldcmnet -ldcmdata -loflog -lofstd"
-
- fi
-
-@@ -130,8 +121,7 @@ fi
-
- DCMTK_SUBDIR=""
- if test x"$MINGW32" = xno ; then
--DCMTK_SUBDIR="dcmtk"
--LDFLAGS_AESKULAP_LIBS="-Wl,-rpath,${prefix}/lib/aeskulap -avoid-version"
-+LDFLAGS_AESKULAP_LIBS="-avoid-version"
- else
- LDFLAGS_MINGW32="-mwindows"
- LDFLAGS_AESKULAP_LIBS="-avoid-version -no-undefined"
-@@ -161,7 +151,7 @@ packaging/win32/aeskulap.iss
- ])
-
-
--if test x"$MINGW32" = xno ; then
-+if false ; then
-
- cd $srcdir/dcmtk
- export CFLAGS="$CFLAGS"
diff --git a/graphics/aeskulap/files/patch-imagepool_dicomdir.cpp b/graphics/aeskulap/files/patch-imagepool_dicomdir.cpp
deleted file mode 100644
index ca3dfe4c4c61..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_dicomdir.cpp
+++ /dev/null
@@ -1,89 +0,0 @@
---- imagepool/dicomdir.cpp.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/dicomdir.cpp
-@@ -43,7 +43,7 @@ namespace ImagePool {
- DcmDicomDir dir(dicomdir.c_str());
- OFCondition ret;
-
-- if ( (ret=dir.error()) != ECC_Normal ) {
-+ if ( (ret=dir.error()) != EC_Normal ) {
- std::cout << "DICOMDIR Error: " << ret.text() << std::endl;
- return;
- }
-@@ -151,21 +151,21 @@ namespace ImagePool {
- DcmDataset study;
- DcmElement *el;
-
-- if ( studyRec->findAndGetElement(DCM_SpecificCharacterSet, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_SpecificCharacterSet, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StudyInstanceUID, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StudyInstanceUID, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StudyDate, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StudyDate, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StudyTime, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StudyTime, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StudyDescription, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StudyDescription, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( patRec->findAndGetElement(DCM_PatientName, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( patRec->findAndGetElement(DCM_PatientName, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( patRec->findAndGetElement(DCM_PatientBirthDate, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( patRec->findAndGetElement(DCM_PatientBirthDate, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
-- if ( patRec->findAndGetElement(DCM_PatientSex, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( patRec->findAndGetElement(DCM_PatientSex, el, OFFalse, OFTrue) == EC_Normal )
- study.insert(el);
- resultslot(create_query_study(&study, std::string("DICOMDIR:") + dicomdir));
- }
-@@ -179,7 +179,7 @@ namespace ImagePool {
- DcmDirectoryRecord *seriesRec;
- OFCondition ret;
-
-- if ( dir.error() != ECC_Normal ) {
-+ if ( dir.error() != EC_Normal ) {
- std::cout << "DICOMDIR Error: " << ret.text() << std::endl;
- return;
- }
-@@ -191,7 +191,7 @@ namespace ImagePool {
- for ( studyRec=patRec->nextSub(NULL); studyRec; studyRec = patRec->nextSub(studyRec) ) {
- if ( studyRec->getRecordType()==ERT_Study ) {
- OFString uid;
-- if ( studyRec->findAndGetOFString(DCM_StudyInstanceUID, uid)==ECC_Normal ) {
-+ if ( studyRec->findAndGetOFString(DCM_StudyInstanceUID, uid)==EC_Normal ) {
- if ( studyinstanceuid == uid.c_str() ) {
- open_dicomdir_series_result(dicomdir, patRec, studyRec, resultslot);
- return;
-@@ -221,21 +221,21 @@ namespace ImagePool {
- DcmDataset series;
- DcmElement *el;
-
-- if ( seriesRec->findAndGetElement(DCM_SpecificCharacterSet, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_SpecificCharacterSet, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( seriesRec->findAndGetElement(DCM_SeriesDescription, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_SeriesDescription, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( seriesRec->findAndGetElement(DCM_SeriesInstanceUID, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_SeriesInstanceUID, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( seriesRec->findAndGetElement(DCM_Modality, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_Modality, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( seriesRec->findAndGetElement(DCM_SeriesDate, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_SeriesDate, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( seriesRec->findAndGetElement(DCM_SeriesTime, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( seriesRec->findAndGetElement(DCM_SeriesTime, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StudyDescription, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StudyDescription, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-- if ( studyRec->findAndGetElement(DCM_StationName, el, OFFalse, OFTrue) == ECC_Normal )
-+ if ( studyRec->findAndGetElement(DCM_StationName, el, OFFalse, OFTrue) == EC_Normal )
- series.insert(el);
-
- // Count Related SOP Instances
diff --git a/graphics/aeskulap/files/patch-imagepool_dicomdirloader.cpp b/graphics/aeskulap/files/patch-imagepool_dicomdirloader.cpp
deleted file mode 100644
index 4d2ff960d885..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_dicomdirloader.cpp
+++ /dev/null
@@ -1,41 +0,0 @@
---- imagepool/dicomdirloader.cpp.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/dicomdirloader.cpp
-@@ -42,7 +42,7 @@ namespace ImagePool {
- return false;
- }
-
-- if ( (ret=dir.error()) != ECC_Normal ) {
-+ if ( (ret=dir.error()) != EC_Normal ) {
- std::cout << "DicomdirLoader::load Error: " << ret.text() << std::endl;
- return false;
- }
-@@ -80,7 +80,7 @@ namespace ImagePool {
- for ( studyRec = patRec->nextSub(NULL); studyRec; studyRec = patRec->nextSub(studyRec) ) {
- if ( studyRec->getRecordType()==ERT_Study ) {
- OFString uid;
-- if ( studyRec->findAndGetOFString(DCM_StudyInstanceUID, uid)==ECC_Normal ) {
-+ if ( studyRec->findAndGetOFString(DCM_StudyInstanceUID, uid)==EC_Normal ) {
- if ( studyinstanceuid == uid.c_str() )
- return studyRec;
- }
-@@ -107,9 +107,9 @@ namespace ImagePool {
- while ( seriesRec ) {
- OFString modality;
-
-- if ( seriesRec->findAndGetOFString(DCM_Modality, modality) == ECC_Normal ) {
-+ if ( seriesRec->findAndGetOFString(DCM_Modality, modality) == EC_Normal ) {
- OFString seriesinstanceuid;
-- if ( seriesRec->findAndGetOFString(DCM_SeriesInstanceUID, seriesinstanceuid) != ECC_Normal ) {
-+ if ( seriesRec->findAndGetOFString(DCM_SeriesInstanceUID, seriesinstanceuid) != EC_Normal ) {
- seriesRec = studyRec->nextSub(seriesRec);
- continue;
- }
-@@ -124,7 +124,7 @@ namespace ImagePool {
- switch ( sopRec->getRecordType() ) {
- case ERT_Image:
- case ERT_StoredPrint:
-- if ( sopRec->findAndGetElement(DCM_ReferencedFileID, el, true)!=ECC_Normal ) {
-+ if ( sopRec->findAndGetElement(DCM_ReferencedFileID, el, true)!=EC_Normal ) {
- sopRec = seriesRec->nextSub(sopRec);
- continue;
- }
diff --git a/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp
index 0ea20b8c0abe..548b9ee7f7be 100644
--- a/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp
+++ b/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp
@@ -1,109 +1,11 @@
---- imagepool/poolassociation.cpp.orig 2014-01-19 07:38:17 UTC
+--- imagepool/poolassociation.cpp.orig 2018-12-12 23:25:10 UTC
+++ imagepool/poolassociation.cpp
-@@ -72,24 +72,24 @@ Association::~Association()
- Drop();
- }
+@@ -120,7 +120,7 @@ OFCondition Association::SendObject(DcmD
+ T_DIMSE_C_StoreRSP rsp;
--CONDITION Association::Drop(CONDITION cond) {
-+OFCondition Association::Drop(OFCondition cond) {
- // tear down association
-- if(cond == DIMSE_NORMAL) {
-+ if(cond == EC_Normal) {
- /* release association */
- cond = ASC_releaseAssociation(assoc);
- }
-- else if(cond == DIMSE_PEERREQUESTEDRELEASE) {
-+ else if(cond == DUL_PEERREQUESTEDRELEASE) {
- cond = ASC_abortAssociation(assoc);
-- if (SUCCESS(cond)) {
-+ if (cond.good()) {
- return cond;
- }
- }
-- else if(cond == DIMSE_PEERABORTEDASSOCIATION) {
-+ else if(cond == DUL_PEERABORTEDASSOCIATION) {
- return cond;
- }
- else {
- cond = ASC_abortAssociation(assoc);
-- if (SUCCESS(cond)) {
-+ if (cond.good()) {
- return cond;
- }
- }
-@@ -99,7 +99,7 @@ CONDITION Association::Drop(CONDITION co
- }
-
- void Association::Destroy() {
-- CONDITION cond = ASC_destroyAssociation(&assoc);
-+ OFCondition cond = ASC_destroyAssociation(&assoc);
-
- dcmNet = NULL;
- assoc = NULL;
-@@ -110,8 +110,8 @@ void Association::Destroy() {
-
- }
-
--CONDITION Association::SendObject(DcmDataset *dataset) {
-- CONDITION cond;
-+OFCondition Association::SendObject(DcmDataset *dataset) {
-+ OFCondition cond;
- DcmDataset *statusDetail = NULL;
-
- T_DIMSE_C_StoreRQ req;
-@@ -163,7 +163,7 @@ CONDITION Association::SendObject(DcmDat
- if(opt_oxferSyn.getXfer() != ori_oxferSyn) {
- std::cout << "Converting object to accepted transfer-syntax " << opt_oxferSyn.getXferName() << std::endl;
-
-- CONDITION cond;
-+ OFCondition cond;
- // create RepresentationParameter
- DJ_RPLossless rp_lossless(6, 0);
- DJ_RPLossy rp_lossy(m_CompressionQuality);
-@@ -172,10 +172,18 @@ CONDITION Association::SendObject(DcmDat
-
- const DcmRepresentationParameter *rp = NULL;
-
-+#if 0
-+ if(opt_oxferSyn.getXfer() == EXS_JPEGProcess14SV1 || opt_oxferSyn.getXfer() == EXS_JPEGProcess14) {
-+#else
- if(opt_oxferSyn.getXfer() == EXS_JPEGProcess14SV1TransferSyntax || opt_oxferSyn.getXfer() == EXS_JPEGProcess14TransferSyntax) {
-+#endif
- rp = &rp_lossless;
- }
-+#if 0
-+ else if(opt_oxferSyn.getXfer() == EXS_JPEGProcess1 || opt_oxferSyn.getXfer() == EXS_JPEGProcess2_4) {
-+#else
- else if(opt_oxferSyn.getXfer() == EXS_JPEGProcess1TransferSyntax || opt_oxferSyn.getXfer() == EXS_JPEGProcess2_4TransferSyntax) {
-+#endif
- rp = &rp_lossy;
- }
-
-@@ -232,15 +240,15 @@ CONDITION Association::SendObject(DcmDat
- delete statusDetail;
- }
-
-- if (cond != DIMSE_NORMAL)
-+ if (cond != EC_Normal)
+ // check if we SOPClass and SOPInstance in dataset
+- if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, sopInstance))
++ if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, strlen(sopClass), sopInstance, strlen(sopInstance)))
{
- return cond;
+ return DIMSE_BADDATA;
}
-
-- return (rsp.DimseStatus == STATUS_Success) ? DIMSE_NORMAL : DIMSE_BADDATA;
-+ return (rsp.DimseStatus == STATUS_Success) ? EC_Normal : DIMSE_BADDATA;
- }
-
--CONDITION Association::SendObject(DcmFileFormat *dcmff)
-+OFCondition Association::SendObject(DcmFileFormat *dcmff)
- {
- DcmDataset* dataset = dcmff->getDataset();
- return SendObject(dataset);
-@@ -334,7 +342,7 @@ Network* Association::GetNetwork()
- return dcmNet;
- }
-
--CONDITION Association::Connect(Network *network, int lossy)
-+OFCondition Association::Connect(Network *network, int lossy)
- {
- dcmNet = network;
- return network->ConnectAssociation(this, lossy);
diff --git a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp
index ed27521d2860..1633c7ec0f7a 100644
--- a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp
+++ b/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp
@@ -1,22 +1,13 @@
---- imagepool/poolfindassociation.cpp.orig 2014-01-19 07:38:17 UTC
+--- imagepool/poolfindassociation.cpp.orig 2018-12-12 23:22:31 UTC
+++ imagepool/poolfindassociation.cpp
-@@ -40,8 +40,8 @@ FindAssociation::~FindAssociation() {
- DeleteResultStack();
- }
-
--CONDITION FindAssociation::findSCU(T_ASC_Association *assoc, DcmDataset *query) {
-- CONDITION cond;
-+OFCondition FindAssociation::findSCU(T_ASC_Association *assoc, DcmDataset *query) {
-+ OFCondition cond;
- DIC_US msgId = assoc->nextMsgID++;
- T_ASC_PresentationContextID presId;
- T_DIMSE_C_FindRQ req;
-@@ -100,7 +100,7 @@ void FindAssociation::findCallback(void*
- caller->OnResponseReceived(response);
- }
-
--CONDITION FindAssociation::SendObject(DcmDataset *dataset) {
-+OFCondition FindAssociation::SendObject(DcmDataset *dataset) {
- return findSCU(assoc, dataset);
- }
+@@ -57,7 +57,10 @@ OFCondition FindAssociation::findSCU(T_A
+ req.Priority = DIMSE_PRIORITY_LOW;
+ strcpy(req.AffectedSOPClassUID, m_abstractSyntax);
++ int responseCount = 0;
++
+ cond = DIMSE_findUser(assoc, presId, &req, query,
++ responseCount,
+ findCallback, (void*)this,
+ (m_timeout == 0) ? DIMSE_BLOCKING : DIMSE_NONBLOCKING,
+ m_timeout,
diff --git a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h b/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
deleted file mode 100644
index 276928d8b6db..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- imagepool/poolfindassociation.h.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolfindassociation.h
-@@ -45,7 +45,7 @@ public:
- /**
- Send a query object (C-Find) through association
- */
-- CONDITION SendObject(DcmDataset *dataset);
-+ OFCondition SendObject(DcmDataset *dataset);
-
- /**
- Get the result stack of the last query
-@@ -88,7 +88,7 @@ private:
- /**
- C-Find service class user
- */
-- CONDITION findSCU(T_ASC_Association * assoc, DcmDataset * query);
-+ OFCondition findSCU(T_ASC_Association * assoc, DcmDataset * query);
-
- /**
- Callback function for C-Find service class user
diff --git a/graphics/aeskulap/files/patch-imagepool_poolinstance.h b/graphics/aeskulap/files/patch-imagepool_poolinstance.h
deleted file mode 100644
index bd606386a8b7..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolinstance.h
+++ /dev/null
@@ -1,47 +0,0 @@
---- imagepool/poolinstance.h.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolinstance.h
-@@ -50,9 +50,9 @@ protected:
-
- Instance(const std::string& sopinstanceuid);
-
-- friend void ImagePool::remove_instance(const Glib::RefPtr<ImagePool::Instance>&);
-+ friend void remove_instance(const Glib::RefPtr<ImagePool::Instance>&);
-
-- friend class ImagePool::Loader;
-+ friend class Loader;
-
- public:
-
-@@ -131,9 +131,9 @@ public:
-
- int instancenumber();
-
-- const Glib::RefPtr<ImagePool::Series>& series();
-+ const Glib::RefPtr<Series>& series();
-
-- const Glib::RefPtr<ImagePool::Study>& study();
-+ const Glib::RefPtr<Study>& study();
-
- const std::string& date();
-
-@@ -176,7 +176,7 @@ public:
-
- bool has_3d_information();
-
-- static Glib::RefPtr<ImagePool::Instance> create(DcmDataset* dset);
-+ static Glib::RefPtr<Instance> create(DcmDataset* dset);
-
- int studyrelatedinstances();
-
-@@ -248,9 +248,9 @@ private:
-
- std::string m_modality;
-
-- Glib::RefPtr<ImagePool::Series> m_series;
-+ Glib::RefPtr<Series> m_series;
-
-- Glib::RefPtr<ImagePool::Study> m_study;
-+ Glib::RefPtr<Study> m_study;
-
- std::string m_date;
-
diff --git a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp
index d0cf1e300cf1..5f90fec65362 100644
--- a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp
+++ b/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp
@@ -1,64 +1,11 @@
---- imagepool/poolmoveassociation.cpp.orig 2014-01-19 07:38:17 UTC
+--- imagepool/poolmoveassociation.cpp.orig 2018-12-12 23:21:04 UTC
+++ imagepool/poolmoveassociation.cpp
-@@ -68,7 +68,7 @@ void MoveAssociation::Create(const std::
- Association::Create(title, peer, port, ouraet, abstractSyntax);
- }
-
--CONDITION MoveAssociation::SendObject(DcmDataset *dataset) {
-+OFCondition MoveAssociation::SendObject(DcmDataset *dataset) {
- return moveSCU(dataset);
- }
-
-@@ -79,8 +79,8 @@ void MoveAssociation::OnAddPresentationC
- ASC_addPresentationContext(params, 5, m_abstractSyntax, mpeg_transfer, DIM_OF(mpeg_transfer));
- }
-
--CONDITION MoveAssociation::moveSCU(DcmDataset *pdset) {
-- CONDITION cond;
-+OFCondition MoveAssociation::moveSCU(DcmDataset *pdset) {
-+ OFCondition cond;
- T_ASC_PresentationContextID presId;
- T_DIMSE_C_MoveRQ req;
- T_DIMSE_C_MoveRSP rsp;
-@@ -161,8 +161,8 @@ void MoveAssociation::subOpCallback(void
- }
- }
-
--CONDITION MoveAssociation::acceptSubAssoc(T_ASC_Network *aNet, T_ASC_Association **assoc) {
-- CONDITION cond = ASC_NORMAL;
-+OFCondition MoveAssociation::acceptSubAssoc(T_ASC_Network *aNet, T_ASC_Association **assoc) {
-+ OFCondition cond = EC_Normal;
- const char* knownAbstractSyntaxes[] = { UID_VerificationSOPClass };
- const char* transferSyntaxes[] = { UID_JPEGProcess14SV1TransferSyntax, NULL, NULL, UID_LittleEndianImplicitTransferSyntax, UID_MPEG2MainProfileAtMainLevelTransferSyntax };
-
-@@ -222,7 +222,7 @@ CONDITION MoveAssociation::acceptSubAsso
-
- }
-
--CONDITION MoveAssociation::subOpSCP(T_ASC_Association **subAssoc) {
-+OFCondition MoveAssociation::subOpSCP(T_ASC_Association **subAssoc) {
- T_DIMSE_Message msg;
- T_ASC_PresentationContextID presID;
-
-@@ -269,8 +269,8 @@ CONDITION MoveAssociation::subOpSCP(T_AS
- return cond;
- }
-
--CONDITION MoveAssociation::storeSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID) {
-- CONDITION cond;
-+OFCondition MoveAssociation::storeSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID) {
-+ OFCondition cond;
- T_DIMSE_C_StoreRQ* req;
- DcmDataset *dset = new DcmDataset;
-
-@@ -328,8 +328,8 @@ void MoveAssociation::storeSCPCallback(v
-
- }
-
--CONDITION MoveAssociation::echoSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID) {
-- CONDITION cond;
-+OFCondition MoveAssociation::echoSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID) {
-+ OFCondition cond;
-
- // the echo succeeded !!
- cond = DIMSE_sendEchoResponse(assoc, presID, &msg->msg.CEchoRQ, STATUS_Success, NULL);
+@@ -310,7 +310,7 @@ void MoveAssociation::storeSCPCallback(v
+ */
+ if (rsp->DimseStatus == STATUS_Success) {
+ /* which SOP class and SOP instance ? */
+- if (! DU_findSOPClassAndInstanceInDataSet(cbdata->dataset, sopClass, sopInstance)) {
++ if (! DU_findSOPClassAndInstanceInDataSet(cbdata->dataset, sopClass, strlen(sopClass), sopInstance, strlen(sopInstance))) {
+ rsp->DimseStatus = STATUS_STORE_Error_CannotUnderstand;
+ }
+ else if (strcmp(sopClass, req->AffectedSOPClassUID) != 0) {
diff --git a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.h b/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.h
deleted file mode 100644
index da6979ab7480..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.h
+++ /dev/null
@@ -1,34 +0,0 @@
---- imagepool/poolmoveassociation.h.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolmoveassociation.h
-@@ -39,7 +39,7 @@ public:
-
- void Create(const std::string& title, const std::string& peer, int port, const std::string& ouraet, /*int ourPort,*/ const char *abstractSyntax = UID_MOVEPatientRootQueryRetrieveInformationModel/*, const char *abstractSyntaxMove = UID_MOVEPatientRootQueryRetrieveInformationModel*/);
-
-- CONDITION SendObject(DcmDataset *dataset);
-+ OFCondition SendObject(DcmDataset *dataset);
-
- protected:
-
-@@ -62,17 +62,17 @@ private:
- MoveAssociation* pCaller;
- } StoreCallbackInfo;
-
-- CONDITION moveSCU(DcmDataset *pdset);
-+ OFCondition moveSCU(DcmDataset *pdset);
- static void moveCallback(void *callbackData, T_DIMSE_C_MoveRQ *request, int responseCount, T_DIMSE_C_MoveRSP *response);
-
-- CONDITION acceptSubAssoc(T_ASC_Network *aNet, T_ASC_Association **assoc);
-- CONDITION subOpSCP(T_ASC_Association **subAssoc);
-+ OFCondition acceptSubAssoc(T_ASC_Network *aNet, T_ASC_Association **assoc);
-+ OFCondition subOpSCP(T_ASC_Association **subAssoc);
- static void subOpCallback(void * pCaller, T_ASC_Network *aNet, T_ASC_Association **subAssoc);
-
-- CONDITION storeSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID);
-+ OFCondition storeSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID);
- static void storeSCPCallback(void *callbackData, T_DIMSE_StoreProgress *progress, T_DIMSE_C_StoreRQ *req, char *imageFileName, DcmDataset **imageDataSet, T_DIMSE_C_StoreRSP *rsp, DcmDataset **statusDetail);
-
-- CONDITION echoSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID);
-+ OFCondition echoSCP(T_ASC_Association *assoc, T_DIMSE_Message *msg, T_ASC_PresentationContextID presID);
- };
-
- #endif // IMAGEPOOL_MOVEASSOCIATION_H
diff --git a/graphics/aeskulap/files/patch-imagepool_poolnetwork.cpp b/graphics/aeskulap/files/patch-imagepool_poolnetwork.cpp
deleted file mode 100644
index 4a0ff1675906..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolnetwork.cpp
+++ /dev/null
@@ -1,101 +0,0 @@
---- imagepool/poolnetwork.cpp.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolnetwork.cpp
-@@ -42,8 +42,8 @@ Network::~Network() {
- DropNetwork();
- }
-
--CONDITION Network::ConnectAssociation(Association* assoc, int lossy) {
-- CONDITION cond;
-+OFCondition Network::ConnectAssociation(Association* assoc, int lossy) {
-+ OFCondition cond;
-
- cond = ASC_ConnectAssociation(
- assoc,
-@@ -54,7 +54,7 @@ CONDITION Network::ConnectAssociation(As
- assoc->m_abstractSyntax,
- lossy);
-
-- if (!SUCCESS(cond)) {
-+ if (!cond.good()) {
- assoc->Drop(cond);
- return cond;
- }
-@@ -65,7 +65,7 @@ CONDITION Network::ConnectAssociation(As
- return cond;
- }
-
--CONDITION Network::InitializeNetwork(int timeout, int port) {
-+OFCondition Network::InitializeNetwork(int timeout, int port) {
- #ifdef _WIN32
- WORD wVersionRequested;
- WSADATA wsaData;
-@@ -78,9 +78,9 @@ CONDITION Network::InitializeNetwork(int
- return ASC_initializeNetwork(NET_ACCEPTORREQUESTOR, port, timeout, &net);
- }
-
--CONDITION Network::DropNetwork()
-+OFCondition Network::DropNetwork()
- {
-- CONDITION cond = ASC_dropNetwork(&net);
-+ OFCondition cond = ASC_dropNetwork(&net);
- net = NULL;
-
- #ifdef _WIN32
-@@ -90,9 +90,9 @@ CONDITION Network::DropNetwork()
- return cond;
- }
-
--CONDITION Network::ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax, int lossy)
-+OFCondition Network::ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax, int lossy)
- {
-- CONDITION cond;
-+ OFCondition cond;
- T_ASC_Parameters *params;
- bool bProposeCompression = assoc->GetProposeCompression();
-
-@@ -100,7 +100,7 @@ CONDITION Network::ASC_ConnectAssociatio
- DIC_NODENAME localHost;
-
- cond = ASC_createAssociationParameters(&params, ASC_DEFAULTMAXPDU);
-- if (!SUCCESS(cond))
-+ if (!cond.good())
- {
- return cond;
- }
-@@ -155,9 +155,9 @@ CONDITION Network::ASC_ConnectAssociatio
-
- /* create association */
- cond = ASC_requestAssociation(net, params, &(assoc->assoc));
-- if (cond != ASC_NORMAL)
-+ if (cond != EC_Normal)
- {
-- if (cond == ASC_ASSOCIATIONREJECTED)
-+ if (cond == DUL_ASSOCIATIONREJECTED)
- {
- T_ASC_RejectParameters rej;
-
-@@ -178,12 +178,12 @@ CONDITION Network::ASC_ConnectAssociatio
- return cond;
- }
-
-- return ASC_NORMAL;
-+ return EC_Normal;
- }
-
--CONDITION Network::addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression, int lossy)
-+OFCondition Network::addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression, int lossy)
- {
-- CONDITION cond = ASC_NORMAL;
-+ OFCondition cond = EC_Normal;
- int i;
- int pid = 1;
-
-@@ -232,7 +232,7 @@ CONDITION Network::addAllStoragePresenta
- }
-
- /* the array of Storage SOP Class UIDs comes from dcuid.h */
-- for (i=0; i<numberOfAllDcmStorageSOPClassUIDs && SUCCESS(cond); i++) {
-+ for (i=0; i<numberOfAllDcmStorageSOPClassUIDs && cond.good(); i++) {
- cond = ASC_addPresentationContext(params, pid, dcmAllStorageSOPClassUIDs[i], transferSyntaxes, transferSyntaxes_count);
- pid += 2; /* only odd presentation context id's */
- }
diff --git a/graphics/aeskulap/files/patch-imagepool_poolnetwork.h b/graphics/aeskulap/files/patch-imagepool_poolnetwork.h
deleted file mode 100644
index f55195f726a0..000000000000
--- a/graphics/aeskulap/files/patch-imagepool_poolnetwork.h
+++ /dev/null
@@ -1,38 +0,0 @@
---- imagepool/poolnetwork.h.orig 2014-01-19 07:38:17 UTC
-+++ imagepool/poolnetwork.h
-@@ -43,17 +43,17 @@ public:
- /**
- Initialize the dicom network
- */
-- CONDITION InitializeNetwork(int timeout=20, int port = 0);
-+ OFCondition InitializeNetwork(int timeout=20, int port = 0);
-
- /**
- Drop the dicom network
- */
-- CONDITION DropNetwork();
-+ OFCondition DropNetwork();
-
- /**
- Connect an association to the specified host
- */
-- CONDITION ConnectAssociation(Association* assoc, int lossy = 0);
-+ OFCondition ConnectAssociation(Association* assoc, int lossy = 0);
-
- /**
- Send C-Echo request to dicom node
-@@ -80,12 +80,12 @@ private:
- /**
- Add all possible presentation contexts to association parameters
- */
-- static CONDITION addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression = true, int lossy = 0);
-+ static OFCondition addAllStoragePresentationContexts(T_ASC_Parameters *params, bool bProposeCompression = true, int lossy = 0);
-
- /**
- Connect to a host and try to establish an association
- */
-- CONDITION ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax = NULL, int lossy = 0);
-+ OFCondition ASC_ConnectAssociation(Association* assoc, const std::string& peerTitle, const std::string& peer, int port, const std::string& ouraet, const char *abstractSyntax = NULL, int lossy = 0);
-
- /**
- THE dicom network
diff --git a/graphics/aeskulap/pkg-plist b/graphics/aeskulap/pkg-plist
index e231b5d0c057..2be82d9dcde0 100644
--- a/graphics/aeskulap/pkg-plist
+++ b/graphics/aeskulap/pkg-plist
@@ -24,7 +24,9 @@ lib/aeskulap/libimagepool.so
%%DATADIR%%/images/stock-tool-eraser-22.png
%%DATADIR%%/images/stock-tool-measure-22.png
%%DATADIR%%/images/stock-tool-scale-22.png
+share/appdata/aeskulap.appdata.xml
share/applications/aeskulap.desktop
+share/glib-2.0/schemas/org.gnu.aeskulap.gschema.xml
share/icons/hicolor/64x64/apps/aeskulap.png
share/icons/hicolor/scalable/apps/aeskulap.svg
share/locale/de/LC_MESSAGES/aeskulap.mo
diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile
new file mode 100644
index 000000000000..d912e169cefe
--- /dev/null
+++ b/graphics/dcmtk/Makefile
@@ -0,0 +1,32 @@
+# Created by: gahr
+# $FreeBSD$
+
+PORTNAME= dcmtk
+DISTVERSIONPREFIX= ${PORTNAME:tu}-
+DISTVERSION= 3.6.4
+CATEGORIES= graphics devel
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= DICOM ToolKit, libraries and applications for DICOM/MEDICOM standard
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+LIB_DEPENDS= libicuuc.so:devel/icu \
+ libpng16.so:graphics/png \
+ libtiff.so:graphics/tiff
+
+USES= cmake:outsource gnome jpeg ssl
+USE_GITHUB= yes
+GH_ACCOUNT= ${PORTNAME:tu}
+USE_GNOME= libxml2
+USE_LDCONFIG= yes
+
+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_OFF= DCMTK_WITH_DOXYGEN
+
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= *
+
+.include <bsd.port.mk>
diff --git a/graphics/dcmtk/distinfo b/graphics/dcmtk/distinfo
new file mode 100644
index 000000000000..5de5a2e574fa
--- /dev/null
+++ b/graphics/dcmtk/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544641785
+SHA256 (DCMTK-dcmtk-DCMTK-3.6.4_GH0.tar.gz) = e4b1de804a3fef38fe8cb9edd00262c3cbbd114b305511c14479dd888a9337d2
+SIZE (DCMTK-dcmtk-DCMTK-3.6.4_GH0.tar.gz) = 6199127
diff --git a/graphics/dcmtk/pkg-descr b/graphics/dcmtk/pkg-descr
new file mode 100644
index 000000000000..c9a8c48a1297
--- /dev/null
+++ b/graphics/dcmtk/pkg-descr
@@ -0,0 +1,5 @@
+This DICOM ToolKit (DCMTK) package consists of source code, documentation
+and installation instructions for a set of software libraries and
+applications implementing part of the DICOM/MEDICOM Standard.
+
+WWW: https://dcmtk.org
diff --git a/graphics/dcmtk/pkg-plist b/graphics/dcmtk/pkg-plist
new file mode 100644
index 000000000000..70e1675993b6
--- /dev/null
+++ b/graphics/dcmtk/pkg-plist
@@ -0,0 +1,1188 @@
+bin/cda2dcm
+bin/dcm2json
+bin/dcm2pdf
+bin/dcm2pnm
+bin/dcm2xml
+bin/dcmcjpeg
+bin/dcmcjpls
+bin/dcmconv
+bin/dcmcrle
+bin/dcmdata_tests
+bin/dcmdjpeg
+bin/dcmdjpls
+bin/dcmdrle
+bin/dcmdspfn
+bin/dcmdump
+bin/dcmftest
+bin/dcmgpdir
+bin/dcmicmp
+bin/dcmiod_tests
+bin/dcmj2pnm
+bin/dcml2pnm
+bin/dcmmkcrv
+bin/dcmmkdir
+bin/dcmmklut
+bin/dcmnet_tests
+bin/dcmodify
+bin/dcmp2pgm
+bin/dcmprscp
+bin/dcmprscu
+bin/dcmpschk
+bin/dcmpsmk
+bin/dcmpsprt
+bin/dcmpsrcv
+bin/dcmpssnd
+bin/dcmqridx
+bin/dcmqrscp
+bin/dcmqrti
+bin/dcmquant
+bin/dcmrecv
+bin/dcmrt_tests
+bin/dcmscale
+bin/dcmseg_tests
+bin/dcmsend
+bin/dcmsign
+bin/dcmsr_tests
+bin/dcod2lum
+bin/dconvlum
+bin/drtdump
+bin/drttest
+bin/dsr2html
+bin/dsr2xml
+bin/dsrdump
+bin/dump2dcm
+bin/echoscu
+bin/findscu
+bin/getscu
+bin/img2dcm
+bin/mkreport
+bin/movescu
+bin/msgserv
+bin/ofstd_tests
+bin/pdf2dcm
+bin/stl2dcm
+bin/storescp
+bin/storescu
+bin/termscu
+bin/wlmscpfs
+bin/wltest
+bin/xml2dcm
+bin/xml2dsr
+%%ETCDIR%%/dcmpstat.cfg
+%%ETCDIR%%/dcmqrscp.cfg
+%%ETCDIR%%/filelog.cfg
+%%ETCDIR%%/logger.cfg
+%%ETCDIR%%/printers.cfg
+%%ETCDIR%%/storescp.cfg
+%%ETCDIR%%/storescu.cfg
+include/dcmtk/config/arith.h
+include/dcmtk/config/osconfig.h
+include/dcmtk/dcmdata/cmdlnarg.h
+include/dcmtk/dcmdata/dcbytstr.h
+include/dcmtk/dcmdata/dcchrstr.h
+include/dcmtk/dcmdata/dccodec.h
+include/dcmtk/dcmdata/dcdatset.h
+include/dcmtk/dcmdata/dcdatutl.h
+include/dcmtk/dcmdata/dcddirif.h
+include/dcmtk/dcmdata/dcdefine.h
+include/dcmtk/dcmdata/dcdeftag.h
+include/dcmtk/dcmdata/dcdicdir.h
+include/dcmtk/dcmdata/dcdicent.h
+include/dcmtk/dcmdata/dcdict.h
+include/dcmtk/dcmdata/dcdirrec.h
+include/dcmtk/dcmdata/dcelem.h
+include/dcmtk/dcmdata/dcencdoc.h
+include/dcmtk/dcmdata/dcerror.h
+include/dcmtk/dcmdata/dcfcache.h
+include/dcmtk/dcmdata/dcfilefo.h
+include/dcmtk/dcmdata/dcfilter.h
+include/dcmtk/dcmdata/dchashdi.h
+include/dcmtk/dcmdata/dcistrma.h
+include/dcmtk/dcmdata/dcistrmb.h
+include/dcmtk/dcmdata/dcistrmf.h
+include/dcmtk/dcmdata/dcistrmz.h
+include/dcmtk/dcmdata/dcitem.h
+include/dcmtk/dcmdata/dcjson.h
+include/dcmtk/dcmdata/dclist.h
+include/dcmtk/dcmdata/dcmatch.h
+include/dcmtk/dcmdata/dcmetinf.h
+include/dcmtk/dcmdata/dcobject.h
+include/dcmtk/dcmdata/dcofsetl.h
+include/dcmtk/dcmdata/dcostrma.h
+include/dcmtk/dcmdata/dcostrmb.h
+include/dcmtk/dcmdata/dcostrmf.h
+include/dcmtk/dcmdata/dcostrmz.h
+include/dcmtk/dcmdata/dcovlay.h
+include/dcmtk/dcmdata/dcpath.h
+include/dcmtk/dcmdata/dcpcache.h
+include/dcmtk/dcmdata/dcpixel.h
+include/dcmtk/dcmdata/dcpixseq.h
+include/dcmtk/dcmdata/dcpxitem.h
+include/dcmtk/dcmdata/dcrleccd.h
+include/dcmtk/dcmdata/dcrlecce.h
+include/dcmtk/dcmdata/dcrlecp.h
+include/dcmtk/dcmdata/dcrledec.h
+include/dcmtk/dcmdata/dcrledrg.h
+include/dcmtk/dcmdata/dcrleenc.h
+include/dcmtk/dcmdata/dcrleerg.h
+include/dcmtk/dcmdata/dcrlerp.h
+include/dcmtk/dcmdata/dcsequen.h
+include/dcmtk/dcmdata/dcspchrs.h
+include/dcmtk/dcmdata/dcstack.h
+include/dcmtk/dcmdata/dcswap.h
+include/dcmtk/dcmdata/dctag.h
+include/dcmtk/dcmdata/dctagkey.h
+include/dcmtk/dcmdata/dctk.h
+include/dcmtk/dcmdata/dctypes.h
+include/dcmtk/dcmdata/dcuid.h
+include/dcmtk/dcmdata/dcvr.h
+include/dcmtk/dcmdata/dcvrae.h
+include/dcmtk/dcmdata/dcvras.h
+include/dcmtk/dcmdata/dcvrat.h
+include/dcmtk/dcmdata/dcvrcs.h
+include/dcmtk/dcmdata/dcvrda.h
+include/dcmtk/dcmdata/dcvrds.h
+include/dcmtk/dcmdata/dcvrdt.h
+include/dcmtk/dcmdata/dcvrfd.h
+include/dcmtk/dcmdata/dcvrfl.h
+include/dcmtk/dcmdata/dcvris.h
+include/dcmtk/dcmdata/dcvrlo.h
+include/dcmtk/dcmdata/dcvrlt.h
+include/dcmtk/dcmdata/dcvrobow.h
+include/dcmtk/dcmdata/dcvrod.h
+include/dcmtk/dcmdata/dcvrof.h
+include/dcmtk/dcmdata/dcvrol.h
+include/dcmtk/dcmdata/dcvrpn.h
+include/dcmtk/dcmdata/dcvrpobw.h
+include/dcmtk/dcmdata/dcvrsh.h
+include/dcmtk/dcmdata/dcvrsl.h
+include/dcmtk/dcmdata/dcvrss.h
+include/dcmtk/dcmdata/dcvrst.h
+include/dcmtk/dcmdata/dcvrtm.h
+include/dcmtk/dcmdata/dcvruc.h
+include/dcmtk/dcmdata/dcvrui.h
+include/dcmtk/dcmdata/dcvrul.h
+include/dcmtk/dcmdata/dcvrulup.h
+include/dcmtk/dcmdata/dcvrur.h
+include/dcmtk/dcmdata/dcvrus.h
+include/dcmtk/dcmdata/dcvrut.h
+include/dcmtk/dcmdata/dcwcache.h
+include/dcmtk/dcmdata/dcxfer.h
+include/dcmtk/dcmdata/libi2d/i2d.h
+include/dcmtk/dcmdata/libi2d/i2dbmps.h
+include/dcmtk/dcmdata/libi2d/i2define.h
+include/dcmtk/dcmdata/libi2d/i2dimgs.h
+include/dcmtk/dcmdata/libi2d/i2djpgs.h
+include/dcmtk/dcmdata/libi2d/i2doutpl.h
+include/dcmtk/dcmdata/libi2d/i2dplnsc.h
+include/dcmtk/dcmdata/libi2d/i2dplsc.h
+include/dcmtk/dcmdata/libi2d/i2dplvlp.h
+include/dcmtk/dcmdata/vrscan.h
+include/dcmtk/dcmfg/fg.h
+include/dcmtk/dcmfg/fgbase.h
+include/dcmtk/dcmfg/fgdefine.h
+include/dcmtk/dcmfg/fgderimg.h
+include/dcmtk/dcmfg/fgfact.h
+include/dcmtk/dcmfg/fgfracon.h
+include/dcmtk/dcmfg/fgframeanatomy.h
+include/dcmtk/dcmfg/fgframevoilut.h
+include/dcmtk/dcmfg/fgimagedatatype.h
+include/dcmtk/dcmfg/fginterface.h
+include/dcmtk/dcmfg/fgparametricmapframetype.h
+include/dcmtk/dcmfg/fgpixeltransform.h
+include/dcmtk/dcmfg/fgpixmsr.h
+include/dcmtk/dcmfg/fgplanor.h
+include/dcmtk/dcmfg/fgplanorvol.h
+include/dcmtk/dcmfg/fgplanpo.h
+include/dcmtk/dcmfg/fgplanposvol.h
+include/dcmtk/dcmfg/fgrealworldvaluemapping.h
+include/dcmtk/dcmfg/fgseg.h
+include/dcmtk/dcmfg/fgtypes.h
+include/dcmtk/dcmfg/fgusimagedescription.h
+include/dcmtk/dcmfg/stack.h
+include/dcmtk/dcmfg/stackinterface.h
+include/dcmtk/dcmimage/dcmicmph.h
+include/dcmtk/dcmimage/diargimg.h
+include/dcmtk/dcmimage/diargpxt.h
+include/dcmtk/dcmimage/dicdefin.h
+include/dcmtk/dcmimage/dicmyimg.h
+include/dcmtk/dcmimage/dicmypxt.h
+include/dcmtk/dcmimage/dicocpt.h
+include/dcmtk/dcmimage/dicoflt.h
+include/dcmtk/dcmimage/dicoimg.h
+include/dcmtk/dcmimage/dicomot.h
+include/dcmtk/dcmimage/dicoopx.h
+include/dcmtk/dcmimage/dicoopxt.h
+include/dcmtk/dcmimage/dicopx.h
+include/dcmtk/dcmimage/dicopxt.h
+include/dcmtk/dcmimage/dicorot.h
+include/dcmtk/dcmimage/dicosct.h
+include/dcmtk/dcmimage/dihsvimg.h
+include/dcmtk/dcmimage/dihsvpxt.h
+include/dcmtk/dcmimage/dilogger.h
+include/dcmtk/dcmimage/dipalimg.h
+include/dcmtk/dcmimage/dipalpxt.h
+include/dcmtk/dcmimage/dipipng.h
+include/dcmtk/dcmimage/dipitiff.h
+include/dcmtk/dcmimage/diqtcmap.h
+include/dcmtk/dcmimage/diqtctab.h
+include/dcmtk/dcmimage/diqtfs.h
+include/dcmtk/dcmimage/diqthash.h
+include/dcmtk/dcmimage/diqthitl.h
+include/dcmtk/dcmimage/diqthitm.h
+include/dcmtk/dcmimage/diqtid.h
+include/dcmtk/dcmimage/diqtpbox.h
+include/dcmtk/dcmimage/diqtpix.h
+include/dcmtk/dcmimage/diqtstab.h
+include/dcmtk/dcmimage/diqttype.h
+include/dcmtk/dcmimage/diquant.h
+include/dcmtk/dcmimage/diregist.h
+include/dcmtk/dcmimage/dirgbimg.h
+include/dcmtk/dcmimage/dirgbpxt.h
+include/dcmtk/dcmimage/diybrimg.h
+include/dcmtk/dcmimage/diybrpxt.h
+include/dcmtk/dcmimage/diyf2img.h
+include/dcmtk/dcmimage/diyf2pxt.h
+include/dcmtk/dcmimage/diyp2img.h
+include/dcmtk/dcmimage/diyp2pxt.h
+include/dcmtk/dcmimgle/dcmimage.h
+include/dcmtk/dcmimgle/dibaslut.h
+include/dcmtk/dcmimgle/diciefn.h
+include/dcmtk/dcmimgle/dicielut.h
+include/dcmtk/dcmimgle/dicrvfit.h
+include/dcmtk/dcmimgle/didefine.h
+include/dcmtk/dcmimgle/didislut.h
+include/dcmtk/dcmimgle/didispfn.h
+include/dcmtk/dcmimgle/didocu.h
+include/dcmtk/dcmimgle/diflipt.h
+include/dcmtk/dcmimgle/digsdfn.h
+include/dcmtk/dcmimgle/digsdlut.h
+include/dcmtk/dcmimgle/diimage.h
+include/dcmtk/dcmimgle/diinpx.h
+include/dcmtk/dcmimgle/diinpxt.h
+include/dcmtk/dcmimgle/diluptab.h
+include/dcmtk/dcmimgle/dimo1img.h
+include/dcmtk/dcmimgle/dimo2img.h
+include/dcmtk/dcmimgle/dimocpt.h
+include/dcmtk/dcmimgle/dimoflt.h
+include/dcmtk/dcmimgle/dimoimg.h
+include/dcmtk/dcmimgle/dimoipxt.h
+include/dcmtk/dcmimgle/dimomod.h
+include/dcmtk/dcmimgle/dimoopx.h
+include/dcmtk/dcmimgle/dimoopxt.h
+include/dcmtk/dcmimgle/dimopx.h
+include/dcmtk/dcmimgle/dimopxt.h
+include/dcmtk/dcmimgle/dimorot.h
+include/dcmtk/dcmimgle/dimosct.h
+include/dcmtk/dcmimgle/diobjcou.h
+include/dcmtk/dcmimgle/diovdat.h
+include/dcmtk/dcmimgle/diovlay.h
+include/dcmtk/dcmimgle/diovlimg.h
+include/dcmtk/dcmimgle/diovpln.h
+include/dcmtk/dcmimgle/dipixel.h
+include/dcmtk/dcmimgle/diplugin.h
+include/dcmtk/dcmimgle/dipxrept.h
+include/dcmtk/dcmimgle/diregbas.h
+include/dcmtk/dcmimgle/dirotat.h
+include/dcmtk/dcmimgle/discalet.h
+include/dcmtk/dcmimgle/displint.h
+include/dcmtk/dcmimgle/ditranst.h
+include/dcmtk/dcmimgle/diutils.h
+include/dcmtk/dcmiod/cielabutil.h
+include/dcmtk/dcmiod/iodcommn.h
+include/dcmtk/dcmiod/iodcontentitemmacro.h
+include/dcmtk/dcmiod/ioddef.h
+include/dcmtk/dcmiod/iodimage.h
+include/dcmtk/dcmiod/iodmacro.h
+include/dcmtk/dcmiod/iodreferences.h
+include/dcmtk/dcmiod/iodrules.h
+include/dcmtk/dcmiod/iodtypes.h
+include/dcmtk/dcmiod/iodutil.h
+include/dcmtk/dcmiod/modacquisitioncontext.h
+include/dcmtk/dcmiod/modbase.h
+include/dcmtk/dcmiod/modcommoninstanceref.h
+include/dcmtk/dcmiod/modenhequipment.h
+include/dcmtk/dcmiod/modenhusimage.h
+include/dcmtk/dcmiod/modenhusseries.h
+include/dcmtk/dcmiod/modequipment.h
+include/dcmtk/dcmiod/modfloatingpointimagepixel.h
+include/dcmtk/dcmiod/modfor.h
+include/dcmtk/dcmiod/modgeneralimage.h
+include/dcmtk/dcmiod/modgeneralseries.h
+include/dcmtk/dcmiod/modgeneralstudy.h
+include/dcmtk/dcmiod/modhelp.h
+include/dcmtk/dcmiod/modimagepixel.h
+include/dcmtk/dcmiod/modimagepixelbase.h
+include/dcmtk/dcmiod/modimagepixelvariant.h
+include/dcmtk/dcmiod/modmultiframedimension.h
+include/dcmtk/dcmiod/modmultiframefg.h
+include/dcmtk/dcmiod/modpatient.h
+include/dcmtk/dcmiod/modpatientstudy.h
+include/dcmtk/dcmiod/modsegmentationseries.h
+include/dcmtk/dcmiod/modsopcommon.h
+include/dcmtk/dcmiod/modsynchronisation.h
+include/dcmtk/dcmiod/modusfor.h
+include/dcmtk/dcmjpeg/ddpiimpl.h
+include/dcmtk/dcmjpeg/dipijpeg.h
+include/dcmtk/dcmjpeg/djcodecd.h
+include/dcmtk/dcmjpeg/djcodece.h
+include/dcmtk/dcmjpeg/djcparam.h
+include/dcmtk/dcmjpeg/djdecabs.h
+include/dcmtk/dcmjpeg/djdecbas.h
+include/dcmtk/dcmjpeg/djdecext.h
+include/dcmtk/dcmjpeg/djdeclol.h
+include/dcmtk/dcmjpeg/djdecode.h
+include/dcmtk/dcmjpeg/djdecpro.h
+include/dcmtk/dcmjpeg/djdecsps.h
+include/dcmtk/dcmjpeg/djdecsv1.h
+include/dcmtk/dcmjpeg/djdefine.h
+include/dcmtk/dcmjpeg/djdijg12.h
+include/dcmtk/dcmjpeg/djdijg16.h
+include/dcmtk/dcmjpeg/djdijg8.h
+include/dcmtk/dcmjpeg/djeijg12.h
+include/dcmtk/dcmjpeg/djeijg16.h
+include/dcmtk/dcmjpeg/djeijg8.h
+include/dcmtk/dcmjpeg/djencabs.h
+include/dcmtk/dcmjpeg/djencbas.h
+include/dcmtk/dcmjpeg/djencext.h
+include/dcmtk/dcmjpeg/djenclol.h
+include/dcmtk/dcmjpeg/djencode.h
+include/dcmtk/dcmjpeg/djencpro.h
+include/dcmtk/dcmjpeg/djencsps.h
+include/dcmtk/dcmjpeg/djencsv1.h
+include/dcmtk/dcmjpeg/djrplol.h
+include/dcmtk/dcmjpeg/djrploss.h
+include/dcmtk/dcmjpeg/djutils.h
+include/dcmtk/dcmjpls/djcodecd.h
+include/dcmtk/dcmjpls/djcodece.h
+include/dcmtk/dcmjpls/djcparam.h
+include/dcmtk/dcmjpls/djdecode.h
+include/dcmtk/dcmjpls/djencode.h
+include/dcmtk/dcmjpls/djlsutil.h
+include/dcmtk/dcmjpls/djrparam.h
+include/dcmtk/dcmjpls/dldefine.h
+include/dcmtk/dcmnet/assoc.h
+include/dcmtk/dcmnet/cond.h
+include/dcmtk/dcmnet/dcasccff.h
+include/dcmtk/dcmnet/dcasccfg.h
+include/dcmtk/dcmnet/dccfenmp.h
+include/dcmtk/dcmnet/dccfpcmp.h
+include/dcmtk/dcmnet/dccfprmp.h
+include/dcmtk/dcmnet/dccfrsmp.h
+include/dcmtk/dcmnet/dccftsmp.h
+include/dcmtk/dcmnet/dccfuidh.h
+include/dcmtk/dcmnet/dcmlayer.h
+include/dcmtk/dcmnet/dcmsmap.h
+include/dcmtk/dcmnet/dcmtrans.h
+include/dcmtk/dcmnet/dcompat.h
+include/dcmtk/dcmnet/dcuserid.h
+include/dcmtk/dcmnet/dfindscu.h
+include/dcmtk/dcmnet/dicom.h
+include/dcmtk/dcmnet/dimse.h
+include/dcmtk/dcmnet/diutil.h
+include/dcmtk/dcmnet/dndefine.h
+include/dcmtk/dcmnet/dntypes.h
+include/dcmtk/dcmnet/dstorscp.h
+include/dcmtk/dcmnet/dstorscu.h
+include/dcmtk/dcmnet/dul.h
+include/dcmtk/dcmnet/extneg.h
+include/dcmtk/dcmnet/lst.h
+include/dcmtk/dcmnet/scp.h
+include/dcmtk/dcmnet/scpcfg.h
+include/dcmtk/dcmnet/scppool.h
+include/dcmtk/dcmnet/scpthrd.h
+include/dcmtk/dcmnet/scu.h
+include/dcmtk/dcmpmap/dpmdef.h
+include/dcmtk/dcmpmap/dpmmodparametricmapimage.h
+include/dcmtk/dcmpmap/dpmmodparametricmapseries.h
+include/dcmtk/dcmpmap/dpmparametricmapbase.h
+include/dcmtk/dcmpmap/dpmparametricmapiod.h
+include/dcmtk/dcmpmap/dpmtypes.h
+include/dcmtk/dcmpstat/dcmpstat.h
+include/dcmtk/dcmpstat/dpdefine.h
+include/dcmtk/dcmpstat/dvcache.h
+include/dcmtk/dcmpstat/dviface.h
+include/dcmtk/dcmpstat/dvpsab.h
+include/dcmtk/dcmpstat/dvpsabl.h
+include/dcmtk/dcmpstat/dvpsal.h
+include/dcmtk/dcmpstat/dvpsall.h
+include/dcmtk/dcmpstat/dvpscf.h
+include/dcmtk/dcmpstat/dvpscu.h
+include/dcmtk/dcmpstat/dvpscul.h
+include/dcmtk/dcmpstat/dvpsda.h
+include/dcmtk/dcmpstat/dvpsdal.h
+include/dcmtk/dcmpstat/dvpsdef.h
+include/dcmtk/dcmpstat/dvpsfs.h
+include/dcmtk/dcmpstat/dvpsga.h
+include/dcmtk/dcmpstat/dvpsgal.h
+include/dcmtk/dcmpstat/dvpsgl.h
+include/dcmtk/dcmpstat/dvpsgll.h
+include/dcmtk/dcmpstat/dvpsgr.h
+include/dcmtk/dcmpstat/dvpsgrl.h
+include/dcmtk/dcmpstat/dvpshlp.h
+include/dcmtk/dcmpstat/dvpsib.h
+include/dcmtk/dcmpstat/dvpsibl.h
+include/dcmtk/dcmpstat/dvpsmsg.h
+include/dcmtk/dcmpstat/dvpsov.h
+include/dcmtk/dcmpstat/dvpsovl.h
+include/dcmtk/dcmpstat/dvpspl.h
+include/dcmtk/dcmpstat/dvpspll.h
+include/dcmtk/dcmpstat/dvpspr.h
+include/dcmtk/dcmpstat/dvpsprt.h
+include/dcmtk/dcmpstat/dvpsri.h
+include/dcmtk/dcmpstat/dvpsril.h
+include/dcmtk/dcmpstat/dvpsrs.h
+include/dcmtk/dcmpstat/dvpsrsl.h
+include/dcmtk/dcmpstat/dvpssp.h
+include/dcmtk/dcmpstat/dvpsspl.h
+include/dcmtk/dcmpstat/dvpssv.h
+include/dcmtk/dcmpstat/dvpssvl.h
+include/dcmtk/dcmpstat/dvpstat.h
+include/dcmtk/dcmpstat/dvpstx.h
+include/dcmtk/dcmpstat/dvpstxl.h
+include/dcmtk/dcmpstat/dvpstyp.h
+include/dcmtk/dcmpstat/dvpsvl.h
+include/dcmtk/dcmpstat/dvpsvll.h
+include/dcmtk/dcmpstat/dvpsvw.h
+include/dcmtk/dcmpstat/dvpsvwl.h
+include/dcmtk/dcmpstat/dvsighdl.h
+include/dcmtk/dcmqrdb/dcmqrcbf.h
+include/dcmtk/dcmqrdb/dcmqrcbg.h
+include/dcmtk/dcmqrdb/dcmqrcbm.h
+include/dcmtk/dcmqrdb/dcmqrcbs.h
+include/dcmtk/dcmqrdb/dcmqrcnf.h
+include/dcmtk/dcmqrdb/dcmqrdba.h
+include/dcmtk/dcmqrdb/dcmqrdbi.h
+include/dcmtk/dcmqrdb/dcmqrdbs.h
+include/dcmtk/dcmqrdb/dcmqridx.h
+include/dcmtk/dcmqrdb/dcmqropt.h
+include/dcmtk/dcmqrdb/dcmqrptb.h
+include/dcmtk/dcmqrdb/dcmqrsrv.h
+include/dcmtk/dcmqrdb/dcmqrtis.h
+include/dcmtk/dcmqrdb/qrdefine.h
+include/dcmtk/dcmrt/drmdose.h
+include/dcmtk/dcmrt/drmimage.h
+include/dcmtk/dcmrt/drmplan.h
+include/dcmtk/dcmrt/drmsrch.h
+include/dcmtk/dcmrt/drmstrct.h
+include/dcmtk/dcmrt/drtdose.h
+include/dcmtk/dcmrt/drtimage.h
+include/dcmtk/dcmrt/drtionpl.h
+include/dcmtk/dcmrt/drtiontr.h
+include/dcmtk/dcmrt/drtplan.h
+include/dcmtk/dcmrt/drtstrct.h
+include/dcmtk/dcmrt/drttreat.h
+include/dcmtk/dcmrt/drttypes.h
+include/dcmtk/dcmrt/seq/drtaadcs.h
+include/dcmtk/dcmrt/seq/drtadcs.h
+include/dcmtk/dcmrt/seq/drtads.h
+include/dcmtk/dcmrt/seq/drtafs.h
+include/dcmtk/dcmrt/seq/drtags.h
+include/dcmtk/dcmrt/seq/drtajcs.h
+include/dcmtk/dcmrt/seq/drtas1.h
+include/dcmtk/dcmrt/seq/drtas5.h
+include/dcmtk/dcmrt/seq/drtas6.h
+include/dcmtk/dcmrt/seq/drtas7.h
+include/dcmtk/dcmrt/seq/drtass.h
+include/dcmtk/dcmrt/seq/drtbads.h
+include/dcmtk/dcmrt/seq/drtbas.h
+include/dcmtk/dcmrt/seq/drtbcps.h
+include/dcmtk/dcmrt/seq/drtbl2.h
+include/dcmtk/dcmrt/seq/drtbl5.h
+include/dcmtk/dcmrt/seq/drtbldls.h
+include/dcmtk/dcmrt/seq/drtbldps.h
+include/dcmtk/dcmrt/seq/drtblds1.h
+include/dcmtk/dcmrt/seq/drtblds5.h
+include/dcmtk/dcmrt/seq/drtblds6.h
+include/dcmtk/dcmrt/seq/drtbldts.h
+include/dcmtk/dcmrt/seq/drtbrcss.h
+include/dcmtk/dcmrt/seq/drtbrdrs.h
+include/dcmtk/dcmrt/seq/drtbrs.h
+include/dcmtk/dcmrt/seq/drtbs.h
+include/dcmtk/dcmrt/seq/drtbss.h
+include/dcmtk/dcmrt/seq/drtbvcps.h
+include/dcmtk/dcmrt/seq/drtcbars.h
+include/dcmtk/dcmrt/seq/drtccs.h
+include/dcmtk/dcmrt/seq/drtcctus.h
+include/dcmtk/dcmrt/seq/drtcdrs.h
+include/dcmtk/dcmrt/seq/drtces.h
+include/dcmtk/dcmrt/seq/drtcgis.h
+include/dcmtk/dcmrt/seq/drtchs.h
+include/dcmtk/dcmrt/seq/drtcims.h
+include/dcmtk/dcmrt/seq/drtcis.h
+include/dcmtk/dcmrt/seq/drtcncs.h
+include/dcmtk/dcmrt/seq/drtcos.h
+include/dcmtk/dcmrt/seq/drtcpas.h
+include/dcmtk/dcmrt/seq/drtcpis.h
+include/dcmtk/dcmrt/seq/drtcps.h
+include/dcmtk/dcmrt/seq/drtcs.h
+include/dcmtk/dcmrt/seq/drtcsas.h
+include/dcmtk/dcmrt/seq/drtcshs.h
+include/dcmtk/dcmrt/seq/drtcsis.h
+include/dcmtk/dcmrt/seq/drtcsrs.h
+include/dcmtk/dcmrt/seq/drtcss.h
+include/dcmtk/dcmrt/seq/drtdcs.h
+include/dcmtk/dcmrt/seq/drtdddps.h
+include/dcmtk/dcmrt/seq/drtddps.h
+include/dcmtk/dcmrt/seq/drtdias.h
+include/dcmtk/dcmrt/seq/drtdimcs.h
+include/dcmtk/dcmrt/seq/drtdimrs.h
+include/dcmtk/dcmrt/seq/drtdirs.h
+include/dcmtk/dcmrt/seq/drtdrs.h
+include/dcmtk/dcmrt/seq/drtds.h
+include/dcmtk/dcmrt/seq/drtdspcs.h
+include/dcmtk/dcmrt/seq/drtdss.h
+include/dcmtk/dcmrt/seq/drtdvhs.h
+include/dcmtk/dcmrt/seq/drtdvrrs.h
+include/dcmtk/dcmrt/seq/drteas.h
+include/dcmtk/dcmrt/seq/drtecs.h
+include/dcmtk/dcmrt/seq/drtes.h
+include/dcmtk/dcmrt/seq/drtfds.h
+include/dcmtk/dcmrt/seq/drtfes.h
+include/dcmtk/dcmrt/seq/drtfgs.h
+include/dcmtk/dcmrt/seq/drtfgss.h
+include/dcmtk/dcmrt/seq/drtfms.h
+include/dcmtk/dcmrt/seq/drtfsss.h
+include/dcmtk/dcmrt/seq/drtgas.h
+include/dcmtk/dcmrt/seq/drtgmcs.h
+include/dcmtk/dcmrt/seq/drtgms.h
+include/dcmtk/dcmrt/seq/drtgpis.h
+include/dcmtk/dcmrt/seq/drthsdrs.h
+include/dcmtk/dcmrt/seq/drtiais.h
+include/dcmtk/dcmrt/seq/drtians.h
+include/dcmtk/dcmrt/seq/drtiblds.h
+include/dcmtk/dcmrt/seq/drtibls.h
+include/dcmtk/dcmrt/seq/drtibs.h
+include/dcmtk/dcmrt/seq/drticpds.h
+include/dcmtk/dcmrt/seq/drticps.h
+include/dcmtk/dcmrt/seq/drtics.h
+include/dcmtk/dcmrt/seq/drtiis.h
+include/dcmtk/dcmrt/seq/drtipiqs.h
+include/dcmtk/dcmrt/seq/drtircs.h
+include/dcmtk/dcmrt/seq/drtiseis.h
+include/dcmtk/dcmrt/seq/drtitts.h
+include/dcmtk/dcmrt/seq/drtiwps.h
+include/dcmtk/dcmrt/seq/drtiws.h
+include/dcmtk/dcmrt/seq/drtlsds.h
+include/dcmtk/dcmrt/seq/drtlsds6.h
+include/dcmtk/dcmrt/seq/drtlsds7.h
+include/dcmtk/dcmrt/seq/drtmacds.h
+include/dcmtk/dcmrt/seq/drtmas.h
+include/dcmtk/dcmrt/seq/drtmdrs.h
+include/dcmtk/dcmrt/seq/drtmls.h
+include/dcmtk/dcmrt/seq/drtmps.h
+include/dcmtk/dcmrt/seq/drtmris.h
+include/dcmtk/dcmrt/seq/drtmss.h
+include/dcmtk/dcmrt/seq/drtmucs.h
+include/dcmtk/dcmrt/seq/drtoas.h
+include/dcmtk/dcmrt/seq/drtois.h
+include/dcmtk/dcmrt/seq/drtopis.h
+include/dcmtk/dcmrt/seq/drtos.h
+include/dcmtk/dcmrt/seq/drtpbcs.h
+include/dcmtk/dcmrt/seq/drtpcs.h
+include/dcmtk/dcmrt/seq/drtpcxs.h
+include/dcmtk/dcmrt/seq/drtpdecs.h
+include/dcmtk/dcmrt/seq/drtpdeds.h
+include/dcmtk/dcmrt/seq/drtpfms.h
+include/dcmtk/dcmrt/seq/drtpics.h
+include/dcmtk/dcmrt/seq/drtporcs.h
+include/dcmtk/dcmrt/seq/drtporis.h
+include/dcmtk/dcmrt/seq/drtppcs.h
+include/dcmtk/dcmrt/seq/drtprsis.h
+include/dcmtk/dcmrt/seq/drtpscs.h
+include/dcmtk/dcmrt/seq/drtpsics.h
+include/dcmtk/dcmrt/seq/drtpss.h
+include/dcmtk/dcmrt/seq/drtpsss.h
+include/dcmtk/dcmrt/seq/drtpvis.h
+include/dcmtk/dcmrt/seq/drtqds.h
+include/dcmtk/dcmrt/seq/drtras.h
+include/dcmtk/dcmrt/seq/drtrbas2.h
+include/dcmtk/dcmrt/seq/drtrbas8.h
+include/dcmtk/dcmrt/seq/drtrbls.h
+include/dcmtk/dcmrt/seq/drtrbos1.h
+include/dcmtk/dcmrt/seq/drtrbos6.h
+include/dcmtk/dcmrt/seq/drtrbos7.h
+include/dcmtk/dcmrt/seq/drtrbs2.h
+include/dcmtk/dcmrt/seq/drtrbs4.h
+include/dcmtk/dcmrt/seq/drtrbs8.h
+include/dcmtk/dcmrt/seq/drtrcdrs.h
+include/dcmtk/dcmrt/seq/drtrcos.h
+include/dcmtk/dcmrt/seq/drtrcps.h
+include/dcmtk/dcmrt/seq/drtrcs.h
+include/dcmtk/dcmrt/seq/drtrdros.h
+include/dcmtk/dcmrt/seq/drtrdrs1.h
+include/dcmtk/dcmrt/seq/drtrdrs6.h
+include/dcmtk/dcmrt/seq/drtrdrs8.h
+include/dcmtk/dcmrt/seq/drtrds.h
+include/dcmtk/dcmrt/seq/drtrecs.h
+include/dcmtk/dcmrt/seq/drtrfgs.h
+include/dcmtk/dcmrt/seq/drtrfors.h
+include/dcmtk/dcmrt/seq/drtrics.h
+include/dcmtk/dcmrt/seq/drtrims.h
+include/dcmtk/dcmrt/seq/drtris.h
+include/dcmtk/dcmrt/seq/drtrlsds.h
+include/dcmtk/dcmrt/seq/drtrmdrs.h
+include/dcmtk/dcmrt/seq/drtrms.h
+include/dcmtk/dcmrt/seq/drtrmss6.h
+include/dcmtk/dcmrt/seq/drtrmss7.h
+include/dcmtk/dcmrt/seq/drtrpcs.h
+include/dcmtk/dcmrt/seq/drtrpis.h
+include/dcmtk/dcmrt/seq/drtrppcs.h
+include/dcmtk/dcmrt/seq/drtrpphs.h
+include/dcmtk/dcmrt/seq/drtrpps.h
+include/dcmtk/dcmrt/seq/drtrppss.h
+include/dcmtk/dcmrt/seq/drtrps.h
+include/dcmtk/dcmrt/seq/drtrris1.h
+include/dcmtk/dcmrt/seq/drtrris6.h
+include/dcmtk/dcmrt/seq/drtrris9.h
+include/dcmtk/dcmrt/seq/drtrrms.h
+include/dcmtk/dcmrt/seq/drtrros.h
+include/dcmtk/dcmrt/seq/drtrrpcs.h
+include/dcmtk/dcmrt/seq/drtrrros.h
+include/dcmtk/dcmrt/seq/drtrrs.h
+include/dcmtk/dcmrt/seq/drtrrshs.h
+include/dcmtk/dcmrt/seq/drtrrtps.h
+include/dcmtk/dcmrt/seq/drtrrtps3.h
+include/dcmtk/dcmrt/seq/drtrrtps4.h
+include/dcmtk/dcmrt/seq/drtrrtps5.h
+include/dcmtk/dcmrt/seq/drtrscs.h
+include/dcmtk/dcmrt/seq/drtrsers.h
+include/dcmtk/dcmrt/seq/drtrses.h
+include/dcmtk/dcmrt/seq/drtrshs.h
+include/dcmtk/dcmrt/seq/drtrshs6.h
+include/dcmtk/dcmrt/seq/drtrshs7.h
+include/dcmtk/dcmrt/seq/drtrsis.h
+include/dcmtk/dcmrt/seq/drtrsns.h
+include/dcmtk/dcmrt/seq/drtrsos.h
+include/dcmtk/dcmrt/seq/drtrsrs.h
+include/dcmtk/dcmrt/seq/drtrss.h
+include/dcmtk/dcmrt/seq/drtrsss.h
+include/dcmtk/dcmrt/seq/drtrsts.h
+include/dcmtk/dcmrt/seq/drtrtrs2.h
+include/dcmtk/dcmrt/seq/drtrtrs4.h
+include/dcmtk/dcmrt/seq/drtrvis.h
+include/dcmtk/dcmrt/seq/drtrws.h
+include/dcmtk/dcmrt/seq/drtrwvms.h
+include/dcmtk/dcmrt/seq/drtscris.h
+include/dcmtk/dcmrt/seq/drtscs.h
+include/dcmtk/dcmrt/seq/drtsdcs.h
+include/dcmtk/dcmrt/seq/drtsds.h
+include/dcmtk/dcmrt/seq/drtshds.h
+include/dcmtk/dcmrt/seq/drtsins.h
+include/dcmtk/dcmrt/seq/drtsis.h
+include/dcmtk/dcmrt/seq/drtsns.h
+include/dcmtk/dcmrt/seq/drtspccs.h
+include/dcmtk/dcmrt/seq/drtspcs.h
+include/dcmtk/dcmrt/seq/drtspgis.h
+include/dcmtk/dcmrt/seq/drtsptcs.h
+include/dcmtk/dcmrt/seq/drtss.h
+include/dcmtk/dcmrt/seq/drtssrcs.h
+include/dcmtk/dcmrt/seq/drtssrs.h
+include/dcmtk/dcmrt/seq/drtsss.h
+include/dcmtk/dcmrt/seq/drttms0.h
+include/dcmtk/dcmrt/seq/drttms9.h
+include/dcmtk/dcmrt/seq/drttscds.h
+include/dcmtk/dcmrt/seq/drttsibs.h
+include/dcmtk/dcmrt/seq/drttsmds.h
+include/dcmtk/dcmrt/seq/drttts.h
+include/dcmtk/dcmrt/seq/drtudis.h
+include/dcmtk/dcmrt/seq/drtvls.h
+include/dcmtk/dcmrt/seq/drtwps.h
+include/dcmtk/dcmrt/seq/drtwrs.h
+include/dcmtk/dcmrt/seq/drtwrsrs.h
+include/dcmtk/dcmrt/seq/drtws.h
+include/dcmtk/dcmrt/seq/drtxrs.h
+include/dcmtk/dcmseg/segdef.h
+include/dcmtk/dcmseg/segdoc.h
+include/dcmtk/dcmseg/segment.h
+include/dcmtk/dcmseg/segtypes.h
+include/dcmtk/dcmseg/segutils.h
+include/dcmtk/dcmsign/dcsignat.h
+include/dcmtk/dcmsign/sialgo.h
+include/dcmtk/dcmsign/siautopr.h
+include/dcmtk/dcmsign/sibrsapr.h
+include/dcmtk/dcmsign/sicert.h
+include/dcmtk/dcmsign/sicertvf.h
+include/dcmtk/dcmsign/sicreapr.h
+include/dcmtk/dcmsign/sidefine.h
+include/dcmtk/dcmsign/sidsa.h
+include/dcmtk/dcmsign/simac.h
+include/dcmtk/dcmsign/simaccon.h
+include/dcmtk/dcmsign/simd5.h
+include/dcmtk/dcmsign/sinullpr.h
+include/dcmtk/dcmsign/siprivat.h
+include/dcmtk/dcmsign/siripemd.h
+include/dcmtk/dcmsign/sirsa.h
+include/dcmtk/dcmsign/sisha1.h
+include/dcmtk/dcmsign/sisha256.h
+include/dcmtk/dcmsign/sisha384.h
+include/dcmtk/dcmsign/sisha512.h
+include/dcmtk/dcmsign/sisprof.h
+include/dcmtk/dcmsign/sitstamp.h
+include/dcmtk/dcmsign/sitypes.h
+include/dcmtk/dcmsr/cmr/cid100.h
+include/dcmtk/dcmsr/cmr/cid10013.h
+include/dcmtk/dcmsr/cmr/cid10013e.h
+include/dcmtk/dcmsr/cmr/cid10033.h
+include/dcmtk/dcmsr/cmr/cid10033e.h
+include/dcmtk/dcmsr/cmr/cid11.h
+include/dcmtk/dcmsr/cmr/cid244.h
+include/dcmtk/dcmsr/cmr/cid244e.h
+include/dcmtk/dcmsr/cmr/cid29.h
+include/dcmtk/dcmsr/cmr/cid29e.h
+include/dcmtk/dcmsr/cmr/cid4020.h
+include/dcmtk/dcmsr/cmr/cid4021.h
+include/dcmtk/dcmsr/cmr/cid4031.h
+include/dcmtk/dcmsr/cmr/cid4031e.h
+include/dcmtk/dcmsr/cmr/cid42.h
+include/dcmtk/dcmsr/cmr/cid5000.h
+include/dcmtk/dcmsr/cmr/cid5001.h
+include/dcmtk/dcmsr/cmr/cid6147.h
+include/dcmtk/dcmsr/cmr/cid7021.h
+include/dcmtk/dcmsr/cmr/cid7181.h
+include/dcmtk/dcmsr/cmr/cid7445.h
+include/dcmtk/dcmsr/cmr/cid7452.h
+include/dcmtk/dcmsr/cmr/cid7453.h
+include/dcmtk/dcmsr/cmr/cid7464.h
+include/dcmtk/dcmsr/cmr/cid7469.h
+include/dcmtk/dcmsr/cmr/define.h
+include/dcmtk/dcmsr/cmr/init.h
+include/dcmtk/dcmsr/cmr/logger.h
+include/dcmtk/dcmsr/cmr/srnumvl.h
+include/dcmtk/dcmsr/cmr/srnumvlu.h
+include/dcmtk/dcmsr/cmr/tid1001.h
+include/dcmtk/dcmsr/cmr/tid1204.h
+include/dcmtk/dcmsr/cmr/tid1411.h
+include/dcmtk/dcmsr/cmr/tid1419m.h
+include/dcmtk/dcmsr/cmr/tid1500.h
+include/dcmtk/dcmsr/cmr/tid1501.h
+include/dcmtk/dcmsr/cmr/tid15def.h
+include/dcmtk/dcmsr/cmr/tid1600.h
+include/dcmtk/dcmsr/cmr/tid300.h
+include/dcmtk/dcmsr/cmr/tid4019.h
+include/dcmtk/dcmsr/codes/dcm.h
+include/dcmtk/dcmsr/codes/ncit.h
+include/dcmtk/dcmsr/codes/srt.h
+include/dcmtk/dcmsr/codes/ucum.h
+include/dcmtk/dcmsr/codes/umls.h
+include/dcmtk/dcmsr/dsdefine.h
+include/dcmtk/dcmsr/dsracqcc.h
+include/dcmtk/dcmsr/dsrbascc.h
+include/dcmtk/dcmsr/dsrc3dcc.h
+include/dcmtk/dcmsr/dsrchecc.h
+include/dcmtk/dcmsr/dsrcitem.h
+include/dcmtk/dcmsr/dsrcodtn.h
+include/dcmtk/dcmsr/dsrcodvl.h
+include/dcmtk/dcmsr/dsrcolcc.h
+include/dcmtk/dcmsr/dsrcomcc.h
+include/dcmtk/dcmsr/dsrcomtn.h
+include/dcmtk/dcmsr/dsrcomvl.h
+include/dcmtk/dcmsr/dsrcontn.h
+include/dcmtk/dcmsr/dsrcsidl.h
+include/dcmtk/dcmsr/dsrctpl.h
+include/dcmtk/dcmsr/dsrctxgr.h
+include/dcmtk/dcmsr/dsrdattn.h
+include/dcmtk/dcmsr/dsrdncsr.h
+include/dcmtk/dcmsr/dsrdnflt.h
+include/dcmtk/dcmsr/dsrdoc.h
+include/dcmtk/dcmsr/dsrdocst.h
+include/dcmtk/dcmsr/dsrdoctn.h
+include/dcmtk/dcmsr/dsrdoctr.h
+include/dcmtk/dcmsr/dsrdtitn.h
+include/dcmtk/dcmsr/dsrenhcc.h
+include/dcmtk/dcmsr/dsrimgfr.h
+include/dcmtk/dcmsr/dsrimgse.h
+include/dcmtk/dcmsr/dsrimgtn.h
+include/dcmtk/dcmsr/dsrimgvl.h
+include/dcmtk/dcmsr/dsrimpcc.h
+include/dcmtk/dcmsr/dsriodcc.h
+include/dcmtk/dcmsr/dsritcsr.h
+include/dcmtk/dcmsr/dsrkeycc.h
+include/dcmtk/dcmsr/dsrmaccc.h
+include/dcmtk/dcmsr/dsrmamcc.h
+include/dcmtk/dcmsr/dsrnumtn.h
+include/dcmtk/dcmsr/dsrnumvl.h
+include/dcmtk/dcmsr/dsrpnmtn.h
+include/dcmtk/dcmsr/dsrposcn.h
+include/dcmtk/dcmsr/dsrprdcc.h
+include/dcmtk/dcmsr/dsrprocc.h
+include/dcmtk/dcmsr/dsrrefin.h
+include/dcmtk/dcmsr/dsrreftn.h
+include/dcmtk/dcmsr/dsrrrdcc.h
+include/dcmtk/dcmsr/dsrrtpl.h
+include/dcmtk/dcmsr/dsrsaecc.h
+include/dcmtk/dcmsr/dsrsc3gr.h
+include/dcmtk/dcmsr/dsrsc3tn.h
+include/dcmtk/dcmsr/dsrsc3vl.h
+include/dcmtk/dcmsr/dsrscogr.h
+include/dcmtk/dcmsr/dsrscotn.h
+include/dcmtk/dcmsr/dsrscovl.h
+include/dcmtk/dcmsr/dsrsoprf.h
+include/dcmtk/dcmsr/dsrspecc.h
+include/dcmtk/dcmsr/dsrstpl.h
+include/dcmtk/dcmsr/dsrstrvl.h
+include/dcmtk/dcmsr/dsrtcodt.h
+include/dcmtk/dcmsr/dsrtcosp.h
+include/dcmtk/dcmsr/dsrtcotn.h
+include/dcmtk/dcmsr/dsrtcoto.h
+include/dcmtk/dcmsr/dsrtcovl.h
+include/dcmtk/dcmsr/dsrtextn.h
+include/dcmtk/dcmsr/dsrtimtn.h
+include/dcmtk/dcmsr/dsrtlist.h
+include/dcmtk/dcmsr/dsrtnant.h
+include/dcmtk/dcmsr/dsrtncsr.h
+include/dcmtk/dcmsr/dsrtpltn.h
+include/dcmtk/dcmsr/dsrtree.h
+include/dcmtk/dcmsr/dsrtypes.h
+include/dcmtk/dcmsr/dsruidtn.h
+include/dcmtk/dcmsr/dsrwavch.h
+include/dcmtk/dcmsr/dsrwavtn.h
+include/dcmtk/dcmsr/dsrwavvl.h
+include/dcmtk/dcmsr/dsrxmlc.h
+include/dcmtk/dcmsr/dsrxmld.h
+include/dcmtk/dcmsr/dsrxrdcc.h
+include/dcmtk/dcmtls/tlsciphr.h
+include/dcmtk/dcmtls/tlscond.h
+include/dcmtk/dcmtls/tlsdefin.h
+include/dcmtk/dcmtls/tlslayer.h
+include/dcmtk/dcmtls/tlsopt.h
+include/dcmtk/dcmtls/tlsscu.h
+include/dcmtk/dcmtls/tlstrans.h
+include/dcmtk/dcmtract/trcdef.h
+include/dcmtk/dcmtract/trcmeasurement.h
+include/dcmtk/dcmtract/trcmodtractresults.h
+include/dcmtk/dcmtract/trcstatistic.h
+include/dcmtk/dcmtract/trctrack.h
+include/dcmtk/dcmtract/trctrackset.h
+include/dcmtk/dcmtract/trctractographyresults.h
+include/dcmtk/dcmtract/trctypes.h
+include/dcmtk/dcmwlm/wldefine.h
+include/dcmtk/dcmwlm/wlds.h
+include/dcmtk/dcmwlm/wldsfs.h
+include/dcmtk/dcmwlm/wlfsim.h
+include/dcmtk/dcmwlm/wlmactmg.h
+include/dcmtk/dcmwlm/wltypdef.h
+include/dcmtk/oflog/appender.h
+include/dcmtk/oflog/asyncap.h
+include/dcmtk/oflog/clfsap.h
+include/dcmtk/oflog/clogger.h
+include/dcmtk/oflog/config.h
+include/dcmtk/oflog/config/defines.h
+include/dcmtk/oflog/config/macosx.h
+include/dcmtk/oflog/config/win32.h
+include/dcmtk/oflog/config/windowsh.h
+include/dcmtk/oflog/configrt.h
+include/dcmtk/oflog/consap.h
+include/dcmtk/oflog/fileap.h
+include/dcmtk/oflog/fstreams.h
+include/dcmtk/oflog/helpers/apndimpl.h
+include/dcmtk/oflog/helpers/fileinfo.h
+include/dcmtk/oflog/helpers/lloguser.h
+include/dcmtk/oflog/helpers/lockfile.h
+include/dcmtk/oflog/helpers/loglog.h
+include/dcmtk/oflog/helpers/pointer.h
+include/dcmtk/oflog/helpers/property.h
+include/dcmtk/oflog/helpers/queue.h
+include/dcmtk/oflog/helpers/sleep.h
+include/dcmtk/oflog/helpers/snprintf.h
+include/dcmtk/oflog/helpers/sockbuff.h
+include/dcmtk/oflog/helpers/socket.h
+include/dcmtk/oflog/helpers/strhelp.h
+include/dcmtk/oflog/helpers/threadcf.h
+include/dcmtk/oflog/helpers/timehelp.h
+include/dcmtk/oflog/hierarchy.h
+include/dcmtk/oflog/hierlock.h
+include/dcmtk/oflog/internal/cygwin32.h
+include/dcmtk/oflog/internal/env.h
+include/dcmtk/oflog/internal/internal.h
+include/dcmtk/oflog/internal/socket.h
+include/dcmtk/oflog/layout.h
+include/dcmtk/oflog/log4judp.h
+include/dcmtk/oflog/logger.h
+include/dcmtk/oflog/loglevel.h
+include/dcmtk/oflog/logmacro.h
+include/dcmtk/oflog/mdc.h
+include/dcmtk/oflog/ndc.h
+include/dcmtk/oflog/ntelogap.h
+include/dcmtk/oflog/nullap.h
+include/dcmtk/oflog/oflog.h
+include/dcmtk/oflog/socketap.h
+include/dcmtk/oflog/spi/apndatch.h
+include/dcmtk/oflog/spi/factory.h
+include/dcmtk/oflog/spi/filter.h
+include/dcmtk/oflog/spi/logevent.h
+include/dcmtk/oflog/spi/logfact.h
+include/dcmtk/oflog/spi/logimpl.h
+include/dcmtk/oflog/spi/objreg.h
+include/dcmtk/oflog/spi/rootlog.h
+include/dcmtk/oflog/streams.h
+include/dcmtk/oflog/syslogap.h
+include/dcmtk/oflog/tchar.h
+include/dcmtk/oflog/thread/impl/syncimpl.h
+include/dcmtk/oflog/thread/impl/syncpmsm.h
+include/dcmtk/oflog/thread/impl/syncpthr.h
+include/dcmtk/oflog/thread/impl/syncwin.h
+include/dcmtk/oflog/thread/impl/thredimp.h
+include/dcmtk/oflog/thread/impl/tls.h
+include/dcmtk/oflog/thread/syncprim.h
+include/dcmtk/oflog/thread/syncpub.h
+include/dcmtk/oflog/thread/threads.h
+include/dcmtk/oflog/tracelog.h
+include/dcmtk/oflog/tstring.h
+include/dcmtk/oflog/version.h
+include/dcmtk/oflog/winconap.h
+include/dcmtk/oflog/windebap.h
+include/dcmtk/ofstd/diag/cnvrsn.def
+include/dcmtk/ofstd/diag/mmtag.def
+include/dcmtk/ofstd/diag/nsdfti.def
+include/dcmtk/ofstd/diag/overflow.def
+include/dcmtk/ofstd/diag/piof.def
+include/dcmtk/ofstd/diag/pop.def
+include/dcmtk/ofstd/diag/push.def
+include/dcmtk/ofstd/diag/shadow.def
+include/dcmtk/ofstd/diag/signcmp.def
+include/dcmtk/ofstd/diag/vsprfw.def
+include/dcmtk/ofstd/ofalgo.h
+include/dcmtk/ofstd/ofalign.h
+include/dcmtk/ofstd/ofassert.h
+include/dcmtk/ofstd/ofbmanip.h
+include/dcmtk/ofstd/ofcast.h
+include/dcmtk/ofstd/ofchrenc.h
+include/dcmtk/ofstd/ofcmdln.h
+include/dcmtk/ofstd/ofconapp.h
+include/dcmtk/ofstd/ofcond.h
+include/dcmtk/ofstd/ofconfig.h
+include/dcmtk/ofstd/ofconsol.h
+include/dcmtk/ofstd/ofcrc32.h
+include/dcmtk/ofstd/ofdate.h
+include/dcmtk/ofstd/ofdatime.h
+include/dcmtk/ofstd/ofdefine.h
+include/dcmtk/ofstd/ofdiag.h
+include/dcmtk/ofstd/oferror.h
+include/dcmtk/ofstd/ofexbl.h
+include/dcmtk/ofstd/ofexit.h
+include/dcmtk/ofstd/ofexport.h
+include/dcmtk/ofstd/offile.h
+include/dcmtk/ofstd/offilsys.h
+include/dcmtk/ofstd/offname.h
+include/dcmtk/ofstd/ofglobal.h
+include/dcmtk/ofstd/ofgrp.h
+include/dcmtk/ofstd/oflimits.h
+include/dcmtk/ofstd/oflist.h
+include/dcmtk/ofstd/ofmap.h
+include/dcmtk/ofstd/ofmath.h
+include/dcmtk/ofstd/ofmem.h
+include/dcmtk/ofstd/ofoption.h
+include/dcmtk/ofstd/ofoset.h
+include/dcmtk/ofstd/ofpwd.h
+include/dcmtk/ofstd/ofrand.h
+include/dcmtk/ofstd/ofset.h
+include/dcmtk/ofstd/ofsetit.h
+include/dcmtk/ofstd/ofsockad.h
+include/dcmtk/ofstd/ofstack.h
+include/dcmtk/ofstd/ofstd.h
+include/dcmtk/ofstd/ofstdinc.h
+include/dcmtk/ofstd/ofstream.h
+include/dcmtk/ofstd/ofstring.h
+include/dcmtk/ofstd/oftempf.h
+include/dcmtk/ofstd/oftest.h
+include/dcmtk/ofstd/ofthread.h
+include/dcmtk/ofstd/oftime.h
+include/dcmtk/ofstd/oftimer.h
+include/dcmtk/ofstd/oftraits.h
+include/dcmtk/ofstd/oftuple.h
+include/dcmtk/ofstd/oftypes.h
+include/dcmtk/ofstd/ofuoset.h
+include/dcmtk/ofstd/ofutil.h
+include/dcmtk/ofstd/ofuuid.h
+include/dcmtk/ofstd/ofvector.h
+include/dcmtk/ofstd/ofvriant.h
+include/dcmtk/ofstd/ofxml.h
+include/dcmtk/ofstd/variadic/helpers.h
+include/dcmtk/ofstd/variadic/tuple.h
+include/dcmtk/ofstd/variadic/tuplefrd.h
+include/dcmtk/ofstd/variadic/tuplefwd.h
+include/dcmtk/ofstd/variadic/variant.h
+lib/cmake/dcmtk/DCMTKConfig.cmake
+lib/cmake/dcmtk/DCMTKConfigVersion.cmake
+lib/cmake/dcmtk/DCMTKTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/dcmtk/DCMTKTargets.cmake
+lib/libcharls.so
+lib/libcharls.so.14
+lib/libcharls.so.14.3.6.4
+lib/libcmr.so
+lib/libcmr.so.14
+lib/libcmr.so.14.3.6.4
+lib/libdcmdata.so
+lib/libdcmdata.so.14
+lib/libdcmdata.so.14.3.6.4
+lib/libdcmdsig.so
+lib/libdcmdsig.so.14
+lib/libdcmdsig.so.14.3.6.4
+lib/libdcmfg.so
+lib/libdcmfg.so.14
+lib/libdcmfg.so.14.3.6.4
+lib/libdcmimage.so
+lib/libdcmimage.so.14
+lib/libdcmimage.so.14.3.6.4
+lib/libdcmimgle.so
+lib/libdcmimgle.so.14
+lib/libdcmimgle.so.14.3.6.4
+lib/libdcmiod.so
+lib/libdcmiod.so.14
+lib/libdcmiod.so.14.3.6.4
+lib/libdcmjpeg.so
+lib/libdcmjpeg.so.14
+lib/libdcmjpeg.so.14.3.6.4
+lib/libdcmjpls.so
+lib/libdcmjpls.so.14
+lib/libdcmjpls.so.14.3.6.4
+lib/libdcmnet.so
+lib/libdcmnet.so.14
+lib/libdcmnet.so.14.3.6.4
+lib/libdcmpmap.so
+lib/libdcmpmap.so.14
+lib/libdcmpmap.so.14.3.6.4
+lib/libdcmpstat.so
+lib/libdcmpstat.so.14
+lib/libdcmpstat.so.14.3.6.4
+lib/libdcmqrdb.so
+lib/libdcmqrdb.so.14
+lib/libdcmqrdb.so.14.3.6.4
+lib/libdcmrt.so
+lib/libdcmrt.so.14
+lib/libdcmrt.so.14.3.6.4
+lib/libdcmseg.so
+lib/libdcmseg.so.14
+lib/libdcmseg.so.14.3.6.4
+lib/libdcmsr.so
+lib/libdcmsr.so.14
+lib/libdcmsr.so.14.3.6.4
+lib/libdcmtls.so
+lib/libdcmtls.so.14
+lib/libdcmtls.so.14.3.6.4
+lib/libdcmtract.so
+lib/libdcmtract.so.14
+lib/libdcmtract.so.14.3.6.4
+lib/libdcmwlm.so
+lib/libdcmwlm.so.14
+lib/libdcmwlm.so.14.3.6.4
+lib/libi2d.so
+lib/libi2d.so.14
+lib/libi2d.so.14.3.6.4
+lib/libijg12.so
+lib/libijg12.so.14
+lib/libijg12.so.14.3.6.4
+lib/libijg16.so
+lib/libijg16.so.14
+lib/libijg16.so.14.3.6.4
+lib/libijg8.so
+lib/libijg8.so.14
+lib/libijg8.so.14.3.6.4
+lib/liboflog.so
+lib/liboflog.so.14
+lib/liboflog.so.14.3.6.4
+lib/libofstd.so
+lib/libofstd.so.14
+lib/libofstd.so.14.3.6.4
+man/man1/cda2dcm.1.gz
+man/man1/dcm2json.1.gz
+man/man1/dcm2pdf.1.gz
+man/man1/dcm2pnm.1.gz
+man/man1/dcm2xml.1.gz
+man/man1/dcmcjpeg.1.gz
+man/man1/dcmcjpls.1.gz
+man/man1/dcmconv.1.gz
+man/man1/dcmcrle.1.gz
+man/man1/dcmdjpeg.1.gz
+man/man1/dcmdjpls.1.gz
+man/man1/dcmdrle.1.gz
+man/man1/dcmdspfn.1.gz
+man/man1/dcmdump.1.gz
+man/man1/dcmftest.1.gz
+man/man1/dcmgpdir.1.gz
+man/man1/dcmicmp.1.gz
+man/man1/dcmj2pnm.1.gz
+man/man1/dcml2pnm.1.gz
+man/man1/dcmmkcrv.1.gz
+man/man1/dcmmkdir.1.gz
+man/man1/dcmmklut.1.gz
+man/man1/dcmodify.1.gz
+man/man1/dcmp2pgm.1.gz
+man/man1/dcmprscp.1.gz
+man/man1/dcmprscu.1.gz
+man/man1/dcmpschk.1.gz
+man/man1/dcmpsmk.1.gz
+man/man1/dcmpsprt.1.gz
+man/man1/dcmpsrcv.1.gz
+man/man1/dcmpssnd.1.gz
+man/man1/dcmqridx.1.gz
+man/man1/dcmqrscp.1.gz
+man/man1/dcmqrti.1.gz
+man/man1/dcmquant.1.gz
+man/man1/dcmrecv.1.gz
+man/man1/dcmscale.1.gz
+man/man1/dcmsend.1.gz
+man/man1/dcmsign.1.gz
+man/man1/dcod2lum.1.gz
+man/man1/dconvlum.1.gz
+man/man1/drtdump.1.gz
+man/man1/dsr2html.1.gz
+man/man1/dsr2xml.1.gz
+man/man1/dsrdump.1.gz
+man/man1/dump2dcm.1.gz
+man/man1/echoscu.1.gz
+man/man1/findscu.1.gz
+man/man1/getscu.1.gz
+man/man1/img2dcm.1.gz
+man/man1/movescu.1.gz
+man/man1/pdf2dcm.1.gz
+man/man1/stl2dcm.1.gz
+man/man1/storescp.1.gz
+man/man1/storescu.1.gz
+man/man1/termscu.1.gz
+man/man1/wlmscpfs.1.gz
+man/man1/xml2dcm.1.gz
+man/man1/xml2dsr.1.gz
+%%DATADIR%%/SC.dump
+%%DATADIR%%/VLP.dump
+%%DATADIR%%/acrnema.dic
+%%DATADIR%%/camera.lut
+%%DATADIR%%/dcm2xml.dtd
+%%DATADIR%%/dicom.dic
+%%DATADIR%%/diconde.dic
+%%DATADIR%%/dsr2xml.xsd
+%%DATADIR%%/dumppat.txt
+%%DATADIR%%/monitor.lut
+%%DATADIR%%/philips.lut
+%%DATADIR%%/printer.lut
+%%DATADIR%%/private.dic
+%%DATADIR%%/report.css
+%%DATADIR%%/reportx.css
+%%DATADIR%%/scanner.lut
+%%DATADIR%%/wlistdb/OFFIS/lockfile
+%%DATADIR%%/wlistdb/OFFIS/wklist1.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist10.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist2.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist3.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist4.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist5.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist6.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist7.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist8.dump
+%%DATADIR%%/wlistdb/OFFIS/wklist9.dump
+%%DATADIR%%/wlistdb/README
+%%DATADIR%%/wlistqry/README
+%%DATADIR%%/wlistqry/wlistqry0.dump
+%%DATADIR%%/wlistqry/wlistqry1.dump
+%%DATADIR%%/wlistqry/wlistqry10.dump
+%%DATADIR%%/wlistqry/wlistqry11.dump
+%%DATADIR%%/wlistqry/wlistqry12.dump
+%%DATADIR%%/wlistqry/wlistqry2.dump
+%%DATADIR%%/wlistqry/wlistqry3.dump
+%%DATADIR%%/wlistqry/wlistqry4.dump
+%%DATADIR%%/wlistqry/wlistqry5.dump
+%%DATADIR%%/wlistqry/wlistqry6.dump
+%%DATADIR%%/wlistqry/wlistqry7.dump
+%%DATADIR%%/wlistqry/wlistqry8.dump
+%%DATADIR%%/wlistqry/wlistqry9.dump