Klasse ConsentDTO

Alle implementierten Schnittstellen:
Serializable, DomainRelated

public class ConsentDTO extends ConsentLightDTO implements Serializable
ein consent ist ein ausgefuelltes und unterschriebenes konsentdokument (consent template)
Autor:
geidell
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • hasPatientSignature

      public boolean hasPatientSignature()
    • getPatientSignatureBase64

      public String getPatientSignatureBase64()
    • setPatientSignatureBase64

      public void setPatientSignatureBase64(String patientSignatureBase64)
    • hasPhysicianSignature

      public boolean hasPhysicianSignature()
    • getPhysicianSignatureBase64

      public String getPhysicianSignatureBase64()
    • setPhysicianSignatureBase64

      public void setPhysicianSignatureBase64(String physicianSignatureBase64)
    • hasScans

      public boolean hasScans()
    • getScans

      public List<ConsentScanDTO> getScans()
    • setScans

      public void setScans(List<ConsentScanDTO> scans)
    • addScan

      public void addScan(ConsentScanDTO consentScanDTO)
    • getFreeTextVals

      public List<FreeTextValDTO> getFreeTextVals()
    • setFreeTextVals

      public void setFreeTextVals(List<FreeTextValDTO> freeTextVals)
    • getFreeTextValForDef

      public FreeTextValDTO getFreeTextValForDef(String freeTextDefName) throws NoValueException
      Löst aus:
      NoValueException
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse ConsentLightDTO
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse ConsentLightDTO
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse ConsentLightDTO