Examples of PatientLevelSmokingStatus


Examples of org.apache.ctakes.smokingstatus.patientLevel.PatientLevelSmokingStatus

        iv_useCDAProcess = (Boolean) getConfigParameterValue(CDA_PROCESSING);
        iv_postPatientLvlProcess = (Boolean) getConfigParameterValue(PATIENT_LEVEL_PROCESSING);
        iv_patient_level_file = (String) getConfigParameterValue(FINAL_CLASS_FILE);
       
        if (iv_postPatientLvlProcess) {
        patientSmokingStatus = new PatientLevelSmokingStatus();
        patientSmokingStatus.setInputFile(filename);
        }

    } catch (Exception ioe)
    {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.