|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.pathologyreportview._1.PathologyReportViewResponse.PathologyReport.PathologyTestResult
public static class PathologyReportViewResponse.PathologyReport.PathologyTestResult
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 |
---|
protected java.lang.String specimenCollectionDate
protected CodedType pathologyDiscipline
protected CodedType testResultName
protected CodedType overallTestResultStatus
Constructor Detail |
---|
public PathologyReportViewResponse.PathologyReport.PathologyTestResult()
Method Detail |
---|
public java.lang.String getSpecimenCollectionDate()
String
public void setSpecimenCollectionDate(java.lang.String value)
value
- allowed object is
String
public CodedType getPathologyDiscipline()
CodedType
public void setPathologyDiscipline(CodedType value)
value
- allowed object is
CodedType
public CodedType getTestResultName()
CodedType
public void setTestResultName(CodedType value)
value
- allowed object is
CodedType
public CodedType getOverallTestResultStatus()
CodedType
public void setOverallTestResultStatus(CodedType value)
value
- allowed object is
CodedType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |