Interface StructureDefinitionKind
-
public interface StructureDefinitionKind
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KINDCOMPLEX_DATA_TYPEstatic com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KINDLOGICALstatic com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KINDPRIMITIVE_DATA_TYPEstatic com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KINDRESOURCE
-
-
-
Field Detail
-
COMPLEX_DATA_TYPE
static final com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KIND COMPLEX_DATA_TYPE
-
LOGICAL
static final com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KIND LOGICAL
-
PRIMITIVE_DATA_TYPE
static final com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KIND PRIMITIVE_DATA_TYPE
-
RESOURCE
static final com.babylonhealth.lit.hl7.STRUCTURE_DEFINITION_KIND RESOURCE
-
-