au.net.electronichealth.ns.pcehr.xsd.interfaces.pathologyreportview._1
Class PathologyReportViewResponse

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pathologyreportview._1.PathologyReportViewResponse

public class PathologyReportViewResponse
extends java.lang.Object

Java class for pathologyReportViewResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="pathologyReportViewResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="viewMetadata">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="individualProfile">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/>
                             <element name="individual" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="viewParameters">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="dateFromFilter" type="{http://www.w3.org/2001/XMLSchema}date"/>
                             <element name="dateToFilter" type="{http://www.w3.org/2001/XMLSchema}date"/>
                             <element name="viewVersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="pathologyReport" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dateAvailableToConsumer" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="reportInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}pathologyReportInformationDT"/>
                   <element name="clinicalDocumentAuthor" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/>
                   <element name="reportingPathologistInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/>
                   <element name="testRequesterInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}requesterInformationDT"/>
                   <element name="pathologyTestResult" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="specimenCollectionDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="pathologyDiscipline" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                             <element name="testResultName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                             <element name="overallTestResultStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PathologyReportViewResponse.PathologyReport
          Java class for anonymous complex type.
static class PathologyReportViewResponse.ViewMetadata
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<PathologyReportViewResponse.PathologyReport> pathologyReports
           
protected  PathologyReportViewResponse.ViewMetadata viewMetadata
           
 
Constructor Summary
PathologyReportViewResponse()
           
 
Method Summary
 java.util.List<PathologyReportViewResponse.PathologyReport> getPathologyReports()
          Gets the value of the pathologyReports property.
 PathologyReportViewResponse.ViewMetadata getViewMetadata()
          Gets the value of the viewMetadata property.
 void setViewMetadata(PathologyReportViewResponse.ViewMetadata value)
          Sets the value of the viewMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewMetadata

protected PathologyReportViewResponse.ViewMetadata viewMetadata

pathologyReports

protected java.util.List<PathologyReportViewResponse.PathologyReport> pathologyReports
Constructor Detail

PathologyReportViewResponse

public PathologyReportViewResponse()
Method Detail

getViewMetadata

public PathologyReportViewResponse.ViewMetadata getViewMetadata()
Gets the value of the viewMetadata property.

Returns:
possible object is PathologyReportViewResponse.ViewMetadata

setViewMetadata

public void setViewMetadata(PathologyReportViewResponse.ViewMetadata value)
Sets the value of the viewMetadata property.

Parameters:
value - allowed object is PathologyReportViewResponse.ViewMetadata

getPathologyReports

public java.util.List<PathologyReportViewResponse.PathologyReport> getPathologyReports()
Gets the value of the pathologyReports property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pathologyReports property.

For example, to add a new item, do as follows:

    getPathologyReports().add(newItem);
 

Objects of the following type(s) are allowed in the list PathologyReportViewResponse.PathologyReport