Enum CompositionTestDataConformanceSDTJson
- java.lang.Object
-
- java.lang.Enum<CompositionTestDataConformanceSDTJson>
-
- org.ehrbase.test_data.composition.CompositionTestDataConformanceSDTJson
-
- All Implemented Interfaces:
Serializable,Comparable<CompositionTestDataConformanceSDTJson>,CompositionTestDataSimSDTJsonInterface
public enum CompositionTestDataConformanceSDTJson extends Enum<CompositionTestDataConformanceSDTJson> implements CompositionTestDataSimSDTJsonInterface
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetStream()OperationalTemplateTestDatagetTemplate()StringtoString()static CompositionTestDataConformanceSDTJsonvalueOf(String name)Returns the enum constant of this type with the specified name.static CompositionTestDataConformanceSDTJson[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_TEXT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_TEXT
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_CODED_TEXT_AS_DV_TEXT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_CODED_TEXT_AS_DV_TEXT
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_CODED_TEXT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_CODED_TEXT
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_QUANTITY
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_QUANTITY
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_PROPORTION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_PROPORTION
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_COUNT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_COUNT
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_DATE_TIME
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_DATE_TIME
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_TIME
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_TIME
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_DATE
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_DATE
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_DURATION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_DURATION
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_ORDINAL
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_ORDINAL
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_BOOLEAN
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_BOOLEAN
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_IDENTIFIER
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_IDENTIFIER
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_URI
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_URI
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_EHR_URI
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_EHR_URI
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_PARSABLE
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_PARSABLE
-
EHRBASE_CONFORMANCE_DATA_TYPES_DV_MULTIMEDIA
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_DV_MULTIMEDIA
-
EHRBASE_CONFORMANCE_DATA_TYPES_INTERVAL_DV_QUANTITY
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_DATA_TYPES_INTERVAL_DV_QUANTITY
-
EHRBASE_CONFORMANCE_ELEMENT_NULL_FLAVOR
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_ELEMENT_NULL_FLAVOR
-
EHRBASE_CONFORMANCE_CLUSTER
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_CLUSTER
-
EHRBASE_CONFORMANCE_POINT_EVENT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_POINT_EVENT
-
EHRBASE_CONFORMANCE_INTERVAL_EVENT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_INTERVAL_EVENT
-
EHRBASE_CONFORMANCE_COMPOSITION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_COMPOSITION
-
EHRBASE_CONFORMANCE_OBSERVATION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_OBSERVATION
-
EHRBASE_CONFORMANCE_EVALUATION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_EVALUATION
-
EHRBASE_CONFORMANCE_ACTION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_ACTION
-
EHRBASE_CONFORMANCE_INSTRUCTION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_INSTRUCTION
-
EHRBASE_CONFORMANCE_ADMIN_ENTRY
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_ADMIN_ENTRY
-
EHRBASE_CONFORMANCE_FEEDER_AUDIT_MULTIMEDIA
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_FEEDER_AUDIT_MULTIMEDIA
-
EHRBASE_CONFORMANCE_SECTION
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_SECTION
-
EHRBASE_CONFORMANCE_ELEMENT_FEEDER_AUDIT
public static final CompositionTestDataConformanceSDTJson EHRBASE_CONFORMANCE_ELEMENT_FEEDER_AUDIT
-
-
Method Detail
-
values
public static CompositionTestDataConformanceSDTJson[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CompositionTestDataConformanceSDTJson c : CompositionTestDataConformanceSDTJson.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CompositionTestDataConformanceSDTJson valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getStream
public InputStream getStream()
- Specified by:
getStreamin interfaceCompositionTestDataSimSDTJsonInterface
-
getTemplate
public OperationalTemplateTestData getTemplate()
- Specified by:
getTemplatein interfaceCompositionTestDataSimSDTJsonInterface
-
toString
public String toString()
- Overrides:
toStringin classEnum<CompositionTestDataConformanceSDTJson>
-
-