|
|||||||||
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
public static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport
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="dateAvailableToConsumer" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reportInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}diagnosticReportInformationDT"/> <element name="clinicalDocumentAuthor" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/> <element name="reportingRadiologistInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}providerInformationDT"/> <element name="imagingRequesterInformation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}requesterInformationDT"/> <element name="imagingExaminationResult" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ProviderInformationDT |
clinicalDocumentAuthor
|
protected java.lang.String |
dateAvailableToConsumer
|
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> |
imagingExaminationResults
|
protected RequesterInformationDT |
imagingRequesterInformation
|
protected DiagnosticReportInformationDT |
reportInformation
|
protected ProviderInformationDT |
reportingRadiologistInformation
|
Constructor Summary | |
---|---|
DiagnosticImagingReportViewResponse.DiagnosticImagingReport()
|
Method Summary | |
---|---|
ProviderInformationDT |
getClinicalDocumentAuthor()
Gets the value of the clinicalDocumentAuthor property. |
java.lang.String |
getDateAvailableToConsumer()
Gets the value of the dateAvailableToConsumer property. |
java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> |
getImagingExaminationResults()
Gets the value of the imagingExaminationResults property. |
RequesterInformationDT |
getImagingRequesterInformation()
Gets the value of the imagingRequesterInformation property. |
DiagnosticReportInformationDT |
getReportInformation()
Gets the value of the reportInformation property. |
ProviderInformationDT |
getReportingRadiologistInformation()
Gets the value of the reportingRadiologistInformation property. |
void |
setClinicalDocumentAuthor(ProviderInformationDT value)
Sets the value of the clinicalDocumentAuthor property. |
void |
setDateAvailableToConsumer(java.lang.String value)
Sets the value of the dateAvailableToConsumer property. |
void |
setImagingRequesterInformation(RequesterInformationDT value)
Sets the value of the imagingRequesterInformation property. |
void |
setReportInformation(DiagnosticReportInformationDT value)
Sets the value of the reportInformation property. |
void |
setReportingRadiologistInformation(ProviderInformationDT value)
Sets the value of the reportingRadiologistInformation 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 dateAvailableToConsumer
protected DiagnosticReportInformationDT reportInformation
protected ProviderInformationDT clinicalDocumentAuthor
protected ProviderInformationDT reportingRadiologistInformation
protected RequesterInformationDT imagingRequesterInformation
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> imagingExaminationResults
Constructor Detail |
---|
public DiagnosticImagingReportViewResponse.DiagnosticImagingReport()
Method Detail |
---|
public java.lang.String getDateAvailableToConsumer()
String
public void setDateAvailableToConsumer(java.lang.String value)
value
- allowed object is
String
public DiagnosticReportInformationDT getReportInformation()
DiagnosticReportInformationDT
public void setReportInformation(DiagnosticReportInformationDT value)
value
- allowed object is
DiagnosticReportInformationDT
public ProviderInformationDT getClinicalDocumentAuthor()
ProviderInformationDT
public void setClinicalDocumentAuthor(ProviderInformationDT value)
value
- allowed object is
ProviderInformationDT
public ProviderInformationDT getReportingRadiologistInformation()
ProviderInformationDT
public void setReportingRadiologistInformation(ProviderInformationDT value)
value
- allowed object is
ProviderInformationDT
public RequesterInformationDT getImagingRequesterInformation()
RequesterInformationDT
public void setImagingRequesterInformation(RequesterInformationDT value)
value
- allowed object is
RequesterInformationDT
public java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult> getImagingExaminationResults()
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 imagingExaminationResults property.
For example, to add a new item, do as follows:
getImagingExaminationResults().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |