끄적끄적 메모공간
close
프로필 배경
프로필 로고

끄적끄적 메모공간

  • 분류 전체보기 (544) N
    • [====== Development ======] (399)
      • C# (138)
      • C++ (25)
      • Python (40)
      • Android (14)
      • React (16)
      • Flutter (63)
      • DICOM (14)
      • Etc (89)
    • [====== 주식 , 경제 ======] (59)
    • [========== Etc =========] (29)
  • 홈
  • 태그
  • 방명록

DCMTK DcmSCU Example

https://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_DcmSCU Howto DcmSCU - DCMTK - OFFIS DCMTK and DICOM Projects DcmSCU example program¶ This is example code how to program an actual DICOM client with the DcmSCU class. In particular, it demonstrates how to send an ECHO to the server (usually a PACS), receive a list of studies the PACS has (Query) and downloads them support.dcmtk.org DcmS..

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2024. 1. 5.
  • textsms

DCMTK DICOM Print SCU

#include "stdafx.h" #include "dcmtk/config/osconfig.h" #include "dcmtk/dcmnet/scu.h" #include "dcmtk/dcmdata/dcdatset.h" #include "dcmtk/dcmdata/dcelem.h" #include "dcmtk/dcmdata/dcuid.h" #include "dcmtk/dcmdata/dcvrul.h" int main(int argc, char* argv[]) { DcmSCU scu; OFCondition cond; // Set the peer hostname and port number cond = scu.setPeerHostName("printscp.example.com"); if (cond.bad()) { ..

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2023. 3. 24.
  • textsms

DCMTK on Linux

apt-get install dcmtk storescp -v -d -od ./StoreSCP 9999 storescu -v -d 172.25.96.1 3000 ./StoreSCP/XXXX https://support.dcmtk.org/docs/storescp.html DCMTK: storescp: DICOM storage (C-STORE) SCP SYNOPSIS storescp [options] [port] DESCRIPTION The storescp application implements a Service Class Provider (SCP) for the Storage Service Class. It listens on a specific TCP/IP port for incoming associat..

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2022. 8. 2.
  • textsms

c# fo-dicom Add Sequence Tag

string filename = "output.dcm"; DicomDataset ds = new DicomDataset(); //Main dataset ds.Add(DicomTag.SpecificCharacterSet, "ISO_IR 100"); //Add some items ds.Add(DicomTag.PatientID, "191212121212"); DicomDataset sqContent = new DicomDataset(); //Content of the sequence sqContent.Add(DicomTag.Modality, "US"); sqContent.Add(DicomTag.ScheduledProcedureStepStartDate, DateTime.Now.Date); DicomSequenc..

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2022. 6. 15.
  • textsms

[DCMTK] JPEG 압축

compress a DICOM image file with lossless JPEG DJEncoderRegistration::registerCodecs(); // register JPEG codecs DcmFileFormat fileformat; if (fileformat.loadFile("test.dcm").good()) { DcmDataset *dataset = fileformat.getDataset(); DcmItem *metaInfo = fileformat.getMetaInfo(); DJ_RPLossless params; // codec parameters, we use the defaults // this causes the lossless JPEG version of the dataset to..

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2022. 6. 10.
  • textsms

DICOM DOSE SR 관련 자료

https://dicom.innolitics.com/ciods/x-ray-radiation-dose-sr X-Ray Radiation Dose SR CIOD – DICOM Standard Browser The X-Ray Radiation Dose SR IOD is used to convey the exposure characteristics and dose from X-Rays generated by imaging devices. dicom.innolitics.com http://dicom.nema.org/dicom/2013/output/chtml/part16/sect_XRayRadiationDoseSRIODTemplates.html

  • format_list_bulleted [====== Development ======]/DICOM
  • · 2021. 9. 24.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (544) N
    • [====== Development ======] (399)
      • C# (138)
      • C++ (25)
      • Python (40)
      • Android (14)
      • React (16)
      • Flutter (63)
      • DICOM (14)
      • Etc (89)
    • [====== 주식 , 경제 ======] (59)
    • [========== Etc =========] (29)
최근 글
인기 글
최근 댓글
태그
  • #도지코인 거래소
  • #WPF
  • #비트코인
  • #블록체인
  • #Python
  • #Bitcoin
  • #Style
  • #이더리움
  • #c#
  • #XAML
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바