Skip to content

Create post processing SQL to delete Sanford flowsheet data #72

@eddy-ccc

Description

@eddy-ccc

All Sanford flowsheet data in the measurement table must be deleted. These records can be identified by the following SELECT statement:

SELECT * FROM measurement WHERE measurement_source_concept_id = 0 and measurement_concept_id != 0

many records (>80% of the table) are expected to be deleted.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions