Class EventContextResolver
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.AttributeResolver
-
- org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.EventContextResolver
-
- All Implemented Interfaces:
RMAttributeResolver
public class EventContextResolver extends AttributeResolver
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXTstatic StringCONTEXT_END_TIMEstatic StringCONTEXT_END_TIME_VALUEstatic StringCONTEXT_FACILITYstatic StringCONTEXT_HEALTH_CARE_FACILITYstatic StringCONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REFstatic StringCONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REF_IDstatic StringCONTEXT_LOCATIONstatic StringCONTEXT_OTHER_CONTEXTstatic StringCONTEXT_PARTICIPATIONSstatic StringCONTEXT_SETTINGstatic StringCONTEXT_START_TIMEstatic StringCONTEXT_START_TIME_VALUEstatic StringEND_TIMEstatic StringEXTERNAL_REFstatic StringHEALTH_CARE_FACILITYstatic StringHEALTH_CARE_FACILITY_EXTERNAL_REFstatic StringHEALTH_CARE_FACILITY_EXTERNAL_REF_IDstatic StringOTHER_CONTEXTstatic StringSTART_TIME-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.AttributeResolver
fieldResolutionContext, joinSetup, NULL_FIELD
-
-
Constructor Summary
Constructors Constructor Description EventContextResolver(FieldResolutionContext fieldResolutionContext, JoinSetup joinSetup)
-
-
-
Field Detail
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
START_TIME
public static final String START_TIME
- See Also:
- Constant Field Values
-
END_TIME
public static final String END_TIME
- See Also:
- Constant Field Values
-
HEALTH_CARE_FACILITY
public static final String HEALTH_CARE_FACILITY
- See Also:
- Constant Field Values
-
EXTERNAL_REF
public static final String EXTERNAL_REF
- See Also:
- Constant Field Values
-
OTHER_CONTEXT
public static final String OTHER_CONTEXT
- See Also:
- Constant Field Values
-
CONTEXT_OTHER_CONTEXT
public static final String CONTEXT_OTHER_CONTEXT
- See Also:
- Constant Field Values
-
CONTEXT_PARTICIPATIONS
public static final String CONTEXT_PARTICIPATIONS
- See Also:
- Constant Field Values
-
CONTEXT_HEALTH_CARE_FACILITY
public static final String CONTEXT_HEALTH_CARE_FACILITY
- See Also:
- Constant Field Values
-
HEALTH_CARE_FACILITY_EXTERNAL_REF
public static final String HEALTH_CARE_FACILITY_EXTERNAL_REF
- See Also:
- Constant Field Values
-
CONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REF
public static final String CONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REF
- See Also:
- Constant Field Values
-
CONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REF_ID
public static final String CONTEXT_HEALTH_CARE_FACILITY_EXTERNAL_REF_ID
- See Also:
- Constant Field Values
-
HEALTH_CARE_FACILITY_EXTERNAL_REF_ID
public static final String HEALTH_CARE_FACILITY_EXTERNAL_REF_ID
- See Also:
- Constant Field Values
-
CONTEXT_FACILITY
public static final String CONTEXT_FACILITY
- See Also:
- Constant Field Values
-
CONTEXT_SETTING
public static final String CONTEXT_SETTING
- See Also:
- Constant Field Values
-
CONTEXT_START_TIME
public static final String CONTEXT_START_TIME
- See Also:
- Constant Field Values
-
CONTEXT_START_TIME_VALUE
public static final String CONTEXT_START_TIME_VALUE
- See Also:
- Constant Field Values
-
CONTEXT_END_TIME
public static final String CONTEXT_END_TIME
- See Also:
- Constant Field Values
-
CONTEXT_END_TIME_VALUE
public static final String CONTEXT_END_TIME_VALUE
- See Also:
- Constant Field Values
-
CONTEXT_LOCATION
public static final String CONTEXT_LOCATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventContextResolver
public EventContextResolver(FieldResolutionContext fieldResolutionContext, JoinSetup joinSetup)
-
-
Method Detail
-
sqlField
public org.jooq.Field<?> sqlField(String path)
-
-