Interface RequestIntent
-
public interface RequestIntent
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.REQUEST_INTENTDIRECTIVEstatic com.babylonhealth.lit.hl7.REQUEST_INTENTFILLER_ORDERstatic com.babylonhealth.lit.hl7.REQUEST_INTENTINSTANCE_ORDERstatic com.babylonhealth.lit.hl7.REQUEST_INTENTOPTIONstatic com.babylonhealth.lit.hl7.REQUEST_INTENTORDERstatic com.babylonhealth.lit.hl7.REQUEST_INTENTORIGINAL_ORDERstatic com.babylonhealth.lit.hl7.REQUEST_INTENTPLANstatic com.babylonhealth.lit.hl7.REQUEST_INTENTPROPOSALstatic com.babylonhealth.lit.hl7.REQUEST_INTENTREFLEX_ORDER
-
-
-
Field Detail
-
DIRECTIVE
static final com.babylonhealth.lit.hl7.REQUEST_INTENT DIRECTIVE
-
FILLER_ORDER
static final com.babylonhealth.lit.hl7.REQUEST_INTENT FILLER_ORDER
-
INSTANCE_ORDER
static final com.babylonhealth.lit.hl7.REQUEST_INTENT INSTANCE_ORDER
-
OPTION
static final com.babylonhealth.lit.hl7.REQUEST_INTENT OPTION
-
ORDER
static final com.babylonhealth.lit.hl7.REQUEST_INTENT ORDER
-
ORIGINAL_ORDER
static final com.babylonhealth.lit.hl7.REQUEST_INTENT ORIGINAL_ORDER
-
PLAN
static final com.babylonhealth.lit.hl7.REQUEST_INTENT PLAN
-
PROPOSAL
static final com.babylonhealth.lit.hl7.REQUEST_INTENT PROPOSAL
-
REFLEX_ORDER
static final com.babylonhealth.lit.hl7.REQUEST_INTENT REFLEX_ORDER
-
-