Prescription Members
HealthVault
The Prescription type exposes the following members.
| Name | Description | |
|---|---|---|
| Prescription()()()() |
Creates a new instance of the Prescription class with default
values.
|
| Prescription(PersonItem) |
Creates a new instance of the Prescription class
with the specified prescriber.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
| GetType |
Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
| ParseXml |
Populates this Prescription instance from the data in the XML.
(Overrides HealthRecordItemData..::..ParseXml(XPathNavigator).) |
| ToString |
Gets a string representation of the prescription item.
(Overrides Object..::..ToString()()()().) |
| WriteXml |
Writes the prescription data to the specified XmlWriter.
(Overrides HealthRecordItemData..::..WriteXml(String, XmlWriter).) |
| Name | Description | |
|---|---|---|
| AmountPrescribed |
Gets or sets the amount of medication prescribed.
|
| DatePrescribed |
Gets or sets the date the medication was prescribed.
|
| DaysSupply |
Gets or sets the number of days supply of medication.
|
| Instructions |
Gets or sets the medication instructions.
|
| PrescribedBy |
Gets or sets the person that prescribed the medication.
|
| PrescriptionExpiration |
Gets or sets the date the prescription expires.
|
| Refills |
Gets or sets the number of refills of the medication.
|
| Substitution |
Gets or sets whether a substitution is permitted.
|