gICS_2.8.6
Public Member Functions | Private Attributes | Static Private Attributes
org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO Class Reference

ein consent ist ein ausgefuelltes und unterschriebenes konsentdokument (consent template)
das light dto enthaelt keine scans und keine freetextvals um sowohl datenmenge als auch db-zugriffe zu minimieren
More...

Inheritance diagram for org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO:
org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO

Public Member Functions

 ConsentLightDTO (ConsentKeyDTO key)
 
 ConsentLightDTO (ConsentLightDTO lightDTO)
 
ConsentKeyDTO getKey ()
 
void setKey (ConsentKeyDTO key)
 
boolean getPatientSignatureIsFromGuardian ()
 
void setPatientSignatureIsFromGuardian (boolean patientSignatureIsFromGuardian)
 
String getPhysicanId ()
 
void setPhysicanId (String physicanId)
 
Date getPatientSigningDate ()
 
void setPatientSigningDate (Date patientSigningDate)
 
Date getPhysicanSigningDate ()
 
void setPhysicanSigningDate (Date physicanSigningDate)
 
String getComment ()
 
void setComment (String comment)
 
String getExternProperties ()
 
void setExternProperties (String externProperties)
 
String getScanFileType ()
 
void setScanFileType (String scanFileType)
 
ConsentTemplateType getTemplateType ()
 
void setTemplateType (ConsentTemplateType templateType)
 
Map< ModuleKeyDTO, ModuleStateDTOgetModuleStates ()
 
void setModuleStates (Map< ModuleKeyDTO, ModuleStateDTO > moduleStates)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

ConsentKeyDTO key
 
boolean patientSignatureIsFromGuardian
 
String physicanId
 
Date patientSigningDate
 
Date physicanSigningDate
 
String comment
 
String externProperties
 
String scanFileType
 
ConsentTemplateType templateType
 
Map< ModuleKeyDTO, ModuleStateDTOmoduleStates = new HashMap<ModuleKeyDTO, ModuleStateDTO>()
 

Static Private Attributes

static final long serialVersionUID = -4082209239245270664L
 

Detailed Description

ein consent ist ein ausgefuelltes und unterschriebenes konsentdokument (consent template)
das light dto enthaelt keine scans und keine freetextvals um sowohl datenmenge als auch db-zugriffe zu minimieren

Author
geidell

Definition at line 52 of file ConsentLightDTO.java.


The documentation for this class was generated from the following file: