Package dev.pcvolkmer.mv64e.model
Class IhcReport
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.IhcReport
-
public class IhcReport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIhcReport.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 IhcReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IhcReport.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetId()java.util.DategetIssuedOn()ReferencegetPatient()IhcReportResultsgetResults()ReferencegetSpecimen()inthashCode()IhcReportid(java.lang.String id)IhcReportissuedOn(java.util.Date issuedOn)IhcReportpatient(Reference patient)IhcReportresults(IhcReportResults results)voidsetId(java.lang.String id)voidsetIssuedOn(java.util.Date issuedOn)voidsetPatient(Reference patient)voidsetResults(IhcReportResults results)voidsetSpecimen(Reference specimen)IhcReportspecimen(Reference specimen)IhcReport.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
-
getSpecimen
public Reference getSpecimen()
-
setSpecimen
public void setSpecimen(Reference specimen)
-
issuedOn
public IhcReport issuedOn(java.util.Date issuedOn)
-
getIssuedOn
public java.util.Date getIssuedOn()
-
setIssuedOn
public void setIssuedOn(java.util.Date issuedOn)
-
getPatient
public Reference getPatient()
-
setPatient
public void setPatient(Reference patient)
-
id
public IhcReport id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
results
public IhcReport results(IhcReportResults results)
-
getResults
public IhcReportResults getResults()
-
setResults
public void setResults(IhcReportResults 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 IhcReport.Builder builder()
-
toBuilder
public IhcReport.Builder toBuilder()
-
-