|
|||||||||
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
public class DiagnosticImagingReportViewResponse
Java class for diagnosticImagingReportViewResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="diagnosticImagingReportViewResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="viewMetadata"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="individualProfile"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/> <element name="individual" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="viewParameters"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dateFromFilter" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dateToFilter" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="viewVersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="diagnosticImagingReport" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DiagnosticImagingReportViewResponse.DiagnosticImagingReport
Java class for anonymous complex type. |
static class |
DiagnosticImagingReportViewResponse.ViewMetadata
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport> |
diagnosticImagingReports
|
protected DiagnosticImagingReportViewResponse.ViewMetadata |
viewMetadata
|
Constructor Summary | |
---|---|
DiagnosticImagingReportViewResponse()
|
Method Summary | |
---|---|
java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport> |
getDiagnosticImagingReports()
Gets the value of the diagnosticImagingReports property. |
DiagnosticImagingReportViewResponse.ViewMetadata |
getViewMetadata()
Gets the value of the viewMetadata property. |
void |
setViewMetadata(DiagnosticImagingReportViewResponse.ViewMetadata value)
Sets the value of the viewMetadata property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DiagnosticImagingReportViewResponse.ViewMetadata viewMetadata
protected java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport> diagnosticImagingReports
Constructor Detail |
---|
public DiagnosticImagingReportViewResponse()
Method Detail |
---|
public DiagnosticImagingReportViewResponse.ViewMetadata getViewMetadata()
DiagnosticImagingReportViewResponse.ViewMetadata
public void setViewMetadata(DiagnosticImagingReportViewResponse.ViewMetadata value)
value
- allowed object is
DiagnosticImagingReportViewResponse.ViewMetadata
public java.util.List<DiagnosticImagingReportViewResponse.DiagnosticImagingReport> getDiagnosticImagingReports()
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 diagnosticImagingReports property.
For example, to add a new item, do as follows:
getDiagnosticImagingReports().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticImagingReportViewResponse.DiagnosticImagingReport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |