GuidanceOptions 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.
Guidance options.
public class GuidanceOptions : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.GuidanceOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.GuidanceOptions>
type GuidanceOptions = class
interface IJsonModel<GuidanceOptions>
interface IPersistableModel<GuidanceOptions>
Public Class GuidanceOptions
Implements IJsonModel(Of GuidanceOptions), IPersistableModel(Of GuidanceOptions)
- Inheritance
-
GuidanceOptions
- Implements
Constructors
GuidanceOptions(Boolean) |
Initializes a new instance of GuidanceOptions. |
Properties
ShowGuidanceInHistory |
If this is true, also show guidances from a clinical history section i.e. if the first token of the associated finding's clinical indicator is in this section. Default is false. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GuidanceOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GuidanceOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GuidanceOptions>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GuidanceOptions>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GuidanceOptions>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |