au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory
Enclosing class:
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList

public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory
extends java.lang.Object

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="medTitle" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="medDateO" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}timeStampDT" minOccurs="0"/>
         <element name="medDateR" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}timeStampDT" minOccurs="0"/>
         <element name="medComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String medComment
           
protected  TimeStampDT medDateO
           
protected  TimeStampDT medDateR
           
protected  CodedType medTitle
           
 
Constructor Summary
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory()
           
 
Method Summary
 java.lang.String getMedComment()
          Gets the value of the medComment property.
 TimeStampDT getMedDateO()
          Gets the value of the medDateO property.
 TimeStampDT getMedDateR()
          Gets the value of the medDateR property.
 CodedType getMedTitle()
          Gets the value of the medTitle property.
 void setMedComment(java.lang.String value)
          Sets the value of the medComment property.
 void setMedDateO(TimeStampDT value)
          Sets the value of the medDateO property.
 void setMedDateR(TimeStampDT value)
          Sets the value of the medDateR property.
 void setMedTitle(CodedType value)
          Sets the value of the medTitle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

medTitle

protected CodedType medTitle

medDateO

protected TimeStampDT medDateO

medDateR

protected TimeStampDT medDateR

medComment

protected java.lang.String medComment
Constructor Detail

HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory

public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.OtherMedicalHistory()
Method Detail

getMedTitle

public CodedType getMedTitle()
Gets the value of the medTitle property.

Returns:
possible object is CodedType

setMedTitle

public void setMedTitle(CodedType value)
Sets the value of the medTitle property.

Parameters:
value - allowed object is CodedType

getMedDateO

public TimeStampDT getMedDateO()
Gets the value of the medDateO property.

Returns:
possible object is TimeStampDT

setMedDateO

public void setMedDateO(TimeStampDT value)
Sets the value of the medDateO property.

Parameters:
value - allowed object is TimeStampDT

getMedDateR

public TimeStampDT getMedDateR()
Gets the value of the medDateR property.

Returns:
possible object is TimeStampDT

setMedDateR

public void setMedDateR(TimeStampDT value)
Sets the value of the medDateR property.

Parameters:
value - allowed object is TimeStampDT

getMedComment

public java.lang.String getMedComment()
Gets the value of the medComment property.

Returns:
possible object is String

setMedComment

public void setMedComment(java.lang.String value)
Sets the value of the medComment property.

Parameters:
value - allowed object is String