NIH | National Cancer Institute | NCI Wiki  

The following items have been added to the AIM 4.2.

  1. An attribute was added to the AnnotationEntity class. The following is a description of “trackingUniqueIdentifier.”

    A unique identifier used for tracking a finding or feature, potentially across multiple reporting objects, over time.


  2. Two attributes were added to the DicomSegmentationEntity class. Their descriptions follow.

    “studyInstanceUid” a study instance uid of the DICOM segmentation object.

    “seriesInstanceUid” a series instance uid of the DICOM segmentation object.

  3. The following attributes were added to the AnnotationCollection class:
    Annotation Collection class attributes
    1. StudyInstanceUid - type iso:II
      Description: Study Instance UID may or may not be the same as the Study Instance UID from an imaging study. If an annotation collection created is included in the same study as the annotated images, the Study Instance UID would be the same as in the DicomImageReferenceEntity.
    2. SeriesInstanceUid - type iso:II
      Description: A new Series Instance UID has to be created.
    3. AccessionNumber - type iso:ST, cardinality 0-1
      Description: accessionNumber may or may not be the same as the SaccessionNumber from an imaging study. If an annotation collection created is included in the same study as the annotated images, the accessionNumber would be the same as in the DicomImageReferenceEntity.

  4. The following attribute was added to the ImageStudy class:
    • AccessionNumber - type iso:ST, cardinality 0-1
      An accession number used to create an imaging order for the imaging study.
  5. New AIM statements were added for the Image Annotations group:
    AIM Image Annotations Group
    1. CalculationEntityReferencesSegmentationEntityStatement
      A given calculation result is based on the referenced segmentation entity.
    2. CalculationEntityReferencesMarkupEntityStatement
      A given calculation result is based on the markup entity.

  6. The following change was made to the Person class.
    AIM Person Class
    If the id identifies a group of subjects, sourcePatientGroupId is an identification of a subject within the group. This is common in small animal imaging when multiple subjects are imaged as a group.
    • sourcePatientGroupId - type iso:ST, cardinality 0-1

 

  • No labels