Interface EndpointStatus
-
public interface EndpointStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.ENDPOINT_STATUSACTIVEstatic com.babylonhealth.lit.hl7.ENDPOINT_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.ENDPOINT_STATUSERRORstatic com.babylonhealth.lit.hl7.ENDPOINT_STATUSOFFstatic com.babylonhealth.lit.hl7.ENDPOINT_STATUSSUSPENDEDstatic com.babylonhealth.lit.hl7.ENDPOINT_STATUSTEST
-
-
-
Field Detail
-
ACTIVE
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ACTIVE
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ENTERED_IN_ERROR
-
ERROR
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ERROR
-
OFF
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS OFF
-
SUSPENDED
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS SUSPENDED
-
TEST
static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS TEST
-
-