public class PrescriptionCheckResponse
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="Patient" type="{http://mock.sist.sirs/prescription}Patient"/>
<element name="ExamPropriety" type="{http://mock.sist.sirs/prescription}ExamPropriety"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExamPropriety |
examPropriety |
protected Patient |
patient |
| Constructor and Description |
|---|
PrescriptionCheckResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExamPropriety |
getExamPropriety()
Gets the value of the examPropriety property.
|
Patient |
getPatient()
Gets the value of the patient property.
|
void |
setExamPropriety(ExamPropriety value)
Sets the value of the examPropriety property.
|
void |
setPatient(Patient value)
Sets the value of the patient property.
|
protected Patient patient
protected ExamPropriety examPropriety
public Patient getPatient()
Patientpublic void setPatient(Patient value)
value - allowed object is
Patientpublic ExamPropriety getExamPropriety()
ExamProprietypublic void setExamPropriety(ExamPropriety value)
value - allowed object is
ExamPropriety