EPL

Core

class q2_cores.EPL.core.Core(logger, core_user, hq_credentials=None, **kwargs)[source]

Bases: BaseCore

All cores will inherit from this common base class. This contains a self.configured_user property, which is an instance of q2_sdk.models.cores.models.core_user.CoreUser.

CONFIG_FILE_NAME = 'EPL_Core'
REQUIRED_CONFIGURATIONS = {'CONSUMER_ID': 'Q2', 'INSTITUTION_ID': '01'}
OPTIONAL_CONFIGURATIONS = {'HEADER_NAMESPACE': '', 'REQUEST_NAMESPACE': ''}
async build_demographic_info()[source]

Returns a DemographicInfoMapper ready to execute

Return type:

DemographicInfoMapper