Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patient Id를 받으면 StudyUID List를 반환하는 API 생성 #72

Closed
BEOKS opened this issue Jan 5, 2022 · 2 comments
Closed

Patient Id를 받으면 StudyUID List를 반환하는 API 생성 #72

BEOKS opened this issue Jan 5, 2022 · 2 comments
Assignees
Labels
BackEnd Task Sub task of Epic, Basic Component for Development
Projects
Milestone

Comments

@BEOKS
Copy link
Owner

BEOKS commented Jan 5, 2022

PatientID에 할당된 Study ID list를 json형식으로 반환하는 API생성

@BEOKS BEOKS created this issue from a note in Sprint2 (To do) Jan 5, 2022
@BEOKS BEOKS added BackEnd Task Sub task of Epic, Basic Component for Development labels Jan 5, 2022
@BEOKS BEOKS added this to the Sprint2 milestone Jan 5, 2022
@Jungwon-Lee
Copy link
Collaborator

Jungwon-Lee commented Jan 5, 2022

#67 (comment) 를 호출하여 받아온 Response

`{
"ID" : "87f22e7f-5f938fb3-0ec27167-384a12d8-2045c0af",

  "IsStable" : true,
  "LastUpdate" : "20220105T075037",
  "MainDicomTags" : {
     "0008,0020" : {
        "Name" : "StudyDate",
        "Type" : "String",
        "Value" : "20081019"
     },
     "0008,0030" : {
        "Name" : "StudyTime",
        "Type" : "String",
        "Value" : "102905.250000"
     },
     "0008,0050" : {
        "Name" : "AccessionNumber",
        "Type" : "String",
        "Value" : "1018932208290001"
     },
     "0008,0080" : {
        "Name" : "InstitutionName",
        "Type" : "String",
        "Value" : "DUIH"
     },
     "0008,0090" : {
        "Name" : "ReferringPhysicianName",
        "Type" : "String",
        "Value" : "AHN YEON SOON"
     },
     "0008,1030" : {
        "Name" : "StudyDescription",
        "Type" : "String",
        "Value" : "Thorax^C12_Low_Dose_CT (Adult)"
     },
     "0020,000d" : {
        "Name" : "StudyInstanceUID",
        "Type" : "String",
        "Value" : "1.2.410.2000010.82.242.1018932208290001"
     },
     "0020,0010" : {
        "Name" : "StudyID",
        "Type" : "String",
        "Value" : "RC3073"
     },
     "0032,1032" : {
        "Name" : "RequestingPhysician",
        "Type" : "String",
        "Value" : "AHN YEON SOON"
     },
     "0032,1060" : {
        "Name" : "RequestedProcedureDescription",
        "Type" : "String",
        "Value" : "Low Dose Screening Chest  CT (Single) (Non Contrast)"
     }
  },
  "ParentPatient" : "f980f325-b04d8f18-f4fd73bb-31f76580-6b3beda8",
  "PatientMainDicomTags" : {
     "0010,0010" : {
        "Name" : "PatientName",
        "Type" : "String",
        "Value" : "OYJ"
     },
     "0010,0020" : {
        "Name" : "PatientID",
        "Type" : "String",
        "Value" : "00000003"
     },
     "0010,0030" : {
        "Name" : "PatientBirthDate",
        "Type" : "String",
        "Value" : "20081019"
     },
     "0010,0040" : {
        "Name" : "PatientSex",
        "Type" : "String",
        "Value" : "M"
     },
     "0010,1000" : {
        "Name" : "OtherPatientIDs",
        "Type" : "String",
        "Value" : "20081019"
     }
  },
  "Series" : [
     "7f0d8885-cfcad26e-1ce7b659-c581fd9c-1e75d231",
     "b15c5099-cf7690c2-a49268b9-225c496a-b2e2ade8"
  ],
  "Type" : "Study"

}`
@BEOKS 여기서 원하는 값이 StudentInstanceUID 값임?
@BEOKS

@Jungwon-Lee
Copy link
Collaborator

Jungwon-Lee commented Jan 5, 2022

@BEOKS 일단 StudyInstanceUID list 리턴하도록 구현함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BackEnd Task Sub task of Epic, Basic Component for Development
Projects
Development

No branches or pull requests

2 participants