Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0

File: <base>/sources/reko.kemppainen_at_gmail.com/entry9/get_param_label.m (1,129 bytes)
function [label]=get_param_label(title)


switch     title
    % Morphology parameters
    case    {'Age'}
        label='Years';
    case   {'Albumin'}
        label='g/dL';
    case   { 'ALP'}
        label='IU/L';
    case   {'ALT'}
        label='IU/L';  
    case   {'Bilirupin'}
        label='mg/dL';   
        
        
        
    otherwise
        disp(['unknown parameter:' title])
        label='';
end


end
% 
% 'RecordID';
%     'Age';
%     'Gender';
%     'Height';
%     'ICUType';
%     'Weight';
%     'Albumin';
%     'ALP';
%     'ALT';
%     'AST';
%     'Bilirubin';
%     'BUN';
%     'Cholesterol';
%     'Creatinine';
%     'DiasABP';
%     'FiO2';
%     'GCS';
%     'Glucose';
%     'HCO3';
%     'HCT';
%     'HR';
%     'K';
%     'Lactate';
%     'Mg';
%     'MAP';
%     'MechVent';
%     'Na';
%     'NIDiasABP';
%     'NIMAP';
%     'NISysABP';
%     'PaCO2';
%     'PaO2';
%     'pH';
%     'Platelets';
%     'RespRate';
%     'SaO2';
%     'SysABP';
%     'Temp';
%     'TropI';
%     'TropT';
%     'Urine';
%     'WBC'};