Package org.ehrbase.aql.sql.queryimpl
Class EntryAttributeMapper
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.EntryAttributeMapper
-
public class EntryAttributeMapper extends Object
Map a datavalue UML expression from an ARCHETYPED structure into its RM/JSON representation see http://www.openehr.org/releases/trunk/UML/ for field identification Created by christian on 5/11/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAstatic StringCONTEXTstatic StringDEFINING_CODEstatic StringFEEDER_AUDITstatic StringINTERVALstatic StringISM_TRANSITIONstatic StringLOWERstatic StringMAPPINGSstatic StringNAMEstatic StringORIGINstatic StringOTHER_PARTICIPATIONSstatic StringSLASHstatic StringSLASH_VALUEstatic StringTIMEstatic StringTIMINGstatic StringUPPERstatic StringVALUE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringmap(String attribute)do a simple toCamelCase translation... and prefix all with /value :-)
-
-
-
Field Detail
-
ISM_TRANSITION
public static final String ISM_TRANSITION
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
ORIGIN
public static final String ORIGIN
- See Also:
- Constant Field Values
-
TIMING
public static final String TIMING
- See Also:
- Constant Field Values
-
OTHER_PARTICIPATIONS
public static final String OTHER_PARTICIPATIONS
- See Also:
- Constant Field Values
-
SLASH_VALUE
public static final String SLASH_VALUE
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
DEFINING_CODE
public static final String DEFINING_CODE
- See Also:
- Constant Field Values
-
SLASH
public static final String SLASH
- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
LOWER
public static final String LOWER
- See Also:
- Constant Field Values
-
UPPER
public static final String UPPER
- See Also:
- Constant Field Values
-
INTERVAL
public static final String INTERVAL
- See Also:
- Constant Field Values
-
MAPPINGS
public static final String MAPPINGS
- See Also:
- Constant Field Values
-
FEEDER_AUDIT
public static final String FEEDER_AUDIT
- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
-