au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class PathologyReportInformationDT

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.PathologyReportInformationDT

public class PathologyReportInformationDT
extends java.lang.Object

Java class for pathologyReportInformationDT complex type.

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

 <complexType name="pathologyReportInformationDT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CDAeffectiveTime" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dateTimeReportAuthored" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dateTimeAuthorisation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="pathologistLocalReportId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reportStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="documentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentLink" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cdAeffectiveTime
           
protected  java.lang.String dateTimeAuthorisation
           
protected  java.lang.String dateTimeReportAuthored
           
protected  java.lang.String documentId
           
protected  java.lang.String documentLink
           
protected  java.lang.String pathologistLocalReportId
           
protected  java.lang.String reportName
           
protected  CodedType reportStatus
           
 
Constructor Summary
PathologyReportInformationDT()
           
 
Method Summary
 java.lang.String getCDAeffectiveTime()
          Gets the value of the cdAeffectiveTime property.
 java.lang.String getDateTimeAuthorisation()
          Gets the value of the dateTimeAuthorisation property.
 java.lang.String getDateTimeReportAuthored()
          Gets the value of the dateTimeReportAuthored property.
 java.lang.String getDocumentId()
          Gets the value of the documentId property.
 java.lang.String getDocumentLink()
          Gets the value of the documentLink property.
 java.lang.String getPathologistLocalReportId()
          Gets the value of the pathologistLocalReportId property.
 java.lang.String getReportName()
          Gets the value of the reportName property.
 CodedType getReportStatus()
          Gets the value of the reportStatus property.
 void setCDAeffectiveTime(java.lang.String value)
          Sets the value of the cdAeffectiveTime property.
 void setDateTimeAuthorisation(java.lang.String value)
          Sets the value of the dateTimeAuthorisation property.
 void setDateTimeReportAuthored(java.lang.String value)
          Sets the value of the dateTimeReportAuthored property.
 void setDocumentId(java.lang.String value)
          Sets the value of the documentId property.
 void setDocumentLink(java.lang.String value)
          Sets the value of the documentLink property.
 void setPathologistLocalReportId(java.lang.String value)
          Sets the value of the pathologistLocalReportId property.
 void setReportName(java.lang.String value)
          Sets the value of the reportName property.
 void setReportStatus(CodedType value)
          Sets the value of the reportStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cdAeffectiveTime

protected java.lang.String cdAeffectiveTime

dateTimeReportAuthored

protected java.lang.String dateTimeReportAuthored

dateTimeAuthorisation

protected java.lang.String dateTimeAuthorisation

pathologistLocalReportId

protected java.lang.String pathologistLocalReportId

reportName

protected java.lang.String reportName

reportStatus

protected CodedType reportStatus

documentId

protected java.lang.String documentId

documentLink

protected java.lang.String documentLink
Constructor Detail

PathologyReportInformationDT

public PathologyReportInformationDT()
Method Detail

getCDAeffectiveTime

public java.lang.String getCDAeffectiveTime()
Gets the value of the cdAeffectiveTime property.

Returns:
possible object is String

setCDAeffectiveTime

public void setCDAeffectiveTime(java.lang.String value)
Sets the value of the cdAeffectiveTime property.

Parameters:
value - allowed object is String

getDateTimeReportAuthored

public java.lang.String getDateTimeReportAuthored()
Gets the value of the dateTimeReportAuthored property.

Returns:
possible object is String

setDateTimeReportAuthored

public void setDateTimeReportAuthored(java.lang.String value)
Sets the value of the dateTimeReportAuthored property.

Parameters:
value - allowed object is String

getDateTimeAuthorisation

public java.lang.String getDateTimeAuthorisation()
Gets the value of the dateTimeAuthorisation property.

Returns:
possible object is String

setDateTimeAuthorisation

public void setDateTimeAuthorisation(java.lang.String value)
Sets the value of the dateTimeAuthorisation property.

Parameters:
value - allowed object is String

getPathologistLocalReportId

public java.lang.String getPathologistLocalReportId()
Gets the value of the pathologistLocalReportId property.

Returns:
possible object is String

setPathologistLocalReportId

public void setPathologistLocalReportId(java.lang.String value)
Sets the value of the pathologistLocalReportId property.

Parameters:
value - allowed object is String

getReportName

public java.lang.String getReportName()
Gets the value of the reportName property.

Returns:
possible object is String

setReportName

public void setReportName(java.lang.String value)
Sets the value of the reportName property.

Parameters:
value - allowed object is String

getReportStatus

public CodedType getReportStatus()
Gets the value of the reportStatus property.

Returns:
possible object is CodedType

setReportStatus

public void setReportStatus(CodedType value)
Sets the value of the reportStatus property.

Parameters:
value - allowed object is CodedType

getDocumentId

public java.lang.String getDocumentId()
Gets the value of the documentId property.

Returns:
possible object is String

setDocumentId

public void setDocumentId(java.lang.String value)
Sets the value of the documentId property.

Parameters:
value - allowed object is String

getDocumentLink

public java.lang.String getDocumentLink()
Gets the value of the documentLink property.

Returns:
possible object is String

setDocumentLink

public void setDocumentLink(java.lang.String value)
Sets the value of the documentLink property.

Parameters:
value - allowed object is String