Package org.ehrbase.aql.sql.binding
Interface I_JoinBinder
-
- All Known Implementing Classes:
ArchetypeNodeId,CompositionAttribute,CompositionAttributeQuery,CompositionName,CompositionUidValue,ContextOtherContext,EhrAttribute,EhrIdValue,EhrStatusAttribute,EhrStatusJson,EhrStatusOtherDetails,EventContextAttribute,EventContextJson,FormattedField,FullCompositionJson,GenericJsonField,JoinBinder,PartyRefAttribute,PartyRefJson,RMObjectAttribute,SettingAttribute,SimpleAttribute,SimpleCompositionAttribute,SimpleEventContextAttribute,SimplePartyRefAttribute,SystemAttribute,TemplateId,TemporalWithTimeZone
public interface I_JoinBinderCreated by christian on 11/1/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jooq.Table<PartyIdentifiedRecord>composerRefstatic StringCOMPOSITION_JOINstatic org.jooq.Table<CompositionRecord>compositionRecordTablestatic StringEHR_JOINstatic org.jooq.Table<EhrRecord>ehrRecordTablestatic org.jooq.Table<PartyIdentifiedRecord>facilityRefstatic StringSTATUS_JOINstatic org.jooq.Table<StatusRecord>statusRecordTablestatic org.jooq.Table<PartyIdentifiedRecord>subjectRefstatic StringSYSTEM_JOINstatic org.jooq.Table<SystemRecord>systemRecordTable
-
-
-
Field Detail
-
COMPOSITION_JOIN
static final String COMPOSITION_JOIN
- See Also:
- Constant Field Values
-
SYSTEM_JOIN
static final String SYSTEM_JOIN
- See Also:
- Constant Field Values
-
STATUS_JOIN
static final String STATUS_JOIN
- See Also:
- Constant Field Values
-
EHR_JOIN
static final String EHR_JOIN
- See Also:
- Constant Field Values
-
compositionRecordTable
static final org.jooq.Table<CompositionRecord> compositionRecordTable
-
systemRecordTable
static final org.jooq.Table<SystemRecord> systemRecordTable
-
statusRecordTable
static final org.jooq.Table<StatusRecord> statusRecordTable
-
ehrRecordTable
static final org.jooq.Table<EhrRecord> ehrRecordTable
-
composerRef
static final org.jooq.Table<PartyIdentifiedRecord> composerRef
-
subjectRef
static final org.jooq.Table<PartyIdentifiedRecord> subjectRef
-
facilityRef
static final org.jooq.Table<PartyIdentifiedRecord> facilityRef
-
-