db.schemas.legacy.rowtypes
emtellipro.db.schemas.legacy.rowtypes
This module contains enums that define the values of the type_ columns in
the tables that have them.
Module Contents
Classes
API
emtellipro.db.schemas.legacy.rowtypes.EntityRowType
Bases: enum.Enum
Enumeration of valid values for the type_ column in the entity table.
EntityRowType.found
Value: found
EntityRowType.assumed
Value: assumed
emtellipro.db.schemas.legacy.rowtypes.LocationRowType
Bases: enum.Enum
Enumeration of valid values for the type_ column in the location table.
LocationRowType.sentence
Value: sentence
LocationRowType.section
Value: section
LocationRowType.heading
Value: heading
LocationRowType.page
Value: page
emtellipro.db.schemas.legacy.rowtypes.RelationRowType
Bases: enum.Enum
Enumeration of valid values for the type_ column in the relation table.
Note that these exactly match the keys in
emtellipro.data.AnnotatedDocument.relations.
RelationRowType.experiencer
Value: experiencer
RelationRowType.followup
Value: follow-up
RelationRowType.measurement
Value: measurement
RelationRowType.imagelink
Value: imagelink
RelationRowType.qualifier
Value: qualifier
RelationRowType.medication
Value: medication
RelationRowType.temporality
Value: temporality
RelationRowType.reportedevent
Value: reportedevent
RelationRowType.anatomicsite
Value: anatomic-site
