Interface CodesystemContentMode
-
public interface CodesystemContentMode
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODECOMPLETEstatic com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODEEXAMPLEstatic com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODEFRAGMENTstatic com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODENOT_PRESENTstatic com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODESUPPLEMENT
-
-
-
Field Detail
-
COMPLETE
static final com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODE COMPLETE
-
EXAMPLE
static final com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODE EXAMPLE
-
FRAGMENT
static final com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODE FRAGMENT
-
NOT_PRESENT
static final com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODE NOT_PRESENT
-
SUPPLEMENT
static final com.babylonhealth.lit.hl7.CODESYSTEM_CONTENT_MODE SUPPLEMENT
-
-