Class QCDTO

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.dto.FhirIdDTO
org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QCHistoryDTO

public class QCDTO extends FhirIdDTO implements Serializable
qualitaetskontrolleintrag fuer einen consent
Author:
geidell
See Also:
  • Field Details

  • Constructor Details

    • QCDTO

      public QCDTO()
    • QCDTO

      public QCDTO(boolean qcPassed, String type, Date date, String inspector, String comment, String externProperties, String fhirID)
    • QCDTO

      public QCDTO(QCDTO dto)
  • Method Details

    • isQcPassed

      public boolean isQcPassed()
      is read-only because it will be set according to the type and domain-config
      Returns:
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getInspector

      public String getInspector()
    • setInspector

      public void setInspector(String inspector)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getExternProperties

      public String getExternProperties()
    • setExternProperties

      public void setExternProperties(String externProperties)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class FhirIdDTO
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class FhirIdDTO
    • toString

      public String toString()
      Overrides:
      toString in class FhirIdDTO