Interface ActionRelationshipType
-
public interface ActionRelationshipType
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEAFTERstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEAFTER_ENDstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEAFTER_STARTstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEBEFOREstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEBEFORE_ENDstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPEBEFORE_STARTstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPECONCURRENTstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPECONCURRENT_WITH_ENDstatic com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPECONCURRENT_WITH_START
-
-
-
Field Detail
-
AFTER
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER
-
AFTER_END
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_END
-
AFTER_START
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_START
-
BEFORE
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE
-
BEFORE_END
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_END
-
BEFORE_START
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_START
-
CONCURRENT
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT
-
CONCURRENT_WITH_END
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_END
-
CONCURRENT_WITH_START
static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_START
-
-