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

ein consent ist ein ausgefuelltes und unterschriebenes konsentdokument (consent template) More...

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

Public Member Functions

 ConsentDTO (ConsentKeyDTO key)
 
 ConsentDTO (ConsentLightDTO lightDTO)
 
 ConsentDTO (ConsentDTO dto, Date date)
 
String getPatientSignatureBase64 ()
 
void setPatientSignatureBase64 (String patientSignatureBase64)
 
String getPhysicanSignatureBase64 ()
 
void setPhysicanSignatureBase64 (String physicanSignatureBase64)
 
String getScanBase64 ()
 
void setScanBase64 (String scanBase64)
 
Map< String, String > getFreeTextVals ()
 
void setFreeTextVals (Map< String, String > freeTextVals)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 
- Public Member Functions inherited from org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 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

String patientSignatureBase64
 
String physicanSignatureBase64
 
String scanBase64
 
Map< String, String > freeTextVals = new HashMap<String, String>()
 

Static Private Attributes

static final long serialVersionUID = -4094005853140726190L
 

Detailed Description

ein consent ist ein ausgefuelltes und unterschriebenes konsentdokument (consent template)

Author
geidell

Definition at line 49 of file ConsentDTO.java.


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