Skip navigation links
A B C D E F G H I L M N 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
getAllConsentsForSignerIds(String, Set<SignerIdDTO>, boolean) - 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.cm2.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
getAssignedPolicies() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getAssignedPolicies() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
get current list of assigned Modules as ArrayList
getBase64() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentScanDTO
 
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.AssignedPolicyDTO
 
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.ganimed.ttp.cm2.dto.SignerIdTypeDTO
 
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.AssignedConsentPolicy
get comment to describe purpose of AssignedConsentPolicy
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
 
getConsentDates() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getConsentDates(ConsentKeyDTO) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns the important dates for the given consent
getConsentExpirationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDateValuesDTO
this is the expirationDate of the consent as an object. it may be, that some (see ConsentDateValuesDTO.policyExpirations) or all (see ConsentDateValuesDTO.maxPolicyExpirationDate) policies expire before that date
getConsentKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignedPolicyDTO
 
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
getCreateTimestamp() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdTypeDTO
 
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
 
getCurrentConsentForSignerIdsAndCT(ConsentTemplateKeyDTO, Set<SignerIdDTO>, boolean, 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
getDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.QCDTO
 
getDateForPolicy(PolicyKeyDTO) - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDateValuesDTO
 
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
getDeprecatedPolicyKeys() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentModule
 
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.cm2.dto.StatisticDTO
 
getEntrydateWithoutTime() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.StatisticDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedPolicyDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getExpirationProperties() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
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.AssignedConsentPolicy
get expirationProperties of assigned policy
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.AssignedPolicyDTO
 
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.FreeTextDefDTO
 
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.AssignedConsentPolicy
get externProperties of assigned policy
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
getExternProperties() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get label of ConsentTemplateFreeText
getFhirID() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FhirIdDTO
 
getFileName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentScanDTO
 
getFileType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentScanDTO
 
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
 
getFixedExpirationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ExpirationPropertiesDTO
 
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
getFreeTextDefName() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextValDTO
 
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
getFreeTextValForDef(String) - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
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.cm2.dto.StatisticDTO
 
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
 
getInvalidQcTypes() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
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.FreeTextDefDTO
 
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.ganimed.ttp.cm2.dto.SignerIdTypeDTO
 
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
getLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplateFreeText
get label of ConsentTemplateFreeText
getLatestStats() - Method in interface org.emau.icmvc.ganimed.ttp.cm2.StatisticManager
get last generated statistic
getLegalConsentDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDateValuesDTO
 
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.cm2.dto.StatisticDTO
 
getMaxPolicyExpirationDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDateValuesDTO
 
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.ConsentDateValuesDTO
 
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.ganimed.ttp.cm2.dto.SignerIdTypeDTO
 
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
getObjectByFhirID(Class<T>, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
searches the object with the given fhirID
getObsolete() - Method in enum org.emau.icmvc.ganimed.ttp.cm2.dto.enums.ConsentStatus
 
getObsolete() - Method in enum org.emau.icmvc.magic.fhir.datatypes.AssignedConsentModule.PatientConsentStatus
 
getOrderedSignerIds() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentKeyDTO
Returns a list with this consentKey's signerIDs in the order of their order number
getOrderNumber() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedModuleDTO
 
getOrderNumber() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdDTO
 
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
 
getPatientSigningPlace() - 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
 
getPhysicianSigningPlace() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getPolicies() - Method in class org.emau.icmvc.magic.fhir.resources.ExchangeFormatDefinition
get current list of specified consent policies
getPolicy() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedPolicyDTO
 
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.ConsentDateValuesDTO
 
getPolicyKey() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignedPolicyDTO
 
getPolicyKeys() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
getPolicyKeyString() - Method in class org.emau.icmvc.magic.fhir.datatypes.AssignedConsentPolicy
get policy reference as semicolon separated string
getPolicyStatesForPolicyAndSignerIds(PolicyKeyDTO, Set<SignerIdDTO>, boolean) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all signed policies for the given policy which are signed by any person with at least one of the given ids
getPolicyStatesForPolicyNameAndSignerIds(String, String, Set<SignerIdDTO>, boolean) - 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
getPolicyStatesForSignerIds(String, Set<SignerIdDTO>, boolean) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all signed policies which are signed by any person with at least one of the given ids
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.ConsentTemplateDTO
 
getScanFileType() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getScanFileTypes() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getScans() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
 
getSerialversionuid() - Static method in class org.emau.icmvc.ganimed.ttp.cm2.dto.AssignedPolicyDTO
 
getShortText() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
getSignerIds() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentKeyDTO
 
getSignerIdType(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.cm2.GICSService
returns all information for the given signerIdType
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.FileTypeDTO
 
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
 
getUpdateTimestamp() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdTypeDTO
 
getUploadDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentScanDTO
 
getValidFromDate() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentLightDTO
 
getValidPeriod() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ExpirationPropertiesDTO
 
getValidQcTypes() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.DomainDTO
 
getValue() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.FreeTextValDTO
 
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
getVersionLabel() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
 
getVersionLabel() - Method in class org.emau.icmvc.magic.fhir.datatypes.ConsentTemplate
get version label of consent template
getVersionLabelAndVersion() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
Returns the version supplemented by the version label (if not null)
getVersionLabelOrVersion() - Method in class org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentTemplateDTO
Returns the version label if not null or the version otherwise
GICSFhirService - Interface in org.emau.icmvc.ganimed.ttp.cm2
 
GICSService - Interface in org.emau.icmvc.ganimed.ttp.cm2
 
A B C D E F G H I L M N O P Q R S T U V X 
Skip navigation links