dicomparser1 Dicom 파일 핸들링 라이브러리 (feat. js) dicomParser https://cornerstonejs.github.io/dicomParser/examples/index.html https://cornerstonejs.github.io/dicomParser/examples/index.html cornerstonejs.github.io import dicomParser from "dicom-parser"; 포맷명을 ^ 를 구분자로 구분해준다. // 구분해준 배열의 0, 1번째에 존재하는 것으로 환자의 이름을 출력해줄 수 있는 함수 const formatName = (string) => { let name = string.split("^"); return `${name[0]}_${name[1]}`; }; dicomParser.parseDicom() .. 2023. 8. 28. 이전 1 다음