PatientRecord 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.
A patient record, including their clinical information and data.
public class PatientRecord
type PatientRecord = class
Public Class PatientRecord
- Inheritance
-
PatientRecord
Constructors
PatientRecord(String) |
Initializes a new instance of PatientRecord. |
Properties
Data |
Patient unstructured clinical data, given as documents. |
Id |
A given identifier for the patient. Has to be unique across all patients in a single request. |
Info |
Patient structured information, including demographics and known structured clinical information. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET