Package dev.pcvolkmer.mv64e.model
Class MolecularDiagnosticReport
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.MolecularDiagnosticReport
-
public class MolecularDiagnosticReport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMolecularDiagnosticReport.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_PERFORMERstatic java.lang.StringJSON_PROPERTY_RESULTSstatic java.lang.StringJSON_PROPERTY_SPECIMENstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description MolecularDiagnosticReport()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
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_PERFORMER
public static final java.lang.String JSON_PROPERTY_PERFORMER
- 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
-
type
public MolecularDiagnosticReport type(MolecularDiagnosticReportTypeCoding type)
-
getType
public MolecularDiagnosticReportTypeCoding getType()
-
setType
public void setType(MolecularDiagnosticReportTypeCoding type)
-
specimen
public MolecularDiagnosticReport specimen(Reference specimen)
-
getSpecimen
public Reference getSpecimen()
-
setSpecimen
public void setSpecimen(Reference specimen)
-
issuedOn
public MolecularDiagnosticReport issuedOn(java.util.Date issuedOn)
-
getIssuedOn
public java.util.Date getIssuedOn()
-
setIssuedOn
public void setIssuedOn(java.util.Date issuedOn)
-
performer
public MolecularDiagnosticReport performer(@Nullable Reference performer)
-
getPerformer
public @Nullable Reference getPerformer()
-
setPerformer
public void setPerformer(@Nullable Reference performer)
-
patient
public MolecularDiagnosticReport patient(Reference patient)
-
getPatient
public Reference getPatient()
-
setPatient
public void setPatient(Reference patient)
-
id
public MolecularDiagnosticReport id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
results
public MolecularDiagnosticReport results(@Nullable java.util.List<java.lang.String> results)
-
addResultsItem
public MolecularDiagnosticReport addResultsItem(java.lang.String resultsItem)
-
getResults
public @Nullable java.util.List<java.lang.String> getResults()
-
setResults
public void setResults(@Nullable java.util.List<java.lang.String> 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 MolecularDiagnosticReport.Builder builder()
-
toBuilder
public MolecularDiagnosticReport.Builder toBuilder()
-
-