All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.imsweb.algorithms.countyatdiagnosisanalysis.CountyAtDxAnalysisOutputDto Maven / Gradle / Ivy

Go to download

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)

There is a newer version: 4.12
Show newest version
/*
 * Copyright (C) 2019 Information Management Services, Inc.
 */
package com.imsweb.algorithms.countyatdiagnosisanalysis;

public class CountyAtDxAnalysisOutputDto {

    private String _countyAtDxAnalysis;
    private String _countyAtDxAnalysisFlag;

    public String getCountyAtDxAnalysis() {
        return _countyAtDxAnalysis;
    }

    public void setCountyAtDxAnalysis(String countyAtDxAnalysis) {
        _countyAtDxAnalysis = countyAtDxAnalysis;
    }

    public String getCountyAtDxAnalysisFlag() {
        return _countyAtDxAnalysisFlag;
    }

    public void setCountyAtDxAnalysisFlag(String countyAtDxAnalysisFlag) {
        _countyAtDxAnalysisFlag = countyAtDxAnalysisFlag;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy