Dicom.SR.Code (Dicom v0.9.1)

Copy Markdown View Source

A coded concept used in SR trees.

Summary

Types

t()

@type t() :: %Dicom.SR.Code{
  meaning: String.t(),
  scheme_designator: String.t(),
  scheme_version: String.t() | nil,
  value: String.t()
}

Functions

new(value, scheme_designator, meaning, opts \\ [])

@spec new(String.t(), String.t(), String.t(), keyword()) :: t()

to_item(code)

@spec to_item(t()) :: map()