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 StringELEMENTSstatic intFHIR_CONDITIONAL_DELETE_MAX_NUMBER_DEFAULTstatic StringFHIR_LOGGING_GROUPstatic StringFORMATstatic List<String>GENERAL_PARAMETER_NAMESGeneral parameter names that can be used with any FHIR interaction.static StringPRETTYstatic StringSUMMARY
-
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
-
-