Package com.imsweb.mph
Class MphOutput
java.lang.Object
com.imsweb.mph.MphOutput
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStep()voidsetGroupId(String groupId) voidsetGroupName(String groupName) voidvoidsetResult(MphUtils.MpResult result) void
-
Constructor Details
-
MphOutput
public MphOutput()
-
-
Method Details
-
getResult
-
setResult
-
getReason
-
setReason
-
getAppliedRules
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getStep
-
setStep
-