Package org.hl7.fhir.r5.model
Class Constants
- java.lang.Object
-
- org.hl7.fhir.r5.model.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATEstatic StringLOCAL_REF_REGEXstatic StringNS_SYSTEM_TYPEstatic StringURI_REGEXstatic StringVERSIONstatic StringVERSION_MM
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
LOCAL_REF_REGEX
public static final String LOCAL_REF_REGEX
- See Also:
- Constant Field Values
-
NS_SYSTEM_TYPE
public static final String NS_SYSTEM_TYPE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
VERSION_MM
public static final String VERSION_MM
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
URI_REGEX
public static final String URI_REGEX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Constants
public Constants()
-
-