Skip to content

Collaborative Stage

Chuck May edited this page Oct 27, 2022 · 9 revisions

Collaborative Stage is a unified data collection system designed to provide a common data set to meet the needs of all three staging systems (TNM, SEER EOD, and SEER SS). It provides a comprehensive system to improve data quality by standardizing rules for timing, clinical and pathologic assessments, and compatibility across all of the systems for all cancer sites.

To include Collaborative Stage in your project, use the following dependency:

implementation 'com.imsweb:staging-client-java-cs:x.x.x'

To use the Collaborative Stage algorithm use the CsDataProvider.

Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Clone this wiki locally