|
|||||||||
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.diagnosticimagingreportview._1.DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
public static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
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="imagingServiceDateTime" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="examinationResultName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/> <element name="modality" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/> <element name="anatomicalSiteDetails" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="anatomicalRegion" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/> <element name="anatomicalLocation" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="anatomicalLocationName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/> <element name="laterality" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="overallTestResultStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/> <element name="imageLocationInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> |
anatomicalSiteDetails
|
protected CodedType |
examinationResultName
|
protected java.lang.String |
imageLocationInformation
|
protected java.lang.String |
imagingServiceDateTime
|
protected CodedType |
modality
|
protected CodedType |
overallTestResultStatus
|
Constructor Summary | |
---|---|
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult()
|
Method Summary | |
---|---|
java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> |
getAnatomicalSiteDetails()
Gets the value of the anatomicalSiteDetails property. |
CodedType |
getExaminationResultName()
Gets the value of the examinationResultName property. |
java.lang.String |
getImageLocationInformation()
Gets the value of the imageLocationInformation property. |
java.lang.String |
getImagingServiceDateTime()
Gets the value of the imagingServiceDateTime property. |
CodedType |
getModality()
Gets the value of the modality property. |
CodedType |
getOverallTestResultStatus()
Gets the value of the overallTestResultStatus property. |
void |
setExaminationResultName(CodedType value)
Sets the value of the examinationResultName property. |
void |
setImageLocationInformation(java.lang.String value)
Sets the value of the imageLocationInformation property. |
void |
setImagingServiceDateTime(java.lang.String value)
Sets the value of the imagingServiceDateTime property. |
void |
setModality(CodedType value)
Sets the value of the modality property. |
void |
setOverallTestResultStatus(CodedType value)
Sets the value of the overallTestResultStatus 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 imagingServiceDateTime
protected CodedType examinationResultName
protected CodedType modality
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> anatomicalSiteDetails
protected CodedType overallTestResultStatus
protected java.lang.String imageLocationInformation
Constructor Detail |
---|
public DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult()
Method Detail |
---|
public java.lang.String getImagingServiceDateTime()
String
public void setImagingServiceDateTime(java.lang.String value)
value
- allowed object is
String
public CodedType getExaminationResultName()
CodedType
public void setExaminationResultName(CodedType value)
value
- allowed object is
CodedType
public CodedType getModality()
CodedType
public void setModality(CodedType value)
value
- allowed object is
CodedType
public java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails> getAnatomicalSiteDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the anatomicalSiteDetails property.
For example, to add a new item, do as follows:
getAnatomicalSiteDetails().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails
public CodedType getOverallTestResultStatus()
CodedType
public void setOverallTestResultStatus(CodedType value)
value
- allowed object is
CodedType
public java.lang.String getImageLocationInformation()
String
public void setImageLocationInformation(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 |