Package dev.pcvolkmer.mv64e.model
Class HrdScore
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.HrdScore
-
public class HrdScore extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrdScore.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_COMPONENTSstatic java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_INTERPRETATIONstatic java.lang.StringJSON_PROPERTY_PATIENTstatic java.lang.StringJSON_PROPERTY_SPECIMENstatic java.lang.StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description HrdScore()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_INTERPRETATION
public static final java.lang.String JSON_PROPERTY_INTERPRETATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPONENTS
public static final java.lang.String JSON_PROPERTY_COMPONENTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SPECIMEN
public static final java.lang.String JSON_PROPERTY_SPECIMEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final java.lang.String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATIENT
public static final java.lang.String JSON_PROPERTY_PATIENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
interpretation
public HrdScore interpretation(@Nullable HrdScoreInterpretationCoding interpretation)
-
getInterpretation
public @Nullable HrdScoreInterpretationCoding getInterpretation()
-
setInterpretation
public void setInterpretation(@Nullable HrdScoreInterpretationCoding interpretation)
-
components
public HrdScore components(HrdScoreComponents components)
-
getComponents
public HrdScoreComponents getComponents()
-
setComponents
public void setComponents(HrdScoreComponents components)
-
id
public HrdScore id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getSpecimen
public Reference getSpecimen()
-
setSpecimen
public void setSpecimen(Reference specimen)
-
value
public HrdScore value(java.math.BigDecimal value)
-
getValue
public java.math.BigDecimal getValue()
-
setValue
public void setValue(java.math.BigDecimal value)
-
getPatient
public Reference getPatient()
-
setPatient
public void setPatient(Reference patient)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static HrdScore.Builder builder()
-
toBuilder
public HrdScore.Builder toBuilder()
-
-