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

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pathologyreportview._1.PathologyReportViewResponse.PathologyReport.PathologyTestResult
Enclosing class:
PathologyReportViewResponse.PathologyReport

public static class PathologyReportViewResponse.PathologyReport.PathologyTestResult
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="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>
 


Field Summary
protected  CodedType overallTestResultStatus
           
protected  CodedType pathologyDiscipline
           
protected  java.lang.String specimenCollectionDate
           
protected  CodedType testResultName
           
 
Constructor Summary
PathologyReportViewResponse.PathologyReport.PathologyTestResult()
           
 
Method Summary
 CodedType getOverallTestResultStatus()
          Gets the value of the overallTestResultStatus property.
 CodedType getPathologyDiscipline()
          Gets the value of the pathologyDiscipline property.
 java.lang.String getSpecimenCollectionDate()
          Gets the value of the specimenCollectionDate property.
 CodedType getTestResultName()
          Gets the value of the testResultName property.
 void setOverallTestResultStatus(CodedType value)
          Sets the value of the overallTestResultStatus property.
 void setPathologyDiscipline(CodedType value)
          Sets the value of the pathologyDiscipline property.
 void setSpecimenCollectionDate(java.lang.String value)
          Sets the value of the specimenCollectionDate property.
 void setTestResultName(CodedType value)
          Sets the value of the testResultName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specimenCollectionDate

protected java.lang.String specimenCollectionDate

pathologyDiscipline

protected CodedType pathologyDiscipline

testResultName

protected CodedType testResultName

overallTestResultStatus

protected CodedType overallTestResultStatus
Constructor Detail

PathologyReportViewResponse.PathologyReport.PathologyTestResult

public PathologyReportViewResponse.PathologyReport.PathologyTestResult()
Method Detail

getSpecimenCollectionDate

public java.lang.String getSpecimenCollectionDate()
Gets the value of the specimenCollectionDate property.

Returns:
possible object is String

setSpecimenCollectionDate

public void setSpecimenCollectionDate(java.lang.String value)
Sets the value of the specimenCollectionDate property.

Parameters:
value - allowed object is String

getPathologyDiscipline

public CodedType getPathologyDiscipline()
Gets the value of the pathologyDiscipline property.

Returns:
possible object is CodedType

setPathologyDiscipline

public void setPathologyDiscipline(CodedType value)
Sets the value of the pathologyDiscipline property.

Parameters:
value - allowed object is CodedType

getTestResultName

public CodedType getTestResultName()
Gets the value of the testResultName property.

Returns:
possible object is CodedType

setTestResultName

public void setTestResultName(CodedType value)
Sets the value of the testResultName property.

Parameters:
value - allowed object is CodedType

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