|
|||||||||
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.healthrecordoverview._1.HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.Procedure
public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.Procedure
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.Procedure()
|
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 |
---|
protected CodedType medTitle
protected TimeStampDT medDateO
protected TimeStampDT medDateR
protected java.lang.String medComment
Constructor Detail |
---|
public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedHistoryList.Procedure()
Method Detail |
---|
public CodedType getMedTitle()
CodedType
public void setMedTitle(CodedType value)
value
- allowed object is
CodedType
public TimeStampDT getMedDateO()
TimeStampDT
public void setMedDateO(TimeStampDT value)
value
- allowed object is
TimeStampDT
public TimeStampDT getMedDateR()
TimeStampDT
public void setMedDateR(TimeStampDT value)
value
- allowed object is
TimeStampDT
public java.lang.String getMedComment()
String
public void setMedComment(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 |