Package dev.pcvolkmer.mv64e.model
Class HistologyReport
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.HistologyReport
-
public class HistologyReport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistologyReport.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_ISSUED_ONstatic java.lang.StringJSON_PROPERTY_PATIENTstatic java.lang.StringJSON_PROPERTY_RESULTSstatic java.lang.StringJSON_PROPERTY_SPECIMEN
-
Constructor Summary
Constructors Constructor Description HistologyReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistologyReport.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetId()java.util.DategetIssuedOn()ReferencegetPatient()HistologyReportResultsgetResults()ReferencegetSpecimen()inthashCode()HistologyReportid(java.lang.String id)HistologyReportissuedOn(java.util.Date issuedOn)HistologyReportpatient(Reference patient)HistologyReportresults(HistologyReportResults results)voidsetId(java.lang.String id)voidsetIssuedOn(java.util.Date issuedOn)voidsetPatient(Reference patient)voidsetResults(HistologyReportResults results)voidsetSpecimen(Reference specimen)HistologyReportspecimen(Reference specimen)HistologyReport.BuildertoBuilder()java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SPECIMEN
public static final java.lang.String JSON_PROPERTY_SPECIMEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISSUED_ON
public static final java.lang.String JSON_PROPERTY_ISSUED_ON
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATIENT
public static final java.lang.String JSON_PROPERTY_PATIENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESULTS
public static final java.lang.String JSON_PROPERTY_RESULTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
specimen
public HistologyReport specimen(Reference specimen)
-
getSpecimen
public Reference getSpecimen()
-
setSpecimen
public void setSpecimen(Reference specimen)
-
issuedOn
public HistologyReport issuedOn(java.util.Date issuedOn)
-
getIssuedOn
public java.util.Date getIssuedOn()
-
setIssuedOn
public void setIssuedOn(java.util.Date issuedOn)
-
patient
public HistologyReport patient(Reference patient)
-
getPatient
public Reference getPatient()
-
setPatient
public void setPatient(Reference patient)
-
id
public HistologyReport id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
results
public HistologyReport results(HistologyReportResults results)
-
getResults
public HistologyReportResults getResults()
-
setResults
public void setResults(HistologyReportResults results)
-
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 HistologyReport.Builder builder()
-
toBuilder
public HistologyReport.Builder toBuilder()
-
-