|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.PathologyReportInformationDT
public class PathologyReportInformationDT
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 |
---|
protected java.lang.String cdAeffectiveTime
protected java.lang.String dateTimeReportAuthored
protected java.lang.String dateTimeAuthorisation
protected java.lang.String pathologistLocalReportId
protected java.lang.String reportName
protected CodedType reportStatus
protected java.lang.String documentId
protected java.lang.String documentLink
Constructor Detail |
---|
public PathologyReportInformationDT()
Method Detail |
---|
public java.lang.String getCDAeffectiveTime()
String
public void setCDAeffectiveTime(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDateTimeReportAuthored()
String
public void setDateTimeReportAuthored(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDateTimeAuthorisation()
String
public void setDateTimeAuthorisation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPathologistLocalReportId()
String
public void setPathologistLocalReportId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReportName()
String
public void setReportName(java.lang.String value)
value
- allowed object is
String
public CodedType getReportStatus()
CodedType
public void setReportStatus(CodedType value)
value
- allowed object is
CodedType
public java.lang.String getDocumentId()
String
public void setDocumentId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentLink()
String
public void setDocumentLink(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |