ClinicalDocumentContent 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.
The content of the patient document.
public class ClinicalDocumentContent : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.ClinicalDocumentContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.ClinicalDocumentContent>
type ClinicalDocumentContent = class
interface IJsonModel<ClinicalDocumentContent>
interface IPersistableModel<ClinicalDocumentContent>
Public Class ClinicalDocumentContent
Implements IJsonModel(Of ClinicalDocumentContent), IPersistableModel(Of ClinicalDocumentContent)
- Inheritance
-
ClinicalDocumentContent
- Implements
Constructors
ClinicalDocumentContent(DocumentContentSourceType, String) |
Initializes a new instance of ClinicalDocumentContent. |
Properties
SourceType |
The type of the content's source. In case the source type is 'inline', the content is given as a string (for instance, text). In case the source type is 'reference', the content is given as a URI. |
Value |
The content of the document, given either inline (as a string) or as a reference (URI). |
Explicit Interface Implementations
IJsonModel<ClinicalDocumentContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClinicalDocumentContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClinicalDocumentContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClinicalDocumentContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClinicalDocumentContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET