Loading MIMIC II data using windows, matlab and postgre SQL

버전 1.1.0.0 (3.66 KB) 작성자: Shuang Wang
Loading MIMIC II data using matlab and postgre SQL
다운로드 수: 542
업데이트 2014/6/26

라이선스 보기

% How to load mimic II data in windows with matlab and postgreSQL
%
% 1. install postgreSQL for windows,
% 2. create database with name MIMIC2;
% 3. run schema schema_mimic2v26.sql, which is available at https://physionet.org/works/MIMICIIClinicalDatabase/files/
% 4. make sure the 'Definitions' folder is available under the "currentPath" given in the matlab code.
% 5. make sure the folders for each patient are available. file in steps 4 and 5 can be obtained from,
% https://physionet.org/works/MIMICIIClinicalDatabase/files/
% 6. change the userName and password for your database and currentPath in the matlab code.
% 7. instal jdbc driver of postgre for matlab (e.g. add a line "C:\DB_Drivers\postgresql-9.2-1002.jdbc4.jar" in c:\Program
% Files\MATLAB\R2012a\toolbox\local\classpath.txt), where the drive can be downloaded from the postgre website.
% 8. run the matlab script improt_mimic_data.m
% 9. run indices_mimic2v26.sql, which is available at https://physionet.org/works/MIMICIIClinicalDatabase/files/

인용 양식

Shuang Wang (2026). Loading MIMIC II data using windows, matlab and postgre SQL (https://kr.mathworks.com/matlabcentral/fileexchange/40539-loading-mimic-ii-data-using-windows-matlab-and-postgre-sql), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Database Toolbox에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

add RunSQLCmdStr.m

1.0.0.0