Skip navigation links
A C D E F G H I L M O P Q R S T U V X 

G

getAliasesForSignerId(String, SignerIdDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns a list with all signer ids which are connected via an alias to the given signer id
getAllConsentedIdsFor(String, PolicyKeyDTO, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
list all consented ids for the given policy and signerIdType
getAllConsentsForConsentTemplate(ConsentTemplateKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
lists all consents for the given consent template
getAllConsentsForDomain(String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
lists all consents for the given domain
getAllConsentsForDomainWithoutScan(String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
lists all consents for the given domain which doesn't have a scan attached
getAllConsentsForPerson(String, Set<SignerIdDTO>) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
lists all consents for the person with the given id
getAllConsentStatusForType(ConsentStatusType) - Static method in enum org.emau.icmvc.ganimed.ttp.cm2.dto.enums.ConsentStatus
 
getAllIdsForSignerIdType(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all id for the given signer id type and domain
getAllStats() - Method in interface org.emau.icmvc.ganimed.ttp.gstats.StatisticManager
get all generated statistics
getAssignedModules() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getAssignedModules() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get current list of assigned Modules as ArrayList
getChildren() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateStructureDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
 
getComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get comment to describe purpose of AssignedConsentModule
getComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get comment to describe purpose of consent domain
getComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get comment to describe purpose of consent policy
getComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get comment to describe purpose of consent template
getComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get comment to describe purpose of ConsentTemplateFreeText
getConsent(ConsentKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
get the complete dto for the given key - thought to be used in addition to the list functions
getConsentDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentKeyDTO
 
getConsentExpiration() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getConsentExpiration() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentExpirationValuesDTO
 
getConsentKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignedPolicyDTO
 
getConsentsByOID(String, List<StringPair>, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
Returns all consents containing the given question oids and answer oids.
getConsentsForDomainPaginated(String, PaginationConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
lists all consents for the given domain paginated
getConsentState() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
getConsentStatus() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DetectedModuleDTO
 
getConsentStatusType() - Method in enum org.emau.icmvc.ganimed.ttp.cm2.dto.enums.ConsentStatus
 
getConsentStatusType(Set<SignerIdDTO>, PolicyKeyDTO, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
checks whether there's a signed consent for the given patient and policy in the given specific version
getConsentStatusTypeFromExcludingToExcluding(Set<SignerIdDTO>, String, String, String, String, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
checks whether there's a signed consent for the given patient and policy in the given version range: from < version < to
ignores the config parameter "ignoreVersionNumber"
getConsentStatusTypeFromExcludingToIncluding(Set<SignerIdDTO>, String, String, String, String, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
checks whether there's a signed consent for the given patient and policy in the given version range: from < version <= to
ignores the config parameter "ignoreVersionNumber"
getConsentStatusTypeFromIncludingToExcluding(Set<SignerIdDTO>, String, String, String, String, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
checks whether there's a signed consent for the given patient and policy in the given version range: from <= version < to
ignores the config parameter "ignoreVersionNumber"
getConsentStatusTypeFromIncludingToIncluding(Set<SignerIdDTO>, String, String, String, String, CheckConsentConfig) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
checks whether there's a signed consent for the given patient and policy in the given version range: from <= version <= to
ignores the config parameter "ignoreVersionNumber"
getConsentTemplate(ConsentTemplateKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all attributes of the requested consent template
getConsentTemplateKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentKeyDTO
 
getConsentTemplateVersionConverter() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get consent Template Java Version Converter
getContact() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get responsible contact for this consent template
getConverterString() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getConverterString() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get converter string for freetext
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getCreationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdDTO
 
getCtVersionConverter() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getCurrentConsentForPersonAndCT(ConsentTemplateKeyDTO, Set<SignerIdDTO>, boolean) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns the current consent for the given signerIds
current means: the consent with the highest versionNumber of the associated ConsentTemplate; if there are more then one, the newest (ConsentDate) of them
if "ignoreVersionNumber" is true, then the newest of all consents belonging to the signerIds, regardless of the VersionNumber of the associated ConsentTemplate
getCurrentConsentTemplate(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all attributes of the current (highest version) consent template with the given name
getDateForPolicy(PolicyKeyDTO) - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentExpirationValuesDTO
 
getDefaultConsentStatus() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getDefaultConsentStatus() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get defaultConsentStatus of AssignedConsentModule
getDetectedModuleStates() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentParseResultDTO
 
getDetectedSignerIds() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentParseResultDTO
 
getDetectedTemplateKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentParseResultDTO
 
getDisplayCheckboxes() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getDisplayCheckBoxes() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get list of check box values of type PatientConsentStatus of AssignedConsentModule
getDisplayCheckBoxesAsString() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get list of check box values of type PatientConsentStatus of AssignedConsentModule as string
getDomain(String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all information for the given domain
getDomain() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get consent domain information from the format definition
getDomainName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateKeyDTO
 
getDomainName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleKeyDTO
 
getDomainName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyKeyDTO
 
getDomainName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get Name of assigned consent domain
getDomainName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get Name of assigned consent domain
getDomainName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get Name of assigned consent domain
getEndDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getEndDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCHistoryDTO
 
getEntrydate() - Method in class org.emau.icmvc.ganimed.ttp.gstats.CommonStatisticBean
 
getExpirationDates(ConsentKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns the expiration dates for all policies for the given consent
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get expirationProperties of assigned module
getExpirationProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get expirationProperties of consent template
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getExternProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
 
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get externProperties of assigned module
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get externProperties of consent domain
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get externProperties of consent module
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get externProperties of consent policy
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get externProperties of consent template
getFilter() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getFinalised() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getFinalised() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getFinalised() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getFinalised() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getFinalised() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getFinalized() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get consent domain finalized status
getFinalized() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get consent policy finalized status
getFinalized() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get consent template finalized status
getFirstEntry() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getFirstLevelModules() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateStructureDTO
 
getFooter() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getFooter() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get footer of consent template
getFreeTextDefs() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getFreetextDefs() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get current list of assigned FreeTextsDefinitions as ArrayList
getFreeTextVals() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getHeader() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getHeader() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get header of consent template
getId() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdDTO
 
getId() - Method in class org.emau.icmvc.ganimed.ttp.gstats.CommonStatisticBean
 
getIdMatchingType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.CheckConsentConfig
 
getIdType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdDTO
 
getIgnoreVersionNumber() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.CheckConsentConfig
 
getInspector() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DetectedModuleDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.util.StringPair
 
getLabel() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getLabel() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getLabel() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getLabel() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get label for consent domain
getLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get Label of consent policy
getLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get Label of consent template
getLatestStats() - Method in interface org.emau.icmvc.ganimed.ttp.gstats.StatisticManager
get last generated statistic
getLogo() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getLogo() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get domain logo as base64 encoded stream of bytes
getMandatory() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getMandatory() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get mandatory state of AssignedConsentModule
getMappedStatValue() - Method in class org.emau.icmvc.ganimed.ttp.gstats.CommonStatisticBean
 
getMissingModules() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentParseResultDTO
 
getModule() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getModule(ModuleKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all attributes of the requested module
getModuleComment() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get comment to describe purpose of consent module
getModuleExpirations() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentExpirationValuesDTO
 
getModuleFinalized() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get consent module finalized status
getModuleKey() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get module reference as semicolon separated string
getModuleLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get label of consent module
getModuleName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get Name of consent module
getModules() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get current list of specified consent modules
getModuleShortText() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get shorttext of consent module
getModuleStates() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getModuleText() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get text of consent module to be used as label etc.
getModuleTitle() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get title of consent module to be used as label etc.
getModuleVersion() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get version of consent module
getModuleVersionConverter() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getModuleVersionConverter() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get consent module Java Version Converter
getName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateKeyDTO
 
getName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleKeyDTO
 
getName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyKeyDTO
 
getName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get consent domain name
getName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get Name of consent policy
getName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get Name of consent template
getName() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get Name of freetext for consent template
getOrderNumber() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getOrderNumber() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule
get orderNumber of AssignedConsentModule
getPageSize() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getParameterName() - Method in exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.InvalidParameterException
 
getParent() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getParseResult() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DetectedModuleDTO
 
getPatientSignatureBase64() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getPatientSignatureIsFromGuardian() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getPatientSigningDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getPhysicianId() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getPhysicianSignatureBase64() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getPhysicianSigningDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getPolicies() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getPolicies() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get current list of specified consent policies
getPolicy(PolicyKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all attributes of the requested policy
getPolicyExpirations() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentExpirationValuesDTO
 
getPolicyKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignedPolicyDTO
 
getPolicyKeys() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
getPolicyKeys() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get list of consent policies assigned to consent module
getPolicyStatesForPolicyAndSigner(PolicyKeyDTO, Set<SignerIdDTO>) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all signed policies for the given policy which are signed by the person with the given id
getPolicyStatesForPolicyNameAndSigner(String, String, Set<SignerIdDTO>) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all signed policies for the given policy name (thus ignoring the version number of the policy) which are signed by the person with the given id
getPolicyStatesForSigner(String, Set<SignerIdDTO>) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all signed policies which are signed by the person with the given id
getPolicyVersionConverter() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getPolicyVersionConverter() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get consent policy Java Version Converter
getPos() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get properties of consent domain
getProperty(String) - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getQCHistoryForConsent(ConsentKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns a list with all qc entries for the given consent
getQualityControl() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getRequestDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.CheckConsentConfig
 
getRequired() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getRequired() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get required state of freetext
getResourceType() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
 
getScalingError() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentParseResultDTO
 
getScanBase64() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getScanBase64() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getScanFileType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getScanFileType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getShortText() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getSignerByOID(String, List<StringPair>, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
Returns all consents containing the given question oids and answer oids.
getSignerIds() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentKeyDTO
 
getSignerIdTypes() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getSignerIdTypes() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentDomain
get list of signedidtypes to be associated with consent information within the consent domain
getSortField() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getStartDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getStartDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCHistoryDTO
 
getStatus() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignedPolicyDTO
 
getStringForType(ConsentStatusType) - Static method in enum org.emau.icmvc.ganimed.ttp.cm2.dto.enums.ConsentStatus
 
getStructure() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getStructureFhirVersionEnum() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
 
getSupportedVersion() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get supported gICS-version for the format specification
getTemplates() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get current list of specified consent templates
getTemplateType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.PaginationConfig
 
getTemplateType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getText() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getTitle() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getTitle() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getTitle() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get title of consent template to be used as label etc.
getType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
 
getType() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get type of consent template
getType() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get type of freetext for consent template
getUnknownStateIsConsideredAsDecline() - Method in class org.emau.icmvc.ganimed.ttp.cm2.config.CheckConsentConfig
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextDefDTO
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyDTO
 
getValidFrom() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getValidTo() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getValue() - Method in class org.emau.icmvc.ganimed.ttp.cm2.util.StringPair
 
getVersion() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateKeyDTO
 
getVersion() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleKeyDTO
 
getVersion() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.PolicyKeyDTO
 
getVersion() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentPolicy
get version of consent policy
getVersion() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get version of consent template
GICSFhirService - Interface in org.emau.icmvc.ganimed.ttp.cm2
 
GICSService - Interface in org.emau.icmvc.ganimed.ttp.cm2
 
A C D E F G H I L M O P Q R S T U V X 
Skip navigation links