Package com.ibm.fhir.core
Class FHIRConstants
- java.lang.Object
-
- com.ibm.fhir.core.FHIRConstants
-
public class FHIRConstants extends Object
This class contains constants that are used through the fhir-* projects.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENTS
static int
FHIR_CONDITIONAL_DELETE_MAX_NUMBER_DEFAULT
static String
FHIR_LOGGING_GROUP
static String
FORMAT
static List<String>
GENERAL_PARAMETER_NAMES
General parameter names that can be used with any FHIR interaction.static String
PRETTY
static String
SUMMARY
-
Constructor Summary
Constructors Constructor Description FHIRConstants()
-
-
-
Field Detail
-
FHIR_LOGGING_GROUP
public static final String FHIR_LOGGING_GROUP
- See Also:
- Constant Field Values
-
FHIR_CONDITIONAL_DELETE_MAX_NUMBER_DEFAULT
public static final int FHIR_CONDITIONAL_DELETE_MAX_NUMBER_DEFAULT
- See Also:
- Constant Field Values
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
PRETTY
public static final String PRETTY
- See Also:
- Constant Field Values
-
SUMMARY
public static final String SUMMARY
- See Also:
- Constant Field Values
-
ELEMENTS
public static final String ELEMENTS
- See Also:
- Constant Field Values
-
-