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 int
FHIR_PAGE_NUMBER_DEFAULT
static int
FHIR_PAGE_SIZE_DEFAULT
static String
FORMAT
static Set<String>
GENERAL_PARAMETER_NAMES
General parameter names that can be used with any FHIR interaction.static String
PRETTY
static String
SUMMARY
static String
UPDATE_IF_MODIFIED_HEADER
-
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
-
FHIR_PAGE_NUMBER_DEFAULT
public static final int FHIR_PAGE_NUMBER_DEFAULT
- See Also:
- Constant Field Values
-
FHIR_PAGE_SIZE_DEFAULT
public static final int FHIR_PAGE_SIZE_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
-
UPDATE_IF_MODIFIED_HEADER
public static final String UPDATE_IF_MODIFIED_HEADER
- See Also:
- Constant Field Values
-
-