MedicalImageStudySeries Members
HealthVault
The MedicalImageStudySeries type exposes the following members.
| Name | Description | |
|---|---|---|
| MedicalImageStudySeries()()()() |
Creates a new instance of the MedicalImageStudySeries class with default values.
|
| MedicalImageStudySeries(HealthServiceDateTime, ICollection<(Of <<'(MedicalImageStudySeriesImage>)>>)) |
Creates a new instance of the MedicalImageStudySeries class
specifying mandatory values.
|
| 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 the data from the specified XML.
(Overrides HealthRecordItemData..::..ParseXml(XPathNavigator).) |
| ToString |
Gets a string representation of the medical image study series.
(Overrides Object..::..ToString()()()().) |
| WriteXml |
Writes the XML representation of the medical image study series into
the specified XML writer.
(Overrides HealthRecordItemData..::..WriteXml(String, XmlWriter).) |
| Name | Description | |
|---|---|---|
| AcquisitionDateTime |
Gets or sets the date and time that the image was acquired.
|
| BodyPart |
Gets or sets the body part that was imaged.
|
| Description |
Gets or sets a description of the series.
|
| Images |
Gets and sets medical images.
|
| InstitutionName |
Gets or sets the name of the institution where the images were acquired.
|
| Modality |
Gets or sets the method (or modality) in which the images were acquired.
|
| PreviewBlobName |
Gets or sets the name of the BLOB holding a smaller version of the image
suitable for web viewing or email.
|
| ReferringPhysician |
Gets or sets the physician who ordered the study.
|
| SeriesInstanceUID |
Gets or sets the series instance UID.
|