RadiologyCodeWithTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Radiology code with types : used in imaging procedure recommendation for contrast and view.
public class RadiologyCodeWithTypes : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes>
type RadiologyCodeWithTypes = class
interface IJsonModel<RadiologyCodeWithTypes>
interface IPersistableModel<RadiologyCodeWithTypes>
Public Class RadiologyCodeWithTypes
Implements IJsonModel(Of RadiologyCodeWithTypes), IPersistableModel(Of RadiologyCodeWithTypes)
- Inheritance
-
RadiologyCodeWithTypes
- Implements
Properties
Code |
The SNOMED CT code indicates whether imaging was conducted with or without contrast in the case of contrast, and in the case of views, it denotes the number of views. |
Types |
The collection of types will indicate the contrast substance used in the case of contrast and, in the case of views, it will specify the types of views, such as lateral and frontal, etc. |
Explicit Interface Implementations
IJsonModel<RadiologyCodeWithTypes>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RadiologyCodeWithTypes>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RadiologyCodeWithTypes>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RadiologyCodeWithTypes>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RadiologyCodeWithTypes>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET