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

#191 - 메타데이터에서 Dicom을 유동적으로 연결할 수 있는 기능 구현 #202

Merged
merged 10 commits into from
Mar 3, 2022

Conversation

BEOKS
Copy link
Owner

@BEOKS BEOKS commented Mar 2, 2022

No description provided.

Redux와 Typescript를 베이스로 한 스키마 결정 다이얼로그
기초 코드를 작성하고 관련 패키지를 추가함
이제 메타데이터를 업로드 한 후, 다이얼로그를 통해서
메타데이터의 각 열의 타입을 설정할 수 있습니다.
설정된 타입들은 state.ColumnTypeDecisionDialogReducer.columnSchema에
object 형태로 저장됩니다.
중복된 CSV 파일을 레벨 단위로 나눌 수 있는
CsvLabelHandler.tsx 코드를 작성했습니다.
코드 테스트가 필요합니다.
CsvLabelHandler.test.ts에서 divideCsvWithLevel 기능에 대한
테스트를 진행하기 위해서 샘플 데이터와 간단한 테스트 코드를 추가했습니다.
jest를 WebStorm에서 실행 할 때, 에러가 발생하는 버그를 수정했습니다.
@BEOKS BEOKS changed the title #191 #191 - 메타데이터에서 Dicom을 유동적으로 연결할 수 있는 기능 구현 Mar 2, 2022
ts-jest의 버전이 jest와 호환이 되지 않아 발생하는 에러를
수정했습니다. 현재 사용하고 있는 ts-jest버전은 24.3.0이며
eslint-plugin-jest는 24.1.0을 사용하고있습니다.
csv 합성과 관련된 새로운 테스트 코드를
먼저 작성했습니다.
테스트를 위한 샘플 데이터에서 csvSlicesExample의
오류를 수정했습니다.
메타데이터가 업로드 될 때, StudyUIDInstance이
익명화 되지 않아 dicom파일과 연결되지 않는 버그를 수정했습니다.
@BEOKS BEOKS merged commit 8ebc479 into dev Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

메타데이터에서 Dicom을 유동적으로 연결할 수 있는 기능 구현
1 participant