ImagingProcedure Class

Definition

Imaging procedure.

public class ImagingProcedure : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.ImagingProcedure>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.ImagingProcedure>
type ImagingProcedure = class
    interface IJsonModel<ImagingProcedure>
    interface IPersistableModel<ImagingProcedure>
Public Class ImagingProcedure
Implements IJsonModel(Of ImagingProcedure), IPersistableModel(Of ImagingProcedure)
Inheritance
ImagingProcedure
Implements

Properties

Anatomy

Anatomy : SNOMED CT code.

Contrast

Contrast : see RadiologyCodeWithTypes (below).

Laterality

Laterality : SNOMED CT code.

Modality

Modality : SNOMED CT code.

View

View : see RadiologyCodeWithTypes (below).

Explicit Interface Implementations

IJsonModel<ImagingProcedure>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ImagingProcedure>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImagingProcedure>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImagingProcedure>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ImagingProcedure>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to