|
|||||||||
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.AnatomicalSiteDetails.AnatomicalLocation
public static class DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation
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="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>
Field Summary | |
---|---|
protected CodedType |
anatomicalLocationName
|
protected CodedType |
laterality
|
Constructor Summary | |
---|---|
DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation()
|
Method Summary | |
---|---|
CodedType |
getAnatomicalLocationName()
Gets the value of the anatomicalLocationName property. |
CodedType |
getLaterality()
Gets the value of the laterality property. |
void |
setAnatomicalLocationName(CodedType value)
Sets the value of the anatomicalLocationName property. |
void |
setLaterality(CodedType value)
Sets the value of the laterality property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CodedType anatomicalLocationName
protected CodedType laterality
Constructor Detail |
---|
public DiagnosticImagingReportViewResponse.DiagnosticImagingReport.ImagingExaminationResult.AnatomicalSiteDetails.AnatomicalLocation()
Method Detail |
---|
public CodedType getAnatomicalLocationName()
CodedType
public void setAnatomicalLocationName(CodedType value)
value
- allowed object is
CodedType
public CodedType getLaterality()
CodedType
public void setLaterality(CodedType value)
value
- allowed object is
CodedType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |