TestResultRangeV1
TestResultRangeV1
TestResultRangeV1
Class
Definition
A test result range defines the minimum and the maximum of a specific test result value.
public class TestResultRangeV1 : Microsoft.Health.ItemTypes.HealthRecordItemData
type TestResultRangeV1 = class
inherit HealthRecordItemData
Public Class TestResultRangeV1
Inherits HealthRecordItemData
- Inheritance
-
TestResultRangeV1TestResultRangeV1TestResultRangeV1
Constructors
TestResultRangeV1() TestResultRangeV1() TestResultRangeV1() |
Initialize a new instance of the TestResultRange class with default values. |
TestResultRangeV1(CodableValue, DoubleRange) TestResultRangeV1(CodableValue, DoubleRange) TestResultRangeV1(CodableValue, DoubleRange) |
Initialize a new instance of the TestResultRange class with mandatory parameters. |
Properties
Range Range Range |
Gets or sets the range of the test result. |
RangeType RangeType RangeType |
Gets or sets the type of the range. |
Methods
ParseXml(XPathNavigator) ParseXml(XPathNavigator) ParseXml(XPathNavigator) |
Populates this TestResultRange instance from the data in the XML. |
ToString() ToString() ToString() |
Gets a string representation of the test result range item. |
WriteXml(String, XmlWriter) WriteXml(String, XmlWriter) WriteXml(String, XmlWriter) |
Writes the test result range data to the specified XmlWriter. |