
com.imsweb.algorithms.iccc.IcccExecutableSiteGroupDto Maven / Gradle / Ivy
package com.imsweb.algorithms.iccc;
import java.util.List;
import com.imsweb.algorithms.internal.Utils;
/**
* Internal site group DTO used to calculate the recode, this class should not be used outside of SEER*Utils...
* User: depryf
* Date: 8/22/12
*/
public class IcccExecutableSiteGroupDto {
/**
* Unique identifier
*/
private String _id;
/**
* Name of the group
*/
private String _name;
/**
* Site inclusions (single integer values or ranges)
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy