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

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

public static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
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="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>
 


Nested Class Summary
static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> anatomicalSiteDetails
           
protected  CodedType examinationResultName
           
protected  java.lang.String imageLocationInformation
           
protected  java.lang.String imagingServiceDateTime
           
protected  CodedType modality
           
protected  CodedType overallTestResultStatus
           
 
Constructor Summary
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult()
           
 
Method Summary
 java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> getAnatomicalSiteDetails()
          Gets the value of the anatomicalSiteDetails property.
 CodedType getExaminationResultName()
          Gets the value of the examinationResultName property.
 java.lang.String getImageLocationInformation()
          Gets the value of the imageLocationInformation property.
 java.lang.String getImagingServiceDateTime()
          Gets the value of the imagingServiceDateTime property.
 CodedType getModality()
          Gets the value of the modality property.
 CodedType getOverallTestResultStatus()
          Gets the value of the overallTestResultStatus property.
 void setExaminationResultName(CodedType value)
          Sets the value of the examinationResultName property.
 void setImageLocationInformation(java.lang.String value)
          Sets the value of the imageLocationInformation property.
 void setImagingServiceDateTime(java.lang.String value)
          Sets the value of the imagingServiceDateTime property.
 void setModality(CodedType value)
          Sets the value of the modality property.
 void setOverallTestResultStatus(CodedType value)
          Sets the value of the overallTestResultStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imagingServiceDateTime

protected java.lang.String imagingServiceDateTime

examinationResultName

protected CodedType examinationResultName

modality

protected CodedType modality

anatomicalSiteDetails

protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> anatomicalSiteDetails

overallTestResultStatus

protected CodedType overallTestResultStatus

imageLocationInformation

protected java.lang.String imageLocationInformation
Constructor Detail

DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult

public DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult()
Method Detail

getImagingServiceDateTime

public java.lang.String getImagingServiceDateTime()
Gets the value of the imagingServiceDateTime property.

Returns:
possible object is String

setImagingServiceDateTime

public void setImagingServiceDateTime(java.lang.String value)
Sets the value of the imagingServiceDateTime property.

Parameters:
value - allowed object is String

getExaminationResultName

public CodedType getExaminationResultName()
Gets the value of the examinationResultName property.

Returns:
possible object is CodedType

setExaminationResultName

public void setExaminationResultName(CodedType value)
Sets the value of the examinationResultName property.

Parameters:
value - allowed object is CodedType

getModality

public CodedType getModality()
Gets the value of the modality property.

Returns:
possible object is CodedType

setModality

public void setModality(CodedType value)
Sets the value of the modality property.

Parameters:
value - allowed object is CodedType

getAnatomicalSiteDetails

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

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

    getAnatomicalSiteDetails().add(newItem);
 

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


getOverallTestResultStatus

public CodedType getOverallTestResultStatus()
Gets the value of the overallTestResultStatus property.

Returns:
possible object is CodedType

setOverallTestResultStatus

public void setOverallTestResultStatus(CodedType value)
Sets the value of the overallTestResultStatus property.

Parameters:
value - allowed object is CodedType

getImageLocationInformation

public java.lang.String getImageLocationInformation()
Gets the value of the imageLocationInformation property.

Returns:
possible object is String

setImageLocationInformation

public void setImageLocationInformation(java.lang.String value)
Sets the value of the imageLocationInformation property.

Parameters:
value - allowed object is String