Dicom.SR.Scoord2D (Dicom v0.9.1)

Copy Markdown View Source

Two-dimensional spatial coordinate reference for SR content items.

Summary

Types

t()

@type t() :: %Dicom.SR.Scoord2D{
  graphic_data: [number()],
  graphic_type: String.t(),
  reference: Dicom.SR.Reference.t()
}

Functions

new(reference, graphic_type, graphic_data)

@spec new(Dicom.SR.Reference.t(), String.t(), [number()]) :: t()