PresentGuidanceInformation 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.
An item of the structured information (e.g. laterality or size) and one or more corresponding details (e.g. left or size-value).
public class PresentGuidanceInformation : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.PresentGuidanceInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.PresentGuidanceInformation>
type PresentGuidanceInformation = class
interface IJsonModel<PresentGuidanceInformation>
interface IPersistableModel<PresentGuidanceInformation>
Public Class PresentGuidanceInformation
Implements IJsonModel(Of PresentGuidanceInformation), IPersistableModel(Of PresentGuidanceInformation)
- Inheritance
-
PresentGuidanceInformation
- Implements
Properties
Extension |
Additional Content defined by implementations. |
MaximumDiameterAsInText |
The maximum diameter value, if the item is about the maximum diameter. |
PresentGuidanceItem |
The item of the structured information. |
PresentGuidanceValues |
The list of item values that are mentioned in the report. |
Sizes |
A list of size values, if the item is about size. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PresentGuidanceInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PresentGuidanceInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PresentGuidanceInformation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PresentGuidanceInformation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PresentGuidanceInformation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |