gICS_2.8.6
Data Fields
org.emau.icmvc.ganimed.ttp.cm2.config.DomainProperties Enum Reference

possible properties for a consent domain More...

Data Fields

 TAKE_HIGHEST_VERSION_INSTEAD_OF_NEWEST
 If there are more than one signed policies for a policy, instead the most recent, the one with the highest version number is considered the current one. More...
 
 REVOKE_IS_PERMANENT
 If set to true, a single signed policy with the state "declined" voids all signed policies for that policy (even if they are newer). More...
 
 SCANS_ARE_NOT_MANDATORY_FOR_ACCEPTED_CONSENTS
 By default, if at least one policy is accepted within a consent document, a scan of either patient and physician signature or of the whole document is required. More...
 

Detailed Description

possible properties for a consent domain

Author
geidell

Definition at line 45 of file DomainProperties.java.

Field Documentation

◆ REVOKE_IS_PERMANENT

org.emau.icmvc.ganimed.ttp.cm2.config.DomainProperties.REVOKE_IS_PERMANENT

If set to true, a single signed policy with the state "declined" voids all signed policies for that policy (even if they are newer).


default = false

Definition at line 56 of file DomainProperties.java.

◆ SCANS_ARE_NOT_MANDATORY_FOR_ACCEPTED_CONSENTS

org.emau.icmvc.ganimed.ttp.cm2.config.DomainProperties.SCANS_ARE_NOT_MANDATORY_FOR_ACCEPTED_CONSENTS

By default, if at least one policy is accepted within a consent document, a scan of either patient and physician signature or of the whole document is required.

Set this property to true to skip this validation check.
default = false

Definition at line 62 of file DomainProperties.java.

◆ TAKE_HIGHEST_VERSION_INSTEAD_OF_NEWEST

org.emau.icmvc.ganimed.ttp.cm2.config.DomainProperties.TAKE_HIGHEST_VERSION_INSTEAD_OF_NEWEST

If there are more than one signed policies for a policy, instead the most recent, the one with the highest version number is considered the current one.


default = false

Definition at line 51 of file DomainProperties.java.


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