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 StringDEFINING_CODEstatic StringINTERVALstatic StringISM_TRANSITIONstatic StringLOWERstatic StringNAMEstatic StringOTHER_PARTICIPATIONSstatic StringSLASHstatic StringSLASH_VALUEstatic StringUPPERstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description EntryAttributeMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringmap(String attribute)do a simple toCamelCase translation...
-
-
-
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
-
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
-
-