PatientDetails 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.
Patient structured information, including demographics and known structured clinical information.
public class PatientDetails : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.PatientDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.PatientDetails>
type PatientDetails = class
interface IJsonModel<PatientDetails>
interface IPersistableModel<PatientDetails>
Public Class PatientDetails
Implements IJsonModel(Of PatientDetails), IPersistableModel(Of PatientDetails)
- Inheritance
-
PatientDetails
- Implements
Constructors
PatientDetails() |
Initializes a new instance of PatientDetails. |
Properties
BirthDate |
The patient's date of birth. |
ClinicalInfo |
Known clinical information for the patient, structured. |
Sex |
The patient's sex. |
Explicit Interface Implementations
IJsonModel<PatientDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PatientDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PatientDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PatientDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PatientDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET