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

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

public class DiagnosticReportInformationDT
extends java.lang.Object

Java class for diagnosticReportInformationDT complex type.

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

 <complexType name="diagnosticReportInformationDT">
   <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="accessionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reportDescription" 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 accessionNumber
           
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 reportDescription
           
protected  CodedType reportStatus
           
 
Constructor Summary
DiagnosticReportInformationDT()
           
 
Method Summary
 java.lang.String getAccessionNumber()
          Gets the value of the accessionNumber property.
 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 getReportDescription()
          Gets the value of the reportDescription property.
 CodedType getReportStatus()
          Gets the value of the reportStatus property.
 void setAccessionNumber(java.lang.String value)
          Sets the value of the accessionNumber 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 setReportDescription(java.lang.String value)
          Sets the value of the reportDescription 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

accessionNumber

protected java.lang.String accessionNumber

reportDescription

protected java.lang.String reportDescription

reportStatus

protected CodedType reportStatus

documentId

protected java.lang.String documentId

documentLink

protected java.lang.String documentLink
Constructor Detail

DiagnosticReportInformationDT

public DiagnosticReportInformationDT()
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

getAccessionNumber

public java.lang.String getAccessionNumber()
Gets the value of the accessionNumber property.

Returns:
possible object is String

setAccessionNumber

public void setAccessionNumber(java.lang.String value)
Sets the value of the accessionNumber property.

Parameters:
value - allowed object is String

getReportDescription

public java.lang.String getReportDescription()
Gets the value of the reportDescription property.

Returns:
possible object is String

setReportDescription

public void setReportDescription(java.lang.String value)
Sets the value of the reportDescription 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