Interface HematoDataProvider

All Known Implementing Classes:
DefaultHematoDataProvider

public interface HematoDataProvider
  • Method Details

    • getSamePrimary

      List<HematoDTO> getSamePrimary(String morphology)
      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

      List<HematoDTO> getTransformTo(String morphology)
      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

      List<HematoDTO> getTransformFrom(String morphology)
      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