Giter Club home page Giter Club logo

Comments (3)

BEOKS avatar BEOKS commented on May 24, 2024 1

Patient ID가 소속된 Study UID 리스트를 불러오는 API는 아래 링크를 참조하면 구현할 수 있을 듯 하다.
https://groups.google.com/g/orthanc-users/c/K41r39RjQPI

from web-dicom-management.

BEOKS avatar BEOKS commented on May 24, 2024 1

@BongYang
PatientID가 00000003인 Dicom 파일 찾기 테스트 성공

여기서 찾고자 하는 StudyInstanceUID와 검색에 사용되는 PatientID는 orthanc 서버에서 할당되는 UUID가 아니라 Dicom 파일 헤더에 포함되어있는 것을 의미함.

Request

curl -k  http://localhost:8042/tools/find  -d '{"Level" : "Study", "Expand":true, "Query" : {"PatientID" : "00000003"} }'

Response

[
   {
      "ID" : "87f22e7f-5f938fb3-0ec27167-384a12d8-2045c0af",
      "IsStable" : true,
      "LastUpdate" : "20220105T073608",
      "MainDicomTags" : {
         "AccessionNumber" : "1018932208290001",
         "InstitutionName" : "DUIH",
         "ReferringPhysicianName" : "AHN YEON SOON",
         "RequestedProcedureDescription" : "Low Dose Screening Chest  CT (Single) (Non Contrast)",
         "RequestingPhysician" : "AHN YEON SOON",
         "StudyDate" : "20081019",
         "StudyDescription" : "Thorax^C12_Low_Dose_CT (Adult)",
         "StudyID" : "RC3073",
         "StudyInstanceUID" : "1.2.410.2000010.82.242.1018932208290001",
         "StudyTime" : "102905.250000"
      },
      "ParentPatient" : "f980f325-b04d8f18-f4fd73bb-31f76580-6b3beda8",
      "PatientMainDicomTags" : {
         "OtherPatientIDs" : "20081019",
         "PatientBirthDate" : "20081019",
         "PatientID" : "00000003",
         "PatientName" : "OYJ",
         "PatientSex" : "M"
      },
      "Series" : [ "dc126127-0a89b964-a33d8382-f03fc09c-dc590593" ],
      "Type" : "Study"
   }
]

from web-dicom-management.

Jungwon-Lee avatar Jungwon-Lee commented on May 24, 2024

Thank you!

from web-dicom-management.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.