au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1
Class DiagnosticImagingReportViewResponse.DiagnosticImagingReport

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1.DiagnosticImagingReportViewResponse.DiagnosticImagingReport
Enclosing class:
DiagnosticImagingReportViewResponse

public static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport
extends java.lang.Object

Java class for anonymous complex type.

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

 <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}diagnosticReportInformationDT"/>
         <element name="clinicalDocumentAuthor" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/>
         <element name="reportingRadiologistInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/>
         <element name="imagingRequesterInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}requesterInformationDT"/>
         <element name="imagingExaminationResult" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="imagingServiceDateTime" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="examinationResultName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                   <element name="modality" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                   <element name="anatomicalSiteDetails" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anatomicalRegion" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/>
                             <element name="anatomicalLocation" maxOccurs="unbounded" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="anatomicalLocationName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
                                       <element name="laterality" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="overallTestResultStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/>
                   <element name="imageLocationInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
          Java class for anonymous complex type.
 
Field Summary
protected  ProviderInformationDT clinicalDocumentAuthor
           
protected  java.lang.String dateAvailableToConsumer
           
protected  java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> imagingExaminationResults
           
protected  RequesterInformationDT imagingRequesterInformation
           
protected  DiagnosticReportInformationDT reportInformation
           
protected  ProviderInformationDT reportingRadiologistInformation
           
 
Constructor Summary
DiagnosticImagingReportViewResponse.DiagnosticImagingReport()
           
 
Method Summary
 ProviderInformationDT getClinicalDocumentAuthor()
          Gets the value of the clinicalDocumentAuthor property.
 java.lang.String getDateAvailableToConsumer()
          Gets the value of the dateAvailableToConsumer property.
 java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> getImagingExaminationResults()
          Gets the value of the imagingExaminationResults property.
 RequesterInformationDT getImagingRequesterInformation()
          Gets the value of the imagingRequesterInformation property.
 DiagnosticReportInformationDT getReportInformation()
          Gets the value of the reportInformation property.
 ProviderInformationDT getReportingRadiologistInformation()
          Gets the value of the reportingRadiologistInformation property.
 void setClinicalDocumentAuthor(ProviderInformationDT value)
          Sets the value of the clinicalDocumentAuthor property.
 void setDateAvailableToConsumer(java.lang.String value)
          Sets the value of the dateAvailableToConsumer property.
 void setImagingRequesterInformation(RequesterInformationDT value)
          Sets the value of the imagingRequesterInformation property.
 void setReportInformation(DiagnosticReportInformationDT value)
          Sets the value of the reportInformation property.
 void setReportingRadiologistInformation(ProviderInformationDT value)
          Sets the value of the reportingRadiologistInformation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateAvailableToConsumer

protected java.lang.String dateAvailableToConsumer

reportInformation

protected DiagnosticReportInformationDT reportInformation

clinicalDocumentAuthor

protected ProviderInformationDT clinicalDocumentAuthor

reportingRadiologistInformation

protected ProviderInformationDT reportingRadiologistInformation

imagingRequesterInformation

protected RequesterInformationDT imagingRequesterInformation

imagingExaminationResults

protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> imagingExaminationResults
Constructor Detail

DiagnosticImagingReportViewResponse.DiagnosticImagingReport

public DiagnosticImagingReportViewResponse.DiagnosticImagingReport()
Method Detail

getDateAvailableToConsumer

public java.lang.String getDateAvailableToConsumer()
Gets the value of the dateAvailableToConsumer property.

Returns:
possible object is String

setDateAvailableToConsumer

public void setDateAvailableToConsumer(java.lang.String value)
Sets the value of the dateAvailableToConsumer property.

Parameters:
value - allowed object is String

getReportInformation

public DiagnosticReportInformationDT getReportInformation()
Gets the value of the reportInformation property.

Returns:
possible object is DiagnosticReportInformationDT

setReportInformation

public void setReportInformation(DiagnosticReportInformationDT value)
Sets the value of the reportInformation property.

Parameters:
value - allowed object is DiagnosticReportInformationDT

getClinicalDocumentAuthor

public ProviderInformationDT getClinicalDocumentAuthor()
Gets the value of the clinicalDocumentAuthor property.

Returns:
possible object is ProviderInformationDT

setClinicalDocumentAuthor

public void setClinicalDocumentAuthor(ProviderInformationDT value)
Sets the value of the clinicalDocumentAuthor property.

Parameters:
value - allowed object is ProviderInformationDT

getReportingRadiologistInformation

public ProviderInformationDT getReportingRadiologistInformation()
Gets the value of the reportingRadiologistInformation property.

Returns:
possible object is ProviderInformationDT

setReportingRadiologistInformation

public void setReportingRadiologistInformation(ProviderInformationDT value)
Sets the value of the reportingRadiologistInformation property.

Parameters:
value - allowed object is ProviderInformationDT

getImagingRequesterInformation

public RequesterInformationDT getImagingRequesterInformation()
Gets the value of the imagingRequesterInformation property.

Returns:
possible object is RequesterInformationDT

setImagingRequesterInformation

public void setImagingRequesterInformation(RequesterInformationDT value)
Sets the value of the imagingRequesterInformation property.

Parameters:
value - allowed object is RequesterInformationDT

getImagingExaminationResults

public java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> getImagingExaminationResults()
Gets the value of the imagingExaminationResults 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 imagingExaminationResults property.

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

    getImagingExaminationResults().add(newItem);
 

Objects of the following type(s) are allowed in the list DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult