Skip to content

Releases: uc-cdis/bih_dictionary

0.2.1: Enumerated PatientSex

Choose a tag to compare

@cgmeyer cgmeyer released this 09 Jun 15:40
9253034

In order to help harmonize all the variations of PatientSex values, it has been changed from a string to an enumeration with two values "Male" and "Female". Anything else will need to be NaN (null / np.nan).

0.2.0: Added LOINC properties and has_viewer_link.

Choose a tag to compare

@cgmeyer cgmeyer released this 14 May 19:14
6dd67c1

Added properties for the LOINC harmonization work to imaging study node.
Also added "has_viewer_link" property to imaging study and series nodes to make it easy to select only series or studies that have a dicom_viewer_link.

0.1.4: Added back dicom_viewer_url to imaging_series

Choose a tag to compare

@DanBiber DanBiber released this 05 Mar 15:40
e9cb38b

Non-breaking changes: Added back dicom_viewer_url property to imaging_series node

0.1.3: Imaging study/series-specific DICOM viewer URLs.

Choose a tag to compare

@cgmeyer cgmeyer released this 02 Mar 15:13
bd72b2d
  • Breaking change: changed dicom_viewer_url on imaging_series node to series_viewer_url, and
  • Non-breaking: added study_viewer_url to the imaging_study node.

0.1.2: Adding metadata_source_date

Choose a tag to compare

@cgmeyer cgmeyer released this 22 Feb 15:00
e6a52a3

Added "metadata_source_date" to the dataset node to track when the source metadata was last updated by the contributing data node.

0.1.1: Updated dataset node.

Choose a tag to compare

@cgmeyer cgmeyer released this 25 Oct 15:55
1861d77

Adding additional dataset node properties to further describe the APIs, databases, versions, hosts, and owners of the metadata and data files described in MIDRC BIH.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0: BIH working draft model.

Choose a tag to compare

@cgmeyer cgmeyer released this 17 Jul 17:06
c4f762e

Draft BIH data model with clinical, omics, and imaging nodes.
Successfully tested in QA BIH along with draft ETL mapping.

0.0.8: Adding/shifting properties to support ETL / BIH metadata schema.

Choose a tag to compare

@cgmeyer cgmeyer released this 28 Jun 22:13
c9f3221

Adding/shifting properties to support ETL / BIH metadata schema.

0.0.7: Added imaging properties.

Choose a tag to compare

@cgmeyer cgmeyer released this 28 Jun 20:17
6ed52e3
  • Updated imaging nodes with properties suggested by ACR.
  • Changed "annotation" node name to "image_annotation".

0.0.6: Removed data_file properties from file nodes.

Choose a tag to compare

@cgmeyer cgmeyer released this 14 Jun 21:05
bf3539f

Removed data_file properties from file nodes and added clinical_file node.