Interface EncounterLocationStatus
-
public interface EncounterLocationStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUSACTIVEstatic com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUSCOMPLETEDstatic com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUSPLANNEDstatic com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUSRESERVED
-
-
-
Field Detail
-
ACTIVE
static final com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUS ACTIVE
-
COMPLETED
static final com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUS COMPLETED
-
PLANNED
static final com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUS PLANNED
-
RESERVED
static final com.babylonhealth.lit.hl7.ENCOUNTER_LOCATION_STATUS RESERVED
-
-