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

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

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


Field Summary
protected  CodedType anatomicalLocationName
           
protected  CodedType laterality
           
 
Constructor Summary
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation()
           
 
Method Summary
 CodedType getAnatomicalLocationName()
          Gets the value of the anatomicalLocationName property.
 CodedType getLaterality()
          Gets the value of the laterality property.
 void setAnatomicalLocationName(CodedType value)
          Sets the value of the anatomicalLocationName property.
 void setLaterality(CodedType value)
          Sets the value of the laterality property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anatomicalLocationName

protected CodedType anatomicalLocationName

laterality

protected CodedType laterality
Constructor Detail

DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation

public DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation()
Method Detail

getAnatomicalLocationName

public CodedType getAnatomicalLocationName()
Gets the value of the anatomicalLocationName property.

Returns:
possible object is CodedType

setAnatomicalLocationName

public void setAnatomicalLocationName(CodedType value)
Sets the value of the anatomicalLocationName property.

Parameters:
value - allowed object is CodedType

getLaterality

public CodedType getLaterality()
Gets the value of the laterality property.

Returns:
possible object is CodedType

setLaterality

public void setLaterality(CodedType value)
Sets the value of the laterality property.

Parameters:
value - allowed object is CodedType