Two-dimensional spatial coordinate reference for SR content items.
Summary
Types
@type t() :: %Dicom.SR.Scoord2D{ graphic_data: [number()], graphic_type: String.t(), reference: Dicom.SR.Reference.t() }
Functions
@spec new(Dicom.SR.Reference.t(), String.t(), [number()]) :: t()