Class MphOutput

java.lang.Object
com.imsweb.mph.MphOutput

public class MphOutput extends Object
This class is used to encapsulate the output for the MP evaluation.

The most important field is the result, which is an enumeration containing the following possible outcome: - SINGLE_PRIMARY (the two tumors are the same primary) - MULTIPLE_PRIMARIES (the two tumors are different primaries) - QUESTIONABLE (not enough information to make a proper determination) - INVALID_INPUT (one or more of the required inputs (site, hist, behavior, year) are missing or invalid)
  • Constructor Details

    • MphOutput

      public MphOutput()
  • Method Details

    • getResult

      public MphUtils.MpResult getResult()
    • setResult

      public void setResult(MphUtils.MpResult result)
    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)
    • getAppliedRules

      public List<MphRule> getAppliedRules()
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)
    • getStep

      public String getStep()
    • setStep

      public void setStep(String step)