
com.imsweb.algorithms.survival.SurvivalTimeInputPatientDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algorithms Show documentation
Show all versions of algorithms Show documentation
Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)
The newest version!
/*
* Copyright (C) 2013 Information Management Services, Inc.
*/
package com.imsweb.algorithms.survival;
import java.util.List;
public class SurvivalTimeInputPatientDto {
private List _survivalTimeInputPatientDtoList;
public List getSurvivalTimeInputPatientDtoList() {
return _survivalTimeInputPatientDtoList;
}
public void setSurvivalTimeInputPatientDtoList(List survivalTimeInputPatientDtoList) {
_survivalTimeInputPatientDtoList = survivalTimeInputPatientDtoList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy