Package com.sas.lsaf.clinical.tlf
Class AnalysisResult
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.tlf.AnalysisResult
- All Implemented Interfaces:
Identifiable,Serializable
The class that represents an analysis result which is used to link results, data, and documentation in a
clinical study report.
- Since:
- 2.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnalysisResult(String id, String tlfId, String tlfIdentifier, String description, String reason, String purpose, String analysisParameter, String identifier, String documentation, String code, String codeContext, String tableJoinComment, int order, int dataSetCount) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the analysis parameter of the result.getCode()Gets any code used in the analysis result.Gets the context for the analysis code.intThe number of analysis data sets in this analysis result.Gets the description of the analysis result.Gets the documentation of the analysis result.Gets the identifier of the analysis result.intgetOrder()Gets the order of the analysis result within the TLF.Gets the purpose of the analysis result.Gets the reason of the analysis result.Gets the table join comment for the analysis result.getTlfId()Gets the TLF id that is the parent of this analysis result.Gets the TLF identifier that is the parent of this analysis result.inthashCode()toString()Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
AnalysisResult
public AnalysisResult(String id, String tlfId, String tlfIdentifier, String description, String reason, String purpose, String analysisParameter, String identifier, String documentation, String code, String codeContext, String tableJoinComment, int order, int dataSetCount) It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the analysis results returned by the API.- Parameters:
id- The unique identifier of the analysis result.tlfId- The unique identifier of the TLF to which this result is associated.tlfIdentifier- The TLF identifier of the TLF to which this result is associated.description- The description of the analysis result.reason- The reason for the analysis result.purpose- The purpose of the analysis result.analysisParameter- The analysis parameter of the analysis result.identifier- The result identifier of the analysis result.documentation- The documentation of the analysis result.code- The code for the analysis result.codeContext- The code context of the analysis result.tableJoinComment- The comment for a table join of the analysis result.order- The order number of the analysis result.dataSetCount- The data set count for the analysis result.
-
-
Method Details
-
getTlfId
Gets the TLF id that is the parent of this analysis result.- Returns:
- The TLF id.
-
getTlfIdentifier
Gets the TLF identifier that is the parent of this analysis result.- Returns:
- The TLF identifier.
-
getDescription
Gets the description of the analysis result.- Returns:
- The description.
-
getReason
Gets the reason of the analysis result.- Returns:
- The reason.
-
getPurpose
Gets the purpose of the analysis result.- Returns:
- The purpose.
-
getAnalysisParameter
Gets the analysis parameter of the result.- Returns:
- The analysis parameter.
-
getIdentifier
Gets the identifier of the analysis result.- Returns:
- The identifier.
-
getDocumentation
Gets the documentation of the analysis result.- Returns:
- The documentation.
-
getCode
Gets any code used in the analysis result.- Returns:
- The code.
-
getCodeContext
Gets the context for the analysis code.- Returns:
- The code context.
-
getTableJoinComment
Gets the table join comment for the analysis result.- Returns:
- The table join comment.
-
getOrder
public int getOrder()Gets the order of the analysis result within the TLF.- Returns:
- The order of the analysis result.
-
getDatasetCount
public int getDatasetCount()The number of analysis data sets in this analysis result.- Returns:
- The number of analysis data sets.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-