Package org.apache.ctakes.smokingstatus.patientLevel

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

Related Classes of org.apache.ctakes.smokingstatus.patientLevel.PatientLevelSmokingStatus

Copyright © 2018 www.massapicom. 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.