Interface ConditionalReadStatus
-
public interface ConditionalReadStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUSFULL_SUPPORTstatic com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUSIF_MODIFIED_SINCEstatic com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUSIF_NONE_MATCHstatic com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUSNOT_SUPPORTED
-
-
-
Field Detail
-
FULL_SUPPORT
static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS FULL_SUPPORT
-
IF_MODIFIED_SINCE
static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_MODIFIED_SINCE
-
IF_NONE_MATCH
static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_NONE_MATCH
-
NOT_SUPPORTED
static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS NOT_SUPPORTED
-
-