实例介绍
dcmktk-3.6.1_0924编译之后的包,包括lib、include、bin等
【实例截图】
【核心代码】
4744302542961518622.zip
└── dcmtk
├── bin
│ ├── dcm2pdf.exe
│ ├── dcm2pnm.exe
│ ├── dcm2xml.exe
│ ├── dcmcjpeg.exe
│ ├── dcmcjpls.exe
│ ├── dcmconv.exe
│ ├── dcmcrle.exe
│ ├── dcmdata_tests.exe
│ ├── dcmdjpeg.exe
│ ├── dcmdjpls.exe
│ ├── dcmdrle.exe
│ ├── dcmdspfn.exe
│ ├── dcmdump.exe
│ ├── dcmftest.exe
│ ├── dcmgpdir.exe
│ ├── dcmj2pnm.exe
│ ├── dcml2pnm.exe
│ ├── dcmmkcrv.exe
│ ├── dcmmkdir.exe
│ ├── dcmmklut.exe
│ ├── dcmnet_tests.exe
│ ├── dcmodify.exe
│ ├── dcmp2pgm.exe
│ ├── dcmprscp.exe
│ ├── dcmprscu.exe
│ ├── dcmpschk.exe
│ ├── dcmpsmk.exe
│ ├── dcmpsprt.exe
│ ├── dcmpsrcv.exe
│ ├── dcmpssnd.exe
│ ├── dcmqridx.exe
│ ├── dcmqrscp.exe
│ ├── dcmqrti.exe
│ ├── dcmquant.exe
│ ├── dcmrecv.exe
│ ├── dcmrt_tests.exe
│ ├── dcmscale.exe
│ ├── dcmsend.exe
│ ├── dcmsign.exe
│ ├── dcmsr_tests.exe
│ ├── dcod2lum.exe
│ ├── dconvlum.exe
│ ├── drtdump.exe
│ ├── drttest.exe
│ ├── dsr2html.exe
│ ├── dsr2xml.exe
│ ├── dsrdump.exe
│ ├── dump2dcm.exe
│ ├── echoscu.exe
│ ├── findscu.exe
│ ├── getscu.exe
│ ├── img2dcm.exe
│ ├── libcharls.dll
│ ├── libcharset-1.dll
│ ├── libcmr.dll
│ ├── libdcmdata.dll
│ ├── libdcmdsig.dll
│ ├── libdcmfg.dll
│ ├── libdcmimage.dll
│ ├── libdcmimgle.dll
│ ├── libdcmiod.dll
│ ├── libdcmjpeg.dll
│ ├── libdcmjpls.dll
│ ├── libdcmnet.dll
│ ├── libdcmpstat.dll
│ ├── libdcmqrdb.dll
│ ├── libdcmrt.dll
│ ├── libdcmseg.dll
│ ├── libdcmsr.dll
│ ├── libdcmtls.dll
│ ├── libdcmwlm.dll
│ ├── libeay32.dll
│ ├── libi2d.dll
│ ├── libiconv-2.dll
│ ├── libijg12.dll
│ ├── libijg16.dll
│ ├── libijg8.dll
│ ├── liboflog.dll
│ ├── libofstd.dll
│ ├── mkreport.exe
│ ├── movescu.exe
│ ├── ofstd_tests.exe
│ ├── pdf2dcm.exe
│ ├── ssleay32.dll
│ ├── storescp.exe
│ ├── storescu.exe
│ ├── termscu.exe
│ ├── wlmscpfs.exe
│ ├── xml2dcm.exe
│ └── xml2dsr.exe
├── cmake
│ ├── DCMTKConfig.cmake
│ ├── DCMTKTargets.cmake
│ └── DCMTKTargets-release.cmake
├── etc
│ └── dcmtk
│ ├── dcmpstat.cfg
│ ├── dcmqrscp.cfg
│ ├── filelog.cfg
│ ├── logger.cfg
│ ├── printers.cfg
│ ├── storescp.cfg
│ └── storescu.cfg
├── include
│ └── dcmtk
│ ├── config
│ │ └── osconfig.h
│ ├── dcmdata
│ │ ├── cmdlnarg.h
│ │ ├── dcbytstr.h
│ │ ├── dcchrstr.h
│ │ ├── dccodec.h
│ │ ├── dcdatset.h
│ │ ├── dcdatutl.h
│ │ ├── dcddirif.h
│ │ ├── dcdefine.h
│ │ ├── dcdeftag.h
│ │ ├── dcdicdir.h
│ │ ├── dcdicent.h
│ │ ├── dcdict.h
│ │ ├── dcdirrec.h
│ │ ├── dcelem.h
│ │ ├── dcerror.h
│ │ ├── dcfcache.h
│ │ ├── dcfilefo.h
│ │ ├── dcfilter.h
│ │ ├── dchashdi.h
│ │ ├── dcistrma.h
│ │ ├── dcistrmb.h
│ │ ├── dcistrmf.h
│ │ ├── dcistrmz.h
│ │ ├── dcitem.h
│ │ ├── dclist.h
│ │ ├── dcmetinf.h
│ │ ├── dcobject.h
│ │ ├── dcofsetl.h
│ │ ├── dcostrma.h
│ │ ├── dcostrmb.h
│ │ ├── dcostrmf.h
│ │ ├── dcostrmz.h
│ │ ├── dcovlay.h
│ │ ├── dcpath.h
│ │ ├── dcpcache.h
│ │ ├── dcpixel.h
│ │ ├── dcpixseq.h
│ │ ├── dcpxitem.h
│ │ ├── dcrleccd.h
│ │ ├── dcrlecce.h
│ │ ├── dcrlecp.h
│ │ ├── dcrledec.h
│ │ ├── dcrledrg.h
│ │ ├── dcrleenc.h
│ │ ├── dcrleerg.h
│ │ ├── dcrlerp.h
│ │ ├── dcsequen.h
│ │ ├── dcspchrs.h
│ │ ├── dcstack.h
│ │ ├── dcswap.h
│ │ ├── dctag.h
│ │ ├── dctagkey.h
│ │ ├── dctk.h
│ │ ├── dctypes.h
│ │ ├── dcuid.h
│ │ ├── dcvrae.h
│ │ ├── dcvras.h
│ │ ├── dcvrat.h
│ │ ├── dcvrcs.h
│ │ ├── dcvrda.h
│ │ ├── dcvrds.h
│ │ ├── dcvrdt.h
│ │ ├── dcvrfd.h
│ │ ├── dcvrfl.h
│ │ ├── dcvr.h
│ │ ├── dcvris.h
│ │ ├── dcvrlo.h
│ │ ├── dcvrlt.h
│ │ ├── dcvrobow.h
│ │ ├── dcvrod.h
│ │ ├── dcvrof.h
│ │ ├── dcvrpn.h
│ │ ├── dcvrpobw.h
│ │ ├── dcvrsh.h
│ │ ├── dcvrsl.h
│ │ ├── dcvrss.h
│ │ ├── dcvrst.h
│ │ ├── dcvrtm.h
│ │ ├── dcvruc.h
│ │ ├── dcvrui.h
│ │ ├── dcvrul.h
│ │ ├── dcvrulup.h
│ │ ├── dcvrur.h
│ │ ├── dcvrus.h
│ │ ├── dcvrut.h
│ │ ├── dcwcache.h
│ │ ├── dcxfer.h
│ │ ├── libi2d
│ │ │ ├── i2dbmps.h
│ │ │ ├── i2define.h
│ │ │ ├── i2d.h
│ │ │ ├── i2dimgs.h
│ │ │ ├── i2djpgs.h
│ │ │ ├── i2doutpl.h
│ │ │ ├── i2dplnsc.h
│ │ │ ├── i2dplsc.h
│ │ │ └── i2dplvlp.h
│ │ └── vrscan.h
│ ├── dcmfg
│ │ ├── fgbase.h
│ │ ├── fgdefine.h
│ │ ├── fgderimg.h
│ │ ├── fgfact.h
│ │ ├── fgfracon.h
│ │ ├── fgframevoilut.h
│ │ ├── fg.h
│ │ ├── fgimagedatatype.h
│ │ ├── fginterface.h
│ │ ├── fgpixmsr.h
│ │ ├── fgplanor.h
│ │ ├── fgplanorvol.h
│ │ ├── fgplanpo.h
│ │ ├── fgplanposvol.h
│ │ ├── fgrealworldvaluemapping.h
│ │ ├── fgseg.h
│ │ ├── fgtypes.h
│ │ ├── fgusimagedescription.h
│ │ ├── stack.h
│ │ └── stackinterface.h
│ ├── dcmimage
│ │ ├── diargimg.h
│ │ ├── diargpxt.h
│ │ ├── dicdefin.h
│ │ ├── dicmyimg.h
│ │ ├── dicmypxt.h
│ │ ├── dicocpt.h
│ │ ├── dicoflt.h
│ │ ├── dicoimg.h
│ │ ├── dicomot.h
│ │ ├── dicoopx.h
│ │ ├── dicoopxt.h
│ │ ├── dicopx.h
│ │ ├── dicopxt.h
│ │ ├── dicorot.h
│ │ ├── dicosct.h
│ │ ├── dihsvimg.h
│ │ ├── dihsvpxt.h
│ │ ├── dilogger.h
│ │ ├── dipalimg.h
│ │ ├── dipalpxt.h
│ │ ├── dipipng.h
│ │ ├── dipitiff.h
│ │ ├── diqtcmap.h
│ │ ├── diqtctab.h
│ │ ├── diqtfs.h
│ │ ├── diqthash.h
│ │ ├── diqthitl.h
│ │ ├── diqthitm.h
│ │ ├── diqtid.h
│ │ ├── diqtpbox.h
│ │ ├── diqtpix.h
│ │ ├── diqtstab.h
│ │ ├── diqttype.h
│ │ ├── diquant.h
│ │ ├── diregist.h
│ │ ├── dirgbimg.h
│ │ ├── dirgbpxt.h
│ │ ├── diybrimg.h
│ │ ├── diybrpxt.h
│ │ ├── diyf2img.h
│ │ ├── diyf2pxt.h
│ │ ├── diyp2img.h
│ │ └── diyp2pxt.h
│ ├── dcmimgle
│ │ ├── dcmimage.h
│ │ ├── dibaslut.h
│ │ ├── diciefn.h
│ │ ├── dicielut.h
│ │ ├── dicrvfit.h
│ │ ├── didefine.h
│ │ ├── didislut.h
│ │ ├── didispfn.h
│ │ ├── didocu.h
│ │ ├── diflipt.h
│ │ ├── digsdfn.h
│ │ ├── digsdlut.h
│ │ ├── diimage.h
│ │ ├── diinpx.h
│ │ ├── diinpxt.h
│ │ ├── diluptab.h
│ │ ├── dimo1img.h
│ │ ├── dimo2img.h
│ │ ├── dimocpt.h
│ │ ├── dimoflt.h
│ │ ├── dimoimg.h
│ │ ├── dimoipxt.h
│ │ ├── dimomod.h
│ │ ├── dimoopx.h
│ │ ├── dimoopxt.h
│ │ ├── dimopx.h
│ │ ├── dimopxt.h
│ │ ├── dimorot.h
│ │ ├── dimosct.h
│ │ ├── diobjcou.h
│ │ ├── diovdat.h
│ │ ├── diovlay.h
│ │ ├── diovlimg.h
│ │ ├── diovpln.h
│ │ ├── dipixel.h
│ │ ├── diplugin.h
│ │ ├── dipxrept.h
│ │ ├── diregbas.h
│ │ ├── dirotat.h
│ │ ├── discalet.h
│ │ ├── displint.h
│ │ ├── ditranst.h
│ │ └── diutils.h
│ ├── dcmiod
│ │ ├── iodcommn.h
│ │ ├── ioddef.h
│ │ ├── iodimage.h
│ │ ├── iodmacro.h
│ │ ├── iodrules.h
│ │ ├── iodtypes.h
│ │ ├── iodutil.h
│ │ ├── modacquisitioncontext.h
│ │ ├── modbase.h
│ │ ├── modcommoninstanceref.h
│ │ ├── modenhequipment.h
│ │ ├── modenhusimage.h
│ │ ├── modenhusseries.h
│ │ ├── modequipment.h
│ │ ├── modfor.h
│ │ ├── modgeneralimage.h
│ │ ├── modgeneralseries.h
│ │ ├── modgeneralstudy.h
│ │ ├── modhelp.h
│ │ ├── modimagepixel.h
│ │ ├── modmultiframedimension.h
│ │ ├── modmultiframefg.h
│ │ ├── modpatient.h
│ │ ├── modpatientstudy.h
│ │ ├── modsegmentationseries.h
│ │ ├── modsopcommon.h
│ │ ├── modsynchronisation.h
│ │ └── modusfor.h
│ ├── dcmjpeg
│ │ ├── ddpiimpl.h
│ │ ├── dipijpeg.h
│ │ ├── djcodecd.h
│ │ ├── djcodece.h
│ │ ├── djcparam.h
│ │ ├── djdecabs.h
│ │ ├── djdecbas.h
│ │ ├── djdecext.h
│ │ ├── djdeclol.h
│ │ ├── djdecode.h
│ │ ├── djdecpro.h
│ │ ├── djdecsps.h
│ │ ├── djdecsv1.h
│ │ ├── djdefine.h
│ │ ├── djdijg12.h
│ │ ├── djdijg16.h
│ │ ├── djdijg8.h
│ │ ├── djeijg12.h
│ │ ├── djeijg16.h
│ │ ├── djeijg8.h
│ │ ├── djencabs.h
│ │ ├── djencbas.h
│ │ ├── djencext.h
│ │ ├── djenclol.h
│ │ ├── djencode.h
│ │ ├── djencpro.h
│ │ ├── djencsps.h
│ │ ├── djencsv1.h
│ │ ├── djrplol.h
│ │ ├── djrploss.h
│ │ └── djutils.h
│ ├── dcmjpls
│ │ ├── djcodecd.h
│ │ ├── djcodece.h
│ │ ├── djcparam.h
│ │ ├── djdecode.h
│ │ ├── djencode.h
│ │ ├── djlsutil.h
│ │ ├── djrparam.h
│ │ └── dldefine.h
│ ├── dcmnet
│ │ ├── assoc.h
│ │ ├── cond.h
│ │ ├── dcasccff.h
│ │ ├── dcasccfg.h
│ │ ├── dccfenmp.h
│ │ ├── dccfpcmp.h
│ │ ├── dccfprmp.h
│ │ ├── dccfrsmp.h
│ │ ├── dccftsmp.h
│ │ ├── dccfuidh.h
│ │ ├── dcmlayer.h
│ │ ├── dcmsmap.h
│ │ ├── dcmtrans.h
│ │ ├── dcompat.h
│ │ ├── dcuserid.h
│ │ ├── dfindscu.h
│ │ ├── dicom.h
│ │ ├── dimse.h
│ │ ├── diutil.h
│ │ ├── dndefine.h
│ │ ├── dstorscp.h
│ │ ├── dstorscu.h
│ │ ├── dul.h
│ │ ├── extneg.h
│ │ ├── lst.h
│ │ ├── scpcfg.h
│ │ ├── scp.h
│ │ ├── scppool.h
│ │ ├── scpthrd.h
│ │ └── scu.h
│ ├── dcmpstat
│ │ ├── dcmpstat.h
│ │ ├── dpdefine.h
│ │ ├── dvcache.h
│ │ ├── dviface.h
│ │ ├── dvpsab.h
│ │ ├── dvpsabl.h
│ │ ├── dvpsal.h
│ │ ├── dvpsall.h
│ │ ├── dvpscf.h
│ │ ├── dvpscu.h
│ │ ├── dvpscul.h
│ │ ├── dvpsda.h
│ │ ├── dvpsdal.h
│ │ ├── dvpsdef.h
│ │ ├── dvpsfs.h
│ │ ├── dvpsga.h
│ │ ├── dvpsgal.h
│ │ ├── dvpsgl.h
│ │ ├── dvpsgll.h
│ │ ├── dvpsgr.h
│ │ ├── dvpsgrl.h
│ │ ├── dvpshlp.h
│ │ ├── dvpsib.h
│ │ ├── dvpsibl.h
│ │ ├── dvpsmsg.h
│ │ ├── dvpsov.h
│ │ ├── dvpsovl.h
│ │ ├── dvpspl.h
│ │ ├── dvpspll.h
│ │ ├── dvpspr.h
│ │ ├── dvpsprt.h
│ │ ├── dvpsri.h
│ │ ├── dvpsril.h
│ │ ├── dvpsrs.h
│ │ ├── dvpsrsl.h
│ │ ├── dvpssp.h
│ │ ├── dvpsspl.h
│ │ ├── dvpssv.h
│ │ ├── dvpssvl.h
│ │ ├── dvpstat.h
│ │ ├── dvpstx.h
│ │ ├── dvpstxl.h
│ │ ├── dvpstyp.h
│ │ ├── dvpsvl.h
│ │ ├── dvpsvll.h
│ │ ├── dvpsvw.h
│ │ ├── dvpsvwl.h
│ │ └── dvsighdl.h
│ ├── dcmqrdb
│ │ ├── dcmqrcbf.h
│ │ ├── dcmqrcbg.h
│ │ ├── dcmqrcbm.h
│ │ ├── dcmqrcbs.h
│ │ ├── dcmqrcnf.h
│ │ ├── dcmqrdba.h
│ │ ├── dcmqrdbi.h
│ │ ├── dcmqrdbs.h
│ │ ├── dcmqridx.h
│ │ ├── dcmqropt.h
│ │ ├── dcmqrptb.h
│ │ ├── dcmqrsrv.h
│ │ ├── dcmqrtis.h
│ │ └── qrdefine.h
│ ├── dcmrt
│ │ ├── drmdose.h
│ │ ├── drmimage.h
│ │ ├── drmplan.h
│ │ ├── drmsrch.h
│ │ ├── drmstrct.h
│ │ ├── drtdose.h
│ │ ├── drtimage.h
│ │ ├── drtionpl.h
│ │ ├── drtiontr.h
│ │ ├── drtplan.h
│ │ ├── drtstrct.h
│ │ ├── drttreat.h
│ │ ├── drttypes.h
│ │ └── seq
│ │ ├── drtaadcs.h
│ │ ├── drtadcs.h
│ │ ├── drtads.h
│ │ ├── drtafs.h
│ │ ├── drtags.h
│ │ ├── drtajcs.h
│ │ ├── drtarics.h
│ │ ├── drtas1.h
│ │ ├── drtas5.h
│ │ ├── drtas6.h
│ │ ├── drtas7.h
│ │ ├── drtass.h
│ │ ├── drtbads.h
│ │ ├── drtbas.h
│ │ ├── drtbcps.h
│ │ ├── drtbl2.h
│ │ ├── drtbl5.h
│ │ ├── drtbldls.h
│ │ ├── drtbldps.h
│ │ ├── drtblds1.h
│ │ ├── drtblds5.h
│ │ ├── drtblds6.h
│ │ ├── drtbldts.h
│ │ ├── drtbrcss.h
│ │ ├── drtbrdrs.h
│ │ ├── drtbrs.h
│ │ ├── drtbs.h
│ │ ├── drtbvcps.h
│ │ ├── drtcbars.h
│ │ ├── drtccs.h
│ │ ├── drtcctus.h
│ │ ├── drtcdrs.h
│ │ ├── drtces.h
│ │ ├── drtchs.h
│ │ ├── drtcims.h
│ │ ├── drtcis.h
│ │ ├── drtcncs.h
│ │ ├── drtcos.h
│ │ ├── drtcpas.h
│ │ ├── drtcps.h
│ │ ├── drtcsas.h
│ │ ├── drtcs.h
│ │ ├── drtcshs.h
│ │ ├── drtcsis.h
│ │ ├── drtcss.h
│ │ ├── drtdcs.h
│ │ ├── drtdimcs.h
│ │ ├── drtdimrs.h
│ │ ├── drtdirs.h
│ │ ├── drtdrs.h
│ │ ├── drtds.h
│ │ ├── drtdspcs.h
│ │ ├── drtdss.h
│ │ ├── drtdvhs.h
│ │ ├── drtdvrrs.h
│ │ ├── drteas.h
│ │ ├── drtes.h
│ │ ├── drtfds.h
│ │ ├── drtfes.h
│ │ ├── drtfgs.h
│ │ ├── drtfgss.h
│ │ ├── drtfms.h
│ │ ├── drtfsss.h
│ │ ├── drtgas.h
│ │ ├── drthsdrs.h
│ │ ├── drtiais.h
│ │ ├── drtians.h
│ │ ├── drtiblds.h
│ │ ├── drtibls.h
│ │ ├── drtibs.h
│ │ ├── drticpds.h
│ │ ├── drticps.h
│ │ ├── drtics.h
│ │ ├── drtiis.h
│ │ ├── drtipiqs.h
│ │ ├── drtircs.h
│ │ ├── drtiseis.h
│ │ ├── drtitts.h
│ │ ├── drtiwps.h
│ │ ├── drtiws.h
│ │ ├── drtlsds6.h
│ │ ├── drtlsds7.h
│ │ ├── drtlsds.h
│ │ ├── drtmacds.h
│ │ ├── drtmas.h
│ │ ├── drtmdrs.h
│ │ ├── drtmls.h
│ │ ├── drtmps.h
│ │ ├── drtmss.h
│ │ ├── drtmucs.h
│ │ ├── drtoas.h
│ │ ├── drtois.h
│ │ ├── drtopis.h
│ │ ├── drtos.h
│ │ ├── drtpbcs.h
│ │ ├── drtpcs.h
│ │ ├── drtpcxs.h
│ │ ├── drtpfms.h
│ │ ├── drtpics.h
│ │ ├── drtporcs.h
│ │ ├── drtporis.h
│ │ ├── drtppcs.h
│ │ ├── drtprsis.h
│ │ ├── drtpscs.h
│ │ ├── drtpsics.h
│ │ ├── drtpss.h
│ │ ├── drtpsss.h
│ │ ├── drtpvis.h
│ │ ├── drtras.h
│ │ ├── drtrbas2.h
│ │ ├── drtrbas8.h
│ │ ├── drtrbls.h
│ │ ├── drtrbos1.h
│ │ ├── drtrbos6.h
│ │ ├── drtrbos7.h
│ │ ├── drtrbs2.h
│ │ ├── drtrbs4.h
│ │ ├── drtrbs8.h
│ │ ├── drtrcdrs.h
│ │ ├── drtrcos.h
│ │ ├── drtrcps.h
│ │ ├── drtrcs.h
│ │ ├── drtrdros.h
│ │ ├── drtrdrs1.h
│ │ ├── drtrdrs6.h
│ │ ├── drtrdrs8.h
│ │ ├── drtrds.h
│ │ ├── drtrecs.h
│ │ ├── drtrfgs.h
│ │ ├── drtrfors.h
│ │ ├── drtrics.h
│ │ ├── drtrims.h
│ │ ├── drtris.h
│ │ ├── drtrlsds.h
│ │ ├── drtrmdrs.h
│ │ ├── drtrms.h
│ │ ├── drtrmss6.h
│ │ ├── drtrmss7.h
│ │ ├── drtrpcs.h
│ │ ├── drtrpis.h
│ │ ├── drtrppcs.h
│ │ ├── drtrpphs.h
│ │ ├── drtrpps.h
│ │ ├── drtrppss.h
│ │ ├── drtrps.h
│ │ ├── drtrris1.h
│ │ ├── drtrris6.h
│ │ ├── drtrris9.h
│ │ ├── drtrrms.h
│ │ ├── drtrros.h
│ │ ├── drtrrpcs.h
│ │ ├── drtrrros.h
│ │ ├── drtrrs.h
│ │ ├── drtrrshs.h
│ │ ├── drtrrtps3.h
│ │ ├── drtrrtps4.h
│ │ ├── drtrrtps5.h
│ │ ├── drtrrtps.h
│ │ ├── drtrscs.h
│ │ ├── drtrsers.h
│ │ ├── drtrses.h
│ │ ├── drtrshs6.h
│ │ ├── drtrshs7.h
│ │ ├── drtrshs.h
│ │ ├── drtrsis.h
│ │ ├── drtrsns.h
│ │ ├── drtrsos.h
│ │ ├── drtrsrs.h
│ │ ├── drtrss.h
│ │ ├── drtrsss.h
│ │ ├── drtrsts.h
│ │ ├── drtrtrs2.h
│ │ ├── drtrtrs4.h
│ │ ├── drtrvis.h
│ │ ├── drtrws.h
│ │ ├── drtrwvms.h
│ │ ├── drtscris.h
│ │ ├── drtsdcs.h
│ │ ├── drtsds.h
│ │ ├── drtshds.h
│ │ ├── drtsis.h
│ │ ├── drtsns.h
│ │ ├── drtspccs.h
│ │ ├── drtspcs.h
│ │ ├── drtss.h
│ │ ├── drtssrs.h
│ │ ├── drttms0.h
│ │ ├── drttms9.h
│ │ ├── drttscds.h
│ │ ├── drttsibs.h
│ │ ├── drttsmds.h
│ │ ├── drttts.h
│ │ ├── drtvls.h
│ │ ├── drtwps.h
│ │ ├── drtwrs.h
│ │ ├── drtws.h
│ │ └── drtxrs.h
│ ├── dcmseg
│ │ ├── segdef.h
│ │ ├── segdoc.h
│ │ ├── segment.h
│ │ ├── segtypes.h
│ │ └── segutils.h
│ ├── dcmsign
│ │ ├── dcsignat.h
│ │ ├── sialgo.h
│ │ ├── siautopr.h
│ │ ├── sibrsapr.h
│ │ ├── sicert.h
│ │ ├── sicertvf.h
│ │ ├── sicreapr.h
│ │ ├── sidefine.h
│ │ ├── sidsa.h
│ │ ├── simaccon.h
│ │ ├── simac.h
│ │ ├── simd5.h
│ │ ├── sinullpr.h
│ │ ├── siprivat.h
│ │ ├── siripemd.h
│ │ ├── sirsa.h
│ │ ├── sisha1.h
│ │ ├── sisprof.h
│ │ ├── sitstamp.h
│ │ └── sitypes.h
│ ├── dcmsr
│ │ ├── cmr
│ │ │ ├── cid10013e.h
│ │ │ ├── cid10013.h
│ │ │ ├── cid10033e.h
│ │ │ ├── cid10033.h
│ │ │ ├── cid100.h
│ │ │ ├── cid11.h
│ │ │ ├── cid244e.h
│ │ │ ├── cid244.h
│ │ │ ├── cid29e.h
│ │ │ ├── cid29.h
│ │ │ ├── cid4020.h
│ │ │ ├── cid4021.h
│ │ │ ├── cid4031e.h
│ │ │ ├── cid4031.h
│ │ │ ├── cid42.h
│ │ │ ├── cid5000.h
│ │ │ ├── cid5001.h
│ │ │ ├── cid7021.h
│ │ │ ├── cid7445.h
│ │ │ ├── cid7452.h
│ │ │ ├── cid7453.h
│ │ │ ├── define.h
│ │ │ ├── init.h
│ │ │ ├── logger.h
│ │ │ ├── srnumvl.h
│ │ │ ├── tid1001.h
│ │ │ ├── tid1204.h
│ │ │ └── tid1600.h
│ │ ├── codes
│ │ │ ├── dcm.h
│ │ │ ├── srt.h
│ │ │ └── ucum.h
│ │ ├── dsdefine.h
│ │ ├── dsrbascc.h
│ │ ├── dsrc3dcc.h
│ │ ├── dsrchecc.h
│ │ ├── dsrcitem.h
│ │ ├── dsrcodtn.h
│ │ ├── dsrcodvl.h
│ │ ├── dsrcolcc.h
│ │ ├── dsrcomcc.h
│ │ ├── dsrcomtn.h
│ │ ├── dsrcomvl.h
│ │ ├── dsrcontn.h
│ │ ├── dsrcsidl.h
│ │ ├── dsrctpl.h
│ │ ├── dsrctxgr.h
│ │ ├── dsrdattn.h
│ │ ├── dsrdoc.h
│ │ ├── dsrdocst.h
│ │ ├── dsrdoctn.h
│ │ ├── dsrdoctr.h
│ │ ├── dsrdtitn.h
│ │ ├── dsrenhcc.h
│ │ ├── dsrimgfr.h
│ │ ├── dsrimgse.h
│ │ ├── dsrimgtn.h
│ │ ├── dsrimgvl.h
│ │ ├── dsrimpcc.h
│ │ ├── dsriodcc.h
│ │ ├── dsrkeycc.h
│ │ ├── dsrmaccc.h
│ │ ├── dsrmamcc.h
│ │ ├── dsrnumtn.h
│ │ ├── dsrnumvl.h
│ │ ├── dsrpnmtn.h
│ │ ├── dsrprocc.h
│ │ ├── dsrrefin.h
│ │ ├── dsrreftn.h
│ │ ├── dsrrrdcc.h
│ │ ├── dsrrtpl.h
│ │ ├── dsrsc3gr.h
│ │ ├── dsrsc3tn.h
│ │ ├── dsrsc3vl.h
│ │ ├── dsrscogr.h
│ │ ├── dsrscotn.h
│ │ ├── dsrscovl.h
│ │ ├── dsrsoprf.h
│ │ ├── dsrspecc.h
│ │ ├── dsrstpl.h
│ │ ├── dsrstrvl.h
│ │ ├── dsrtcodt.h
│ │ ├── dsrtcosp.h
│ │ ├── dsrtcotn.h
│ │ ├── dsrtcoto.h
│ │ ├── dsrtcovl.h
│ │ ├── dsrtextn.h
│ │ ├── dsrtimtn.h
│ │ ├── dsrtlist.h
│ │ ├── dsrtnant.h
│ │ ├── dsrtncsr.h
│ │ ├── dsrtree.h
│ │ ├── dsrtypes.h
│ │ ├── dsruidtn.h
│ │ ├── dsrwavch.h
│ │ ├── dsrwavtn.h
│ │ ├── dsrwavvl.h
│ │ ├── dsrxmlc.h
│ │ ├── dsrxmld.h
│ │ └── dsrxrdcc.h
│ ├── dcmtls
│ │ ├── tlsdefin.h
│ │ ├── tlslayer.h
│ │ ├── tlsscu.h
│ │ └── tlstrans.h
│ ├── dcmwlm
│ │ ├── wldefine.h
│ │ ├── wldsfs.h
│ │ ├── wlds.h
│ │ ├── wlfsim.h
│ │ ├── wlmactmg.h
│ │ └── wltypdef.h
│ ├── oflog
│ │ ├── appender.h
│ │ ├── asyncap.h
│ │ ├── clfsap.h
│ │ ├── clogger.h
│ │ ├── config
│ │ │ ├── defines.h
│ │ │ ├── macosx.h
│ │ │ ├── win32.h
│ │ │ └── windowsh.h
│ │ ├── config.h
│ │ ├── configrt.h
│ │ ├── consap.h
│ │ ├── fileap.h
│ │ ├── fstreams.h
│ │ ├── helpers
│ │ │ ├── apndimpl.h
│ │ │ ├── fileinfo.h
│ │ │ ├── lloguser.h
│ │ │ ├── lockfile.h
│ │ │ ├── loglog.h
│ │ │ ├── pointer.h
│ │ │ ├── property.h
│ │ │ ├── queue.h
│ │ │ ├── sleep.h
│ │ │ ├── snprintf.h
│ │ │ ├── sockbuff.h
│ │ │ ├── socket.h
│ │ │ ├── strhelp.h
│ │ │ ├── threadcf.h
│ │ │ └── timehelp.h
│ │ ├── hierarchy.h
│ │ ├── hierlock.h
│ │ ├── internal
│ │ │ ├── cygwin32.h
│ │ │ ├── env.h
│ │ │ ├── internal.h
│ │ │ └── socket.h
│ │ ├── layout.h
│ │ ├── log4judp.h
│ │ ├── logger.h
│ │ ├── loglevel.h
│ │ ├── logmacro.h
│ │ ├── mdc.h
│ │ ├── ndc.h
│ │ ├── ntelogap.h
│ │ ├── nullap.h
│ │ ├── oflog.h
│ │ ├── socketap.h
│ │ ├── spi
│ │ │ ├── apndatch.h
│ │ │ ├── factory.h
│ │ │ ├── filter.h
│ │ │ ├── logevent.h
│ │ │ ├── logfact.h
│ │ │ ├── logimpl.h
│ │ │ ├── objreg.h
│ │ │ └── rootlog.h
│ │ ├── streams.h
│ │ ├── syslogap.h
│ │ ├── tchar.h
│ │ ├── thread
│ │ │ ├── impl
│ │ │ │ ├── syncimpl.h
│ │ │ │ ├── syncpmsm.h
│ │ │ │ ├── syncpthr.h
│ │ │ │ ├── syncwin.h
│ │ │ │ ├── thredimp.h
│ │ │ │ └── tls.h
│ │ │ ├── syncprim.h
│ │ │ ├── syncpub.h
│ │ │ └── threads.h
│ │ ├── tracelog.h
│ │ ├── tstring.h
│ │ ├── version.h
│ │ ├── winconap.h
│ │ └── windebap.h
│ └── ofstd
│ ├── ofalgo.h
│ ├── ofalign.h
│ ├── ofaptr.h
│ ├── ofbmanip.h
│ ├── ofcast.h
│ ├── ofchrenc.h
│ ├── ofcmdln.h
│ ├── ofconapp.h
│ ├── ofcond.h
│ ├── ofconfig.h
│ ├── ofconsol.h
│ ├── ofcrc32.h
│ ├── ofdate.h
│ ├── ofdatime.h
│ ├── ofdefine.h
│ ├── ofexbl.h
│ ├── ofexport.h
│ ├── offile.h
│ ├── offname.h
│ ├── ofglobal.h
│ ├── ofgrp.h
│ ├── oflimits.h
│ ├── oflist.h
│ ├── ofmap.h
│ ├── ofmem.h
│ ├── ofnetdb.h
│ ├── ofoption.h
│ ├── ofoset.h
│ ├── ofpwd.h
│ ├── ofset.h
│ ├── ofsetit.h
│ ├── ofstack.h
│ ├── ofstd.h
│ ├── ofstdinc.h
│ ├── ofstream.h
│ ├── ofstring.h
│ ├── oftempf.h
│ ├── oftest.h
│ ├── ofthread.h
│ ├── oftime.h
│ ├── oftimer.h
│ ├── oftraits.h
│ ├── oftuple.h
│ ├── oftypes.h
│ ├── ofuoset.h
│ ├── ofutil.h
│ ├── ofuuid.h
│ ├── ofvector.h
│ ├── ofxml.h
│ └── variadic
│ ├── tuplefrd.h
│ ├── tuplefwd.h
│ └── tuple.h
├── lib
│ ├── libcharls.a
│ ├── libcharset.a
│ ├── libcmr.a
│ ├── libcrypto.a
│ ├── libdcmdata.a
│ ├── libdcmdsig.a
│ ├── libdcmfg.a
│ ├── libdcmimage.a
│ ├── libdcmimgle.a
│ ├── libdcmiod.a
│ ├── libdcmjpeg.a
│ ├── libdcmjpls.a
│ ├── libdcmnet.a
│ ├── libdcmpstat.a
│ ├── libdcmqrdb.a
│ ├── libdcmrt.a
│ ├── libdcmseg.a
│ ├── libdcmsr.a
│ ├── libdcmtls.a
│ ├── libdcmwlm.a
│ ├── libi2d.a
│ ├── libiconv.a
│ ├── libijg12.a
│ ├── libijg16.a
│ ├── libijg8.a
│ ├── libjpeg.a
│ ├── liboflog.a
│ ├── libofstd.a
│ ├── libpng14.a
│ ├── libssl.a
│ ├── libtiff.a
│ ├── libtiffxx.a
│ ├── libxml2.a
│ └── zlib.a
└── share
├── dcmtk
│ ├── acrnema.dic
│ ├── camera.lut
│ ├── dcm2xml.dtd
│ ├── dicom.dic
│ ├── diconde.dic
│ ├── dsr2xml.xsd
│ ├── dumppat.txt
│ ├── monitor.lut
│ ├── philips.lut
│ ├── printer.lut
│ ├── private.dic
│ ├── report.css
│ ├── reportx.css
│ ├── scanner.lut
│ ├── SC.dump
│ ├── VLP.dump
│ ├── wlistdb
│ │ ├── OFFIS
│ │ │ ├── lockfile
│ │ │ ├── wklist10.dump
│ │ │ ├── wklist1.dump
│ │ │ ├── wklist2.dump
│ │ │ ├── wklist3.dump
│ │ │ ├── wklist4.dump
│ │ │ ├── wklist5.dump
│ │ │ ├── wklist6.dump
│ │ │ ├── wklist7.dump
│ │ │ ├── wklist8.dump
│ │ │ ├── wklist9.dump
│ │ │ └── wlistqry.wl
│ │ └── README
│ └── wlistqry
│ ├── README
│ ├── wlistqry0.dump
│ ├── wlistqry10.dump
│ ├── wlistqry11.dump
│ ├── wlistqry12.dump
│ ├── wlistqry1.dump
│ ├── wlistqry2.dump
│ ├── wlistqry3.dump
│ ├── wlistqry4.dump
│ ├── wlistqry5.dump
│ ├── wlistqry6.dump
│ ├── wlistqry7.dump
│ ├── wlistqry8.dump
│ └── wlistqry9.dump
└── doc
└── dcmtk
├── ANNOUNCE
├── asconfig.txt
├── CHANGES
├── ciphers.txt
├── config.txt
├── COPYRIGHT
├── CREDITS
├── datadict.txt
├── dcmqrcnf.txt
├── dcmqrset.txt
├── dirstruc.txt
├── envvars.txt
├── FAQ
├── HISTORY
├── macros.txt
├── modules.txt
├── randseed.txt
├── testing.txt
└── VERSION
45 directories, 1025 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论