Interface DocumentRelationshipType
-
public interface DocumentRelationshipType
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPEAPPENDSstatic com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPEREPLACESstatic com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPESIGNSstatic com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPETRANSFORMS
-
-
-
Field Detail
-
APPENDS
static final com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE APPENDS
-
REPLACES
static final com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE REPLACES
-
SIGNS
static final com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE SIGNS
-
TRANSFORMS
static final com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE TRANSFORMS
-
-