Package com.imsweb.mph
Interface HematoDataProvider
- All Known Implementing Classes:
DefaultHematoDataProvider
public interface HematoDataProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetSamePrimary(String morphology) Returns same primary information for a given morphologygetTransformFrom(String morphology) Returns "transform from" information for a given morphologygetTransformTo(String morphology) Returns "transform to" information for a given morphology
-
Method Details
-
getSamePrimary
Returns same primary information for a given morphology morphology should have the format "9999/9".- Parameters:
morphology-- Returns:
- List of same primary morphologies with their applicable year
-
getTransformTo
Returns "transform to" information for a given morphology morphology should have the format "9999/9".- Parameters:
morphology-- Returns:
- List of transform to morphologies with their applicable year
-
getTransformFrom
Returns "transform from" information for a given morphology morphology should have the format "9999/9".- Parameters:
morphology-- Returns:
- List of transform from morphologies with their applicable year
-
getDataLastUpdated
Date getDataLastUpdated()- Returns:
- the date when the hemato data is last updated
-