diff --git a/MonitorPatientStatus/src/docs/asciidoc/generated/definitions.adoc b/MonitorPatientStatus/src/docs/asciidoc/generated/definitions.adoc
deleted file mode 100644
index 4a5abb75600f9a6dd75197bff1c5c7151b03105f..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/generated/definitions.adoc
+++ /dev/null
@@ -1,107 +0,0 @@
-
-[[_definitions]]
-== Definitions
-
-[[_doctor]]
-=== Doctor
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**age** +
-__optional__|integer(int32)
-|**dept** +
-__optional__|string
-|**id** +
-__optional__|integer(int32)
-|**passWord** +
-__optional__|string
-|**phoneNumber** +
-__optional__|string
-|**port** +
-__optional__|string
-|**sex** +
-__optional__|string
-|**username** +
-__optional__|string
-|===
-
-
-[[_drug]]
-=== Drug
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**description** +
-__optional__|string
-|**name** +
-__optional__|string
-|**number** +
-__optional__|integer(int32)
-|===
-
-
-[[_manager]]
-=== Manager
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**password** +
-__optional__|string
-|**phoneNumber** +
-__optional__|string
-|**username** +
-__optional__|string
-|===
-
-
-[[_patient]]
-=== Patient
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**id** +
-__optional__|integer(int32)
-|**password** +
-__optional__|string
-|**username** +
-__optional__|string
-|===
-
-
-[[_prescription]]
-=== Prescription
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**dayToEat** +
-__optional__|string
-|**dose** +
-__optional__|string
-|**drug** +
-__optional__|integer(int32)
-|===
-
-
-[[_prescriptionlist]]
-=== PrescriptionList
-
-[options="header", cols=".^3,.^4"]
-|===
-|Name|Schema
-|**dname** +
-__optional__|string
-|**pname** +
-__optional__|string
-|**prescriptionList** +
-__optional__|< <<_prescription,Prescription>> > array
-|**prescriptionListNumber** +
-__optional__|string
-|===
-
-
-
diff --git a/MonitorPatientStatus/src/docs/asciidoc/generated/overview.adoc b/MonitorPatientStatus/src/docs/asciidoc/generated/overview.adoc
deleted file mode 100644
index 8b1e0556c1e62d895cc7ee6617f0f7f01fb0eea0..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/generated/overview.adoc
+++ /dev/null
@@ -1,33 +0,0 @@
-= SpringBoot中使用Swagger2接口规范
-
-
-[[_overview]]
-== Overview
-接口说明
-
-
-=== Version information
-[%hardbreaks]
-__Version__ : 1.0.0
-
-
-=== License information
-[%hardbreaks]
-__Terms of service__ : http://localhost:8080/
-
-
-=== URI scheme
-[%hardbreaks]
-__Host__ : localhost:8080
-__BasePath__ : /
-
-
-=== Tags
-
-* doctor-controller : Doctor Controller
-* login-controller : Login Controller
-* manager-controller : Manager Controller
-* patient-controller : Patient Controller
-
-
-
diff --git a/MonitorPatientStatus/src/docs/asciidoc/generated/paths.adoc b/MonitorPatientStatus/src/docs/asciidoc/generated/paths.adoc
deleted file mode 100644
index 781f0d11b2ef484a59e9f70f5df46a46b552584a..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/generated/paths.adoc
+++ /dev/null
@@ -1,1691 +0,0 @@
-
-[[_paths]]
-== Paths
-
-[[_addmydoctorusingpost]]
-=== addMyDoctor
-....
-POST /Patient/addMyDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**dname** +
-__optional__|dname|string
-|**Query**|**pname** +
-__optional__|pname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|integer(int32)
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_findallusingget]]
-=== findAll
-....
-GET /Patient/alluser
-....
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_patient,Patient>> > array
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Produces
-
-* `application/json;charset=UTF-8`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_daily_punchinusingpost]]
-=== daily_punchIn
-....
-POST /Patient/daily_punchIn
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**bloodpressure** +
-__optional__|bloodpressure|integer(int32)
-|**Query**|**date** +
-__optional__|date|string
-|**Query**|**pname** +
-__optional__|pname|string
-|**Query**|**pulse** +
-__optional__|pulse|integer(int32)
-|**Query**|**temperature** +
-__optional__|temperature|number(double)
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_deletemydoctorusingpost]]
-=== deleteMyDoctor
-....
-POST /Patient/deleteMyDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**dname** +
-__optional__|dname|string
-|**Query**|**pname** +
-__optional__|pname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|integer(int32)
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_deletemyprescriptionlistusingpost]]
-=== deleteMyPrescriptionList
-....
-POST /Patient/deleteMyPrescriptionList
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**pname** +
-__optional__|pname|string
-|**Query**|**prescriptionListNumber** +
-__optional__|prescriptionListNumber|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|No Content
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_modifyusingpost_1]]
-=== modify
-....
-POST /Patient/modify
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^4"]
-|===
-|Type|Name|Schema
-|**Query**|**id** +
-__optional__|integer(int32)
-|**Query**|**password** +
-__optional__|string
-|**Query**|**username** +
-__optional__|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_registusingpost]]
-=== regist
-....
-POST /Patient/regist
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^4"]
-|===
-|Type|Name|Schema
-|**Query**|**id** +
-__optional__|integer(int32)
-|**Query**|**password** +
-__optional__|string
-|**Query**|**username** +
-__optional__|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_searchdoctorbydeptusingpost]]
-=== searchDoctorByDept
-....
-POST /Patient/searchDoctorByDept
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**dept** +
-__optional__|dept|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_doctor,Doctor>> > array
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_searchdoctorbynameusingpost]]
-=== searchDoctorByName
-....
-POST /Patient/searchDoctorByName
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**name** +
-__optional__|name|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|<<_doctor,Doctor>>
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_searchdoctorbysexusingpost]]
-=== searchDoctorBySex
-....
-POST /Patient/searchDoctorBySex
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**sex** +
-__optional__|sex|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_doctor,Doctor>> > array
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_showinfousingpost]]
-=== showInfo
-....
-POST /Patient/showInfo
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^4"]
-|===
-|Type|Name|Schema
-|**Query**|**id** +
-__optional__|integer(int32)
-|**Query**|**password** +
-__optional__|string
-|**Query**|**username** +
-__optional__|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_showmypatientusingpost_1]]
-=== showMyPatient
-....
-POST /Patient/showMyDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**name** +
-__optional__|name|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|<<_doctor,Doctor>>
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_showmyprescriptionlistusingpost]]
-=== showMyPrescriptionList
-....
-POST /Patient/showMyPrescription
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**pname** +
-__optional__|pname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_prescriptionlist,PrescriptionList>> > array
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* patient-controller
-
-
-[[_getmyaddrusingpost]]
-=== getMyAddr
-....
-POST /doctor/getMyAddr
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**doctorName** +
-__optional__|doctorName|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_makeprescriptionusingpost]]
-=== makePrescription
-....
-POST /doctor/makePrescription
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**dayToEat** +
-__optional__|dayToEat|string
-|**Query**|**dname** +
-__optional__|dname|string
-|**Query**|**dose** +
-__optional__|dose|string
-|**Query**|**drugNumber** +
-__optional__|drugNumber|integer(int32)
-|**Query**|**pname** +
-__optional__|pname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_modifyusingpost]]
-=== modify
-....
-POST /doctor/modify
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^4"]
-|===
-|Type|Name|Schema
-|**Query**|**age** +
-__optional__|integer(int32)
-|**Query**|**dept** +
-__optional__|string
-|**Query**|**id** +
-__optional__|integer(int32)
-|**Query**|**passWord** +
-__optional__|string
-|**Query**|**phoneNumber** +
-__optional__|string
-|**Query**|**port** +
-__optional__|string
-|**Query**|**sex** +
-__optional__|string
-|**Query**|**username** +
-__optional__|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_searchdrugusingpost]]
-=== searchDrug
-....
-POST /doctor/searchDurgById
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**number** +
-__optional__|number|integer(int32)
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|<<_drug,Drug>>
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_searchdrugusingpost_1]]
-=== searchDrug
-....
-POST /doctor/searchDurgByNmae
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**name** +
-__optional__|name|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|<<_drug,Drug>>
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_setmyportusingpost]]
-=== setMyPort
-....
-POST /doctor/setMyAddr
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**doctorName** +
-__optional__|doctorName|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_showmypatientusingpost]]
-=== showMyPatient
-....
-POST /doctor/showMyPatient
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**name** +
-__optional__|name|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_patient,Patient>> > array
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* doctor-controller
-
-
-[[_loginusingpost]]
-=== 登录
-....
-POST /loginController/login
-....
-
-
-==== Description
-登录
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**name** +
-__optional__|name|string
-|**Query**|**password** +
-__optional__|password|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|integer(int32)
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* login-controller
-
-
-[[_login1usingpost]]
-=== login1
-....
-POST /loginController/login1
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**creationTime** +
-__optional__||integer(int64)
-|**Query**|**flashAttributes** +
-__optional__||object
-|**Query**|**id** +
-__optional__||string
-|**Query**|**lastAccessedTime** +
-__optional__||integer(int64)
-|**Query**|**maxInactiveInterval** +
-__optional__||integer(int32)
-|**Query**|**name** +
-__optional__|name|string
-|**Query**|**new** +
-__optional__||boolean
-|**Query**|**password** +
-__optional__|password|string
-|**Query**|**servletContext.classLoader** +
-__optional__||ref
-|**Query**|**servletContext.contextPath** +
-__optional__||string
-|**Query**|**servletContext.defaultSessionTrackingModes** +
-__optional__||< enum (COOKIE, URL, SSL) > array(multi)
-|**Query**|**servletContext.effectiveMajorVersion** +
-__optional__||integer(int32)
-|**Query**|**servletContext.effectiveMinorVersion** +
-__optional__||integer(int32)
-|**Query**|**servletContext.effectiveSessionTrackingModes** +
-__optional__||< enum (COOKIE, URL, SSL) > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].buffer** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].defaultContentType** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].deferredSyntaxAllowedAsLiteral** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].elIgnored** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].errorOnUndeclaredNamespace** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].includeCodas** +
-__optional__||< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].includePreludes** +
-__optional__||< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].isXml** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].pageEncoding** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].scriptingInvalid** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].trimDirectiveWhitespaces** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].urlPatterns** +
-__optional__||< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.taglibs[0].taglibLocation** +
-__optional__||string
-|**Query**|**servletContext.jspConfigDescriptor.taglibs[0].taglibURI** +
-__optional__||string
-|**Query**|**servletContext.majorVersion** +
-__optional__||integer(int32)
-|**Query**|**servletContext.minorVersion** +
-__optional__||integer(int32)
-|**Query**|**servletContext.requestCharacterEncoding** +
-__optional__||string
-|**Query**|**servletContext.responseCharacterEncoding** +
-__optional__||string
-|**Query**|**servletContext.serverInfo** +
-__optional__||string
-|**Query**|**servletContext.servletContextName** +
-__optional__||string
-|**Query**|**servletContext.sessionCookieConfig.comment** +
-__optional__||string
-|**Query**|**servletContext.sessionCookieConfig.domain** +
-__optional__||string
-|**Query**|**servletContext.sessionCookieConfig.httpOnly** +
-__optional__||boolean
-|**Query**|**servletContext.sessionCookieConfig.maxAge** +
-__optional__||integer(int32)
-|**Query**|**servletContext.sessionCookieConfig.name** +
-__optional__||string
-|**Query**|**servletContext.sessionCookieConfig.path** +
-__optional__||string
-|**Query**|**servletContext.sessionCookieConfig.secure** +
-__optional__||boolean
-|**Query**|**servletContext.sessionTimeout** +
-__optional__||integer(int32)
-|**Query**|**servletContext.virtualServerName** +
-__optional__||string
-|**Query**|**valueNames** +
-__optional__||< string > array(multi)
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* login-controller
-
-
-[[_logoutusingget]]
-=== logout
-....
-GET /loginController/logout
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^4"]
-|===
-|Type|Name|Schema
-|**Query**|**creationTime** +
-__optional__|integer(int64)
-|**Query**|**id** +
-__optional__|string
-|**Query**|**lastAccessedTime** +
-__optional__|integer(int64)
-|**Query**|**maxInactiveInterval** +
-__optional__|integer(int32)
-|**Query**|**new** +
-__optional__|boolean
-|**Query**|**servletContext.classLoader** +
-__optional__|ref
-|**Query**|**servletContext.contextPath** +
-__optional__|string
-|**Query**|**servletContext.defaultSessionTrackingModes** +
-__optional__|< enum (COOKIE, URL, SSL) > array(multi)
-|**Query**|**servletContext.effectiveMajorVersion** +
-__optional__|integer(int32)
-|**Query**|**servletContext.effectiveMinorVersion** +
-__optional__|integer(int32)
-|**Query**|**servletContext.effectiveSessionTrackingModes** +
-__optional__|< enum (COOKIE, URL, SSL) > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].buffer** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].defaultContentType** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].deferredSyntaxAllowedAsLiteral** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].elIgnored** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].errorOnUndeclaredNamespace** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].includeCodas** +
-__optional__|< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].includePreludes** +
-__optional__|< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].isXml** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].pageEncoding** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].scriptingInvalid** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].trimDirectiveWhitespaces** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.jspPropertyGroups[0].urlPatterns** +
-__optional__|< string > array(multi)
-|**Query**|**servletContext.jspConfigDescriptor.taglibs[0].taglibLocation** +
-__optional__|string
-|**Query**|**servletContext.jspConfigDescriptor.taglibs[0].taglibURI** +
-__optional__|string
-|**Query**|**servletContext.majorVersion** +
-__optional__|integer(int32)
-|**Query**|**servletContext.minorVersion** +
-__optional__|integer(int32)
-|**Query**|**servletContext.requestCharacterEncoding** +
-__optional__|string
-|**Query**|**servletContext.responseCharacterEncoding** +
-__optional__|string
-|**Query**|**servletContext.serverInfo** +
-__optional__|string
-|**Query**|**servletContext.servletContextName** +
-__optional__|string
-|**Query**|**servletContext.sessionCookieConfig.comment** +
-__optional__|string
-|**Query**|**servletContext.sessionCookieConfig.domain** +
-__optional__|string
-|**Query**|**servletContext.sessionCookieConfig.httpOnly** +
-__optional__|boolean
-|**Query**|**servletContext.sessionCookieConfig.maxAge** +
-__optional__|integer(int32)
-|**Query**|**servletContext.sessionCookieConfig.name** +
-__optional__|string
-|**Query**|**servletContext.sessionCookieConfig.path** +
-__optional__|string
-|**Query**|**servletContext.sessionCookieConfig.secure** +
-__optional__|boolean
-|**Query**|**servletContext.sessionTimeout** +
-__optional__|integer(int32)
-|**Query**|**servletContext.virtualServerName** +
-__optional__|string
-|**Query**|**valueNames** +
-__optional__|< string > array(multi)
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* login-controller
-
-
-[[_adddoctorusingpost]]
-=== addDoctor
-....
-POST /manager/arrangeDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**date** +
-__optional__|date|string(date)
-|**Query**|**dept** +
-__optional__|dept|string
-|**Query**|**dname** +
-__optional__|dname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_deletedoctorusingpost]]
-=== deleteDoctor
-....
-POST /manager/deleteDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**date** +
-__optional__|date|string(date)
-|**Query**|**dept** +
-__optional__|dept|string
-|**Query**|**dname** +
-__optional__|dname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_findallusingpost]]
-=== findAll
-....
-POST /manager/findall
-....
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|< <<_manager,Manager>> > array
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_operatedoctorusingpost]]
-=== operateDoctor
-....
-POST /manager/operateDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**age** +
-__optional__||integer(int32)
-|**Query**|**choice** +
-__optional__|choice|integer(int32)
-|**Query**|**dept** +
-__optional__||string
-|**Query**|**id** +
-__optional__||integer(int32)
-|**Query**|**passWord** +
-__optional__||string
-|**Query**|**phoneNumber** +
-__optional__||string
-|**Query**|**port** +
-__optional__||string
-|**Query**|**sex** +
-__optional__||string
-|**Query**|**username** +
-__optional__||string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_operatepatientusingpost]]
-=== operatePatient
-....
-POST /manager/operatePatient
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**choice** +
-__optional__|choice|integer(int32)
-|**Query**|**id** +
-__optional__||integer(int32)
-|**Query**|**password** +
-__optional__||string
-|**Query**|**username** +
-__optional__||string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_sendmessageusingpost]]
-=== sendMessage
-....
-POST /manager/sendMessage
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**age** +
-__optional__||integer(int32)
-|**Query**|**dept** +
-__optional__||string
-|**Query**|**id** +
-__optional__||integer(int32)
-|**Query**|**message** +
-__optional__|message|string
-|**Query**|**passWord** +
-__optional__||string
-|**Query**|**phoneNumber** +
-__optional__||string
-|**Query**|**port** +
-__optional__||string
-|**Query**|**sex** +
-__optional__||string
-|**Query**|**username** +
-__optional__||string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_showpatienthealthstatususingpost]]
-=== showPatientHealthStatus
-....
-POST /manager/showPatientHealthStatus
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**date** +
-__optional__|date|string
-|**Query**|**id** +
-__optional__||integer(int32)
-|**Query**|**password** +
-__optional__||string
-|**Query**|**username** +
-__optional__||string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_showroasterusingpost]]
-=== showRoaster
-....
-POST /manager/showRoaster
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**date** +
-__optional__|date|string(date)
-|**Query**|**dept** +
-__optional__|dept|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-[[_updatedoctorusingpost]]
-=== updateDoctor
-....
-POST /manager/updateDoctor
-....
-
-
-==== Parameters
-
-[options="header", cols=".^2,.^3,.^9,.^4"]
-|===
-|Type|Name|Description|Schema
-|**Query**|**date** +
-__optional__|date|string(date)
-|**Query**|**dept** +
-__optional__|dept|string
-|**Query**|**dname** +
-__optional__|dname|string
-|===
-
-
-==== Responses
-
-[options="header", cols=".^2,.^14,.^4"]
-|===
-|HTTP Code|Description|Schema
-|**200**|OK|string
-|**201**|Created|No Content
-|**401**|Unauthorized|No Content
-|**403**|Forbidden|No Content
-|**404**|Not Found|No Content
-|===
-
-
-==== Consumes
-
-* `application/json`
-
-
-==== Produces
-
-* `*/*`
-
-
-==== Tags
-
-* manager-controller
-
-
-
diff --git a/MonitorPatientStatus/src/docs/asciidoc/generated/security.adoc b/MonitorPatientStatus/src/docs/asciidoc/generated/security.adoc
deleted file mode 100644
index 139597f9cb07c5d48bed18984ec4747f4b4f3438..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/generated/security.adoc
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/MonitorPatientStatus/src/docs/asciidoc/html/definitions.html b/MonitorPatientStatus/src/docs/asciidoc/html/definitions.html
deleted file mode 100644
index ae49b598c7bf46308e5f0f3c3bede0be705f154c..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/html/definitions.html
+++ /dev/null
@@ -1,764 +0,0 @@
-
-
-
-
-
-
-
-Definitions
-
-
-
-
-
-
-
-
-
Definitions
-
-
-
Doctor
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-age
-optional |
-integer(int32) |
-
-
-dept
-optional |
-string |
-
-
-id
-optional |
-integer(int32) |
-
-
-passWord
-optional |
-string |
-
-
-phoneNumber
-optional |
-string |
-
-
-port
-optional |
-string |
-
-
-sex
-optional |
-string |
-
-
-username
-optional |
-string |
-
-
-
-
-
-
Drug
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-description
-optional |
-string |
-
-
-name
-optional |
-string |
-
-
-number
-optional |
-integer(int32) |
-
-
-
-
-
-
Manager
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-password
-optional |
-string |
-
-
-phoneNumber
-optional |
-string |
-
-
-username
-optional |
-string |
-
-
-
-
-
-
Patient
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-id
-optional |
-integer(int32) |
-
-
-password
-optional |
-string |
-
-
-username
-optional |
-string |
-
-
-
-
-
-
Prescription
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-dayToEat
-optional |
-string |
-
-
-dose
-optional |
-string |
-
-
-drug
-optional |
-integer(int32) |
-
-
-
-
-
-
PrescriptionList
-
-
-
-
-
-
-
-Name |
-Schema |
-
-
-
-
-dname
-optional |
-string |
-
-
-pname
-optional |
-string |
-
-
-prescriptionList
-optional |
-< Prescription > array |
-
-
-prescriptionListNumber
-optional |
-string |
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MonitorPatientStatus/src/docs/asciidoc/html/overview.html b/MonitorPatientStatus/src/docs/asciidoc/html/overview.html
deleted file mode 100644
index 0e6a7700c030824a44b8aa9c480081673c6c8572..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/html/overview.html
+++ /dev/null
@@ -1,582 +0,0 @@
-
-
-
-
-
-
-
-SpringBoot中使用Swagger2接口规范
-
-
-
-
-
-
-
-
-
Overview
-
-
-
-
-
-
URI scheme
-
-
Host : localhost:8080
-BasePath : /
-
-
-
-
-
-
--
-
doctor-controller : Doctor Controller
-
--
-
login-controller : Login Controller
-
--
-
manager-controller : Manager Controller
-
--
-
patient-controller : Patient Controller
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MonitorPatientStatus/src/docs/asciidoc/html/paths.html b/MonitorPatientStatus/src/docs/asciidoc/html/paths.html
deleted file mode 100644
index aa44d9002411107aa4fc370ad4f81b8af9b0aa87..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/html/paths.html
+++ /dev/null
@@ -1,4899 +0,0 @@
-
-
-
-
-
-
-
-Paths
-
-
-
-
-
-
-
-
-
Paths
-
-
-
addMyDoctor
-
-
-
POST /Patient/addMyDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-integer(int32) |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
findAll
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< Patient > array |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
daily_punchIn
-
-
-
POST /Patient/daily_punchIn
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-bloodpressure
-optional |
-bloodpressure |
-integer(int32) |
-
-
-Query |
-date
-optional |
-date |
-string |
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-Query |
-pulse
-optional |
-pulse |
-integer(int32) |
-
-
-Query |
-temperature
-optional |
-temperature |
-number(double) |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
deleteMyDoctor
-
-
-
POST /Patient/deleteMyDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-integer(int32) |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
deleteMyPrescriptionList
-
-
-
POST /Patient/deleteMyPrescriptionList
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-Query |
-prescriptionListNumber
-optional |
-prescriptionListNumber |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-No Content |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
modify
-
-
-
Parameters
-
-
-
-
-
-
-
-
-Type |
-Name |
-Schema |
-
-
-
-
-Query |
-id
-optional |
-integer(int32) |
-
-
-Query |
-password
-optional |
-string |
-
-
-Query |
-username
-optional |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
regist
-
-
-
Parameters
-
-
-
-
-
-
-
-
-Type |
-Name |
-Schema |
-
-
-
-
-Query |
-id
-optional |
-integer(int32) |
-
-
-Query |
-password
-optional |
-string |
-
-
-Query |
-username
-optional |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
searchDoctorByDept
-
-
-
POST /Patient/searchDoctorByDept
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-dept
-optional |
-dept |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< Doctor > array |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
searchDoctorByName
-
-
-
POST /Patient/searchDoctorByName
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-Doctor |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
searchDoctorBySex
-
-
-
POST /Patient/searchDoctorBySex
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-sex
-optional |
-sex |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< Doctor > array |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
showInfo
-
-
-
POST /Patient/showInfo
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-Type |
-Name |
-Schema |
-
-
-
-
-Query |
-id
-optional |
-integer(int32) |
-
-
-Query |
-password
-optional |
-string |
-
-
-Query |
-username
-optional |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
showMyPatient
-
-
-
POST /Patient/showMyDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-Doctor |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
showMyPrescriptionList
-
-
-
POST /Patient/showMyPrescription
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< PrescriptionList > array |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
patient-controller
-
-
-
-
-
-
-
getMyAddr
-
-
-
POST /doctor/getMyAddr
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-doctorName
-optional |
-doctorName |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
makePrescription
-
-
-
POST /doctor/makePrescription
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-dayToEat
-optional |
-dayToEat |
-string |
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-Query |
-dose
-optional |
-dose |
-string |
-
-
-Query |
-drugNumber
-optional |
-drugNumber |
-integer(int32) |
-
-
-Query |
-pname
-optional |
-pname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
modify
-
-
-
Parameters
-
-
-
-
-
-
-
-
-Type |
-Name |
-Schema |
-
-
-
-
-Query |
-age
-optional |
-integer(int32) |
-
-
-Query |
-dept
-optional |
-string |
-
-
-Query |
-id
-optional |
-integer(int32) |
-
-
-Query |
-passWord
-optional |
-string |
-
-
-Query |
-phoneNumber
-optional |
-string |
-
-
-Query |
-port
-optional |
-string |
-
-
-Query |
-sex
-optional |
-string |
-
-
-Query |
-username
-optional |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
searchDrug
-
-
-
POST /doctor/searchDurgById
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-number
-optional |
-number |
-integer(int32) |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-Drug |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
searchDrug
-
-
-
POST /doctor/searchDurgByNmae
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-Drug |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
setMyPort
-
-
-
POST /doctor/setMyAddr
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-doctorName
-optional |
-doctorName |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
showMyPatient
-
-
-
POST /doctor/showMyPatient
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< Patient > array |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
登录
-
-
-
POST /loginController/login
-
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-Query |
-password
-optional |
-password |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-integer(int32) |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
login1
-
-
-
POST /loginController/login1
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-creationTime
-optional |
- |
-integer(int64) |
-
-
-Query |
-flashAttributes
-optional |
- |
-object |
-
-
-Query |
-id
-optional |
- |
-string |
-
-
-Query |
-lastAccessedTime
-optional |
- |
-integer(int64) |
-
-
-Query |
-maxInactiveInterval
-optional |
- |
-integer(int32) |
-
-
-Query |
-name
-optional |
-name |
-string |
-
-
-Query |
-new
-optional |
- |
-boolean |
-
-
-Query |
-password
-optional |
-password |
-string |
-
-
-Query |
-servletContext.classLoader
-optional |
- |
-ref |
-
-
-Query |
-servletContext.contextPath
-optional |
- |
-string |
-
-
-Query |
-servletContext.defaultSessionTrackingModes
-optional |
- |
-< enum (COOKIE, URL, SSL) > array(multi) |
-
-
-Query |
-servletContext.effectiveMajorVersion
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.effectiveMinorVersion
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.effectiveSessionTrackingModes
-optional |
- |
-< enum (COOKIE, URL, SSL) > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].buffer
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].defaultContentType
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].deferredSyntaxAllowedAsLiteral
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].elIgnored
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].errorOnUndeclaredNamespace
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].includeCodas
-optional |
- |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].includePreludes
-optional |
- |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].isXml
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].pageEncoding
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].scriptingInvalid
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].trimDirectiveWhitespaces
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].urlPatterns
-optional |
- |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.taglibs[0].taglibLocation
-optional |
- |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.taglibs[0].taglibURI
-optional |
- |
-string |
-
-
-Query |
-servletContext.majorVersion
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.minorVersion
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.requestCharacterEncoding
-optional |
- |
-string |
-
-
-Query |
-servletContext.responseCharacterEncoding
-optional |
- |
-string |
-
-
-Query |
-servletContext.serverInfo
-optional |
- |
-string |
-
-
-Query |
-servletContext.servletContextName
-optional |
- |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.comment
-optional |
- |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.domain
-optional |
- |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.httpOnly
-optional |
- |
-boolean |
-
-
-Query |
-servletContext.sessionCookieConfig.maxAge
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.sessionCookieConfig.name
-optional |
- |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.path
-optional |
- |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.secure
-optional |
- |
-boolean |
-
-
-Query |
-servletContext.sessionTimeout
-optional |
- |
-integer(int32) |
-
-
-Query |
-servletContext.virtualServerName
-optional |
- |
-string |
-
-
-Query |
-valueNames
-optional |
- |
-< string > array(multi) |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
logout
-
-
-
GET /loginController/logout
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-Type |
-Name |
-Schema |
-
-
-
-
-Query |
-creationTime
-optional |
-integer(int64) |
-
-
-Query |
-id
-optional |
-string |
-
-
-Query |
-lastAccessedTime
-optional |
-integer(int64) |
-
-
-Query |
-maxInactiveInterval
-optional |
-integer(int32) |
-
-
-Query |
-new
-optional |
-boolean |
-
-
-Query |
-servletContext.classLoader
-optional |
-ref |
-
-
-Query |
-servletContext.contextPath
-optional |
-string |
-
-
-Query |
-servletContext.defaultSessionTrackingModes
-optional |
-< enum (COOKIE, URL, SSL) > array(multi) |
-
-
-Query |
-servletContext.effectiveMajorVersion
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.effectiveMinorVersion
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.effectiveSessionTrackingModes
-optional |
-< enum (COOKIE, URL, SSL) > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].buffer
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].defaultContentType
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].deferredSyntaxAllowedAsLiteral
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].elIgnored
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].errorOnUndeclaredNamespace
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].includeCodas
-optional |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].includePreludes
-optional |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].isXml
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].pageEncoding
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].scriptingInvalid
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].trimDirectiveWhitespaces
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.jspPropertyGroups[0].urlPatterns
-optional |
-< string > array(multi) |
-
-
-Query |
-servletContext.jspConfigDescriptor.taglibs[0].taglibLocation
-optional |
-string |
-
-
-Query |
-servletContext.jspConfigDescriptor.taglibs[0].taglibURI
-optional |
-string |
-
-
-Query |
-servletContext.majorVersion
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.minorVersion
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.requestCharacterEncoding
-optional |
-string |
-
-
-Query |
-servletContext.responseCharacterEncoding
-optional |
-string |
-
-
-Query |
-servletContext.serverInfo
-optional |
-string |
-
-
-Query |
-servletContext.servletContextName
-optional |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.comment
-optional |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.domain
-optional |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.httpOnly
-optional |
-boolean |
-
-
-Query |
-servletContext.sessionCookieConfig.maxAge
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.sessionCookieConfig.name
-optional |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.path
-optional |
-string |
-
-
-Query |
-servletContext.sessionCookieConfig.secure
-optional |
-boolean |
-
-
-Query |
-servletContext.sessionTimeout
-optional |
-integer(int32) |
-
-
-Query |
-servletContext.virtualServerName
-optional |
-string |
-
-
-Query |
-valueNames
-optional |
-< string > array(multi) |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
addDoctor
-
-
-
POST /manager/arrangeDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-date
-optional |
-date |
-string(date) |
-
-
-Query |
-dept
-optional |
-dept |
-string |
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
deleteDoctor
-
-
-
POST /manager/deleteDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-date
-optional |
-date |
-string(date) |
-
-
-Query |
-dept
-optional |
-dept |
-string |
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
findAll
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-< Manager > array |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
operateDoctor
-
-
-
POST /manager/operateDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-age
-optional |
- |
-integer(int32) |
-
-
-Query |
-choice
-optional |
-choice |
-integer(int32) |
-
-
-Query |
-dept
-optional |
- |
-string |
-
-
-Query |
-id
-optional |
- |
-integer(int32) |
-
-
-Query |
-passWord
-optional |
- |
-string |
-
-
-Query |
-phoneNumber
-optional |
- |
-string |
-
-
-Query |
-port
-optional |
- |
-string |
-
-
-Query |
-sex
-optional |
- |
-string |
-
-
-Query |
-username
-optional |
- |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
operatePatient
-
-
-
POST /manager/operatePatient
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-choice
-optional |
-choice |
-integer(int32) |
-
-
-Query |
-id
-optional |
- |
-integer(int32) |
-
-
-Query |
-password
-optional |
- |
-string |
-
-
-Query |
-username
-optional |
- |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
sendMessage
-
-
-
POST /manager/sendMessage
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-age
-optional |
- |
-integer(int32) |
-
-
-Query |
-dept
-optional |
- |
-string |
-
-
-Query |
-id
-optional |
- |
-integer(int32) |
-
-
-Query |
-message
-optional |
-message |
-string |
-
-
-Query |
-passWord
-optional |
- |
-string |
-
-
-Query |
-phoneNumber
-optional |
- |
-string |
-
-
-Query |
-port
-optional |
- |
-string |
-
-
-Query |
-sex
-optional |
- |
-string |
-
-
-Query |
-username
-optional |
- |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
showPatientHealthStatus
-
-
-
POST /manager/showPatientHealthStatus
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-date
-optional |
-date |
-string |
-
-
-Query |
-id
-optional |
- |
-integer(int32) |
-
-
-Query |
-password
-optional |
- |
-string |
-
-
-Query |
-username
-optional |
- |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
showRoaster
-
-
-
POST /manager/showRoaster
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-date
-optional |
-date |
-string(date) |
-
-
-Query |
-dept
-optional |
-dept |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
updateDoctor
-
-
-
POST /manager/updateDoctor
-
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-Type |
-Name |
-Description |
-Schema |
-
-
-
-
-Query |
-date
-optional |
-date |
-string(date) |
-
-
-Query |
-dept
-optional |
-dept |
-string |
-
-
-Query |
-dname
-optional |
-dname |
-string |
-
-
-
-
-
-
Responses
-
-
-
-
-
-
-
-
-HTTP Code |
-Description |
-Schema |
-
-
-
-
-200 |
-OK |
-string |
-
-
-201 |
-Created |
-No Content |
-
-
-401 |
-Unauthorized |
-No Content |
-
-
-403 |
-Forbidden |
-No Content |
-
-
-404 |
-Not Found |
-No Content |
-
-
-
-
-
-
-
-
-
-
--
-
manager-controller
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MonitorPatientStatus/src/docs/asciidoc/html/security.html b/MonitorPatientStatus/src/docs/asciidoc/html/security.html
deleted file mode 100644
index 4348c80d1361c6f452b35a75eb857aa41d3ce292..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/html/security.html
+++ /dev/null
@@ -1,527 +0,0 @@
-
-
-
-
-
-
-
-Untitled
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MonitorPatientStatus/src/docs/asciidoc/pdf/definitions.pdf b/MonitorPatientStatus/src/docs/asciidoc/pdf/definitions.pdf
deleted file mode 100644
index 2010b4f213af1e8e360f7a81a585bd8fcd30b12a..0000000000000000000000000000000000000000
--- a/MonitorPatientStatus/src/docs/asciidoc/pdf/definitions.pdf
+++ /dev/null
@@ -1,3840 +0,0 @@
-%PDF-1.3
-%
-1 0 obj
-<< /Title (Definitions)
-/Creator (Asciidoctor PDF 1.5.0.alpha.10, based on Prawn 1.3.0)
-/Producer (Asciidoctor PDF 1.5.0.alpha.10, based on Prawn 1.3.0)
-/CreationDate (D:20220505235431+08'00')
-/ModDate (D:20220505235431+08'00')
->>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 3 0 R
-/Names 11 0 R
-/Outlines 42 0 R
-/PageLabels 52 0 R
-/PageMode /UseOutlines
-/OpenAction [7 0 R /FitH 793.0]
-/ViewerPreferences << /DisplayDocTitle true
->>
->>
-endobj
-3 0 obj
-<< /Type /Pages
-/Count 4
-/Kids [7 0 R 9 0 R 20 0 R 26 0 R]
->>
-endobj
-4 0 obj
-<< /Length 2
->>
-stream
-q
-
-endstream
-endobj
-5 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 612.0 792.0]
-/Contents 4 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
->>
-endobj
-6 0 obj
-<< /Length 6293
->>
-stream
-q
-/DeviceRGB cs
-0.200 0.200 0.200 scn
-/DeviceRGB CS
-0.200 0.200 0.200 SCN
-
-BT
-48.24 730.304 Td
-/F3.0 22 Tf
-[<54> 29.78515625 <61626c65206f6620436f6e74656e7473>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 698.7659999999998 Td
-/F2.0 10.5 Tf
-<446566696e6974696f6e73> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-107.59274999999991 698.7659999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 698.7659999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 698.7659999999998 Td
-/F2.0 10.5 Tf
-<31> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 680.2859999999998 Td
-/F2.0 10.5 Tf
-<446f63746f72> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-96.90374999999995 680.2859999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 680.2859999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 680.2859999999998 Td
-/F2.0 10.5 Tf
-<31> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 661.8059999999998 Td
-/F2.0 10.5 Tf
-<44727567> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-86.21474999999992 661.8059999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 661.8059999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 661.8059999999998 Td
-/F2.0 10.5 Tf
-<31> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 643.3259999999998 Td
-/F2.0 10.5 Tf
-<4d616e61676572> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-107.59274999999991 643.3259999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 643.3259999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 643.3259999999998 Td
-/F2.0 10.5 Tf
-<31> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 624.8459999999998 Td
-/F2.0 10.5 Tf
-<50617469656e74> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-96.90374999999995 624.8459999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 624.8459999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 624.8459999999998 Td
-/F2.0 10.5 Tf
-<32> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 606.3659999999998 Td
-/F2.0 10.5 Tf
-<507265736372697074696f6e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-123.62624999999991 606.3659999999998 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 606.3659999999998 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 606.3659999999998 Td
-/F2.0 10.5 Tf
-<32> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 587.8859999999997 Td
-/F2.0 10.5 Tf
-<507265736372697074696f6e4c697374> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-145.00424999999996 587.8859999999997 Td
-/F2.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-556.5307499999999 587.8859999999997 Td
-/F2.0 5.25 Tf
- Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.8905 587.8859999999997 Td
-/F2.0 10.5 Tf
-<32> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-Q
-
-endstream
-endobj
-7 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 612.0 792.0]
-/Contents 6 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F3.0 13 0 R
-/F2.0 16 0 R
->>
->>
-/Annots [27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R]
->>
-endobj
-8 0 obj
-<< /Length 15252
->>
-stream
-q
-/DeviceRGB cs
-0.200 0.200 0.200 scn
-/DeviceRGB CS
-0.200 0.200 0.200 SCN
-
-BT
-48.24 730.304 Td
-/F3.0 22 Tf
-<446566696e6974696f6e73> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 688.656 Td
-/F3.0 18 Tf
-<446f63746f72> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 648.720 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 648.720 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 611.160 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 611.160 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 573.600 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 573.600 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 536.040 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 536.040 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 498.480 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 498.480 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 460.920 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 460.920 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 423.360 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 423.360 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 385.800 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 385.800 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 348.240 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 348.240 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 672.000 m
-264.758 672.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 648.720 m
-264.758 648.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 672.250 m
-48.240 647.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 672.250 m
-264.758 647.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 656.2529999999999 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 672.000 m
-558.605 672.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 648.720 m
-558.605 648.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 672.250 m
-264.758 647.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 672.250 m
-558.605 647.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 656.2529999999999 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 648.720 m
-264.758 648.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 611.160 m
-264.758 611.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 648.970 m
-48.240 610.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 648.970 m
-264.758 610.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 632.473 Td
-/F3.0 10.5 Tf
-<616765> Tj
-ET
-
-
-BT
-51.24 618.193 Td
-ET
-
-
-BT
-51.24 618.193 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 648.720 m
-558.605 648.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 611.160 m
-558.605 611.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 648.970 m
-264.758 610.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 648.970 m
-558.605 610.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 625.333 Td
-/F2.0 10.5 Tf
-<696e746567657228696e74333229> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 611.160 m
-264.758 611.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 573.600 m
-264.758 573.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 611.410 m
-48.240 573.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 611.410 m
-264.758 573.350 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 594.913 Td
-/F3.0 10.5 Tf
-<64657074> Tj
-ET
-
-
-BT
-51.24 580.6329999999999 Td
-ET
-
-
-BT
-51.24 580.6329999999999 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 611.160 m
-558.605 611.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 573.600 m
-558.605 573.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 611.410 m
-264.758 573.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 611.410 m
-558.605 573.350 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 587.7729999999999 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 573.600 m
-264.758 573.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 536.040 m
-264.758 536.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 573.850 m
-48.240 535.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 573.850 m
-264.758 535.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 557.3530000000001 Td
-/F3.0 10.5 Tf
-<6964> Tj
-ET
-
-
-BT
-51.24 543.073 Td
-ET
-
-
-BT
-51.24 543.073 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 573.600 m
-558.605 573.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 536.040 m
-558.605 536.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 573.850 m
-264.758 535.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 573.850 m
-558.605 535.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 550.213 Td
-/F2.0 10.5 Tf
-<696e746567657228696e74333229> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 536.040 m
-264.758 536.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 498.480 m
-264.758 498.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 536.290 m
-48.240 498.230 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 536.290 m
-264.758 498.230 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 519.7929999999999 Td
-/F3.0 10.5 Tf
-[<7061737357> 60.05859375 <6f7264>] TJ
-ET
-
-
-BT
-51.24 505.5129999999999 Td
-ET
-
-
-BT
-51.24 505.5129999999999 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 536.040 m
-558.605 536.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 498.480 m
-558.605 498.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 536.290 m
-264.758 498.230 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 536.290 m
-558.605 498.230 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 512.6529999999999 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 498.480 m
-264.758 498.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 460.920 m
-264.758 460.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 498.730 m
-48.240 460.670 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 498.730 m
-264.758 460.670 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 482.233 Td
-/F3.0 10.5 Tf
-<70686f6e654e756d626572> Tj
-ET
-
-
-BT
-51.24 467.953 Td
-ET
-
-
-BT
-51.24 467.953 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 498.480 m
-558.605 498.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 460.920 m
-558.605 460.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 498.730 m
-264.758 460.670 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 498.730 m
-558.605 460.670 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 475.093 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 460.920 m
-264.758 460.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 423.360 m
-264.758 423.360 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 461.170 m
-48.240 423.110 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 461.170 m
-264.758 423.110 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 444.67299999999994 Td
-/F3.0 10.5 Tf
-<706f7274> Tj
-ET
-
-
-BT
-51.24 430.3929999999999 Td
-ET
-
-
-BT
-51.24 430.3929999999999 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 460.920 m
-558.605 460.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 423.360 m
-558.605 423.360 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 461.170 m
-264.758 423.110 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 461.170 m
-558.605 423.110 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 437.53299999999996 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 423.360 m
-264.758 423.360 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 385.800 m
-264.758 385.800 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 423.610 m
-48.240 385.550 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 423.610 m
-264.758 385.550 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 407.113 Td
-/F3.0 10.5 Tf
-<736578> Tj
-ET
-
-
-BT
-51.24 392.83299999999997 Td
-ET
-
-
-BT
-51.24 392.83299999999997 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 423.360 m
-558.605 423.360 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 385.800 m
-558.605 385.800 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 423.610 m
-264.758 385.550 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 423.610 m
-558.605 385.550 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 399.973 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 385.800 m
-264.758 385.800 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 348.240 m
-264.758 348.240 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 386.050 m
-48.240 347.990 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 386.050 m
-264.758 347.990 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 369.55299999999994 Td
-/F3.0 10.5 Tf
-<757365726e616d65> Tj
-ET
-
-
-BT
-51.24 355.2729999999999 Td
-ET
-
-
-BT
-51.24 355.2729999999999 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 385.800 m
-558.605 385.800 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 348.240 m
-558.605 348.240 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 386.050 m
-264.758 347.990 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 386.050 m
-558.605 347.990 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 362.41299999999995 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 312.816 Td
-/F3.0 18 Tf
-<44727567> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 272.880 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 272.880 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 235.320 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 235.320 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 197.760 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 197.760 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 160.200 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 160.200 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 296.160 m
-264.758 296.160 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 272.880 m
-264.758 272.880 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 296.410 m
-48.240 272.130 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 296.410 m
-264.758 272.130 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 280.4129999999999 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 296.160 m
-558.605 296.160 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 272.880 m
-558.605 272.880 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 296.410 m
-264.758 272.130 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 296.410 m
-558.605 272.130 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 280.4129999999999 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 272.880 m
-264.758 272.880 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 235.320 m
-264.758 235.320 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 273.130 m
-48.240 235.070 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 273.130 m
-264.758 235.070 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 256.63299999999987 Td
-/F3.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-
-BT
-51.24 242.35299999999987 Td
-ET
-
-
-BT
-51.24 242.35299999999987 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 272.880 m
-558.605 272.880 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 235.320 m
-558.605 235.320 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 273.130 m
-264.758 235.070 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 273.130 m
-558.605 235.070 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 249.49299999999985 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 235.320 m
-264.758 235.320 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 197.760 m
-264.758 197.760 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 235.570 m
-48.240 197.510 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 235.570 m
-264.758 197.510 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 219.07299999999992 Td
-/F3.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-
-BT
-51.24 204.79299999999992 Td
-ET
-
-
-BT
-51.24 204.79299999999992 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 235.320 m
-558.605 235.320 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 197.760 m
-558.605 197.760 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 235.570 m
-264.758 197.510 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 235.570 m
-558.605 197.510 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 211.9329999999999 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 197.760 m
-264.758 197.760 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 160.200 m
-264.758 160.200 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 198.010 m
-48.240 159.950 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 198.010 m
-264.758 159.950 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 181.51299999999992 Td
-/F3.0 10.5 Tf
-<6e756d626572> Tj
-ET
-
-
-BT
-51.24 167.23299999999992 Td
-ET
-
-
-BT
-51.24 167.23299999999992 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 197.760 m
-558.605 197.760 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 160.200 m
-558.605 160.200 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 198.010 m
-264.758 159.950 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 198.010 m
-558.605 159.950 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 174.3729999999999 Td
-/F2.0 10.5 Tf
-<696e746567657228696e74333229> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 124.77599999999988 Td
-/F3.0 18 Tf
-<4d616e61676572> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-q
-0.000 0.000 0.000 scn
-0.000 0.000 0.000 SCN
-1 w
-0 J
-0 j
-[ ] 0 d
-/Stamp1 Do
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.7289999999999 14.388 Td
-/F2.0 9 Tf
-<31> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-Q
-Q
-
-endstream
-endobj
-9 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 612.0 792.0]
-/Contents 8 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F3.0 13 0 R
-/F4.0 15 0 R
-/F2.0 16 0 R
->>
-/XObject << /Stamp1 41 0 R
->>
->>
->>
-endobj
-10 0 obj
-[9 0 R /XYZ 0 792.0 null]
-endobj
-11 0 obj
-<< /Type /Names
-/Dests 12 0 R
->>
-endobj
-12 0 obj
-<< /Names [(_definitions) 10 0 R (_doctor) 14 0 R (_drug) 17 0 R (_manager) 18 0 R (_patient) 21 0 R (_prescription) 22 0 R (_prescriptionlist) 23 0 R]
->>
-endobj
-13 0 obj
-<< /Type /Font
-/BaseFont /AAAAAA+NotoSerif-Bold
-/Subtype /TrueType
-/FontDescriptor 54 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 56 0 R
-/ToUnicode 55 0 R
->>
-endobj
-14 0 obj
-[9 0 R /XYZ 0 712.0799999999999 null]
-endobj
-15 0 obj
-<< /Type /Font
-/BaseFont /AAAAAB+NotoSerif-Italic
-/Subtype /TrueType
-/FontDescriptor 58 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 60 0 R
-/ToUnicode 59 0 R
->>
-endobj
-16 0 obj
-<< /Type /Font
-/BaseFont /AAAAAC+NotoSerif
-/Subtype /TrueType
-/FontDescriptor 62 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 64 0 R
-/ToUnicode 63 0 R
->>
-endobj
-17 0 obj
-[9 0 R /XYZ 0 336.23999999999995 null]
-endobj
-18 0 obj
-[9 0 R /XYZ 0 148.1999999999999 null]
-endobj
-19 0 obj
-<< /Length 18558
->>
-stream
-q
-/DeviceRGB cs
-1.000 1.000 1.000 scn
-48.240 732.720 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 732.720 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 695.160 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 695.160 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 657.600 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 657.600 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 620.040 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 620.040 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-/DeviceRGB CS
-0.867 0.867 0.867 SCN
-48.240 756.000 m
-264.758 756.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 732.720 m
-264.758 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 756.250 m
-48.240 731.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.250 m
-264.758 731.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 740.2529999999999 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.000 m
-558.605 756.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 732.720 m
-558.605 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.250 m
-264.758 731.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 756.250 m
-558.605 731.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 740.2529999999999 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 732.720 m
-264.758 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 695.160 m
-264.758 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 732.970 m
-48.240 694.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.970 m
-264.758 694.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 716.473 Td
-/F3.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-
-BT
-51.24 702.193 Td
-ET
-
-
-BT
-51.24 702.193 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.720 m
-558.605 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 695.160 m
-558.605 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.970 m
-264.758 694.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 732.970 m
-558.605 694.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 709.333 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 695.160 m
-264.758 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 657.600 m
-264.758 657.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 695.410 m
-48.240 657.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 695.410 m
-264.758 657.350 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 678.913 Td
-/F3.0 10.5 Tf
-<70686f6e654e756d626572> Tj
-ET
-
-
-BT
-51.24 664.6329999999999 Td
-ET
-
-
-BT
-51.24 664.6329999999999 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 695.160 m
-558.605 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 657.600 m
-558.605 657.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 695.410 m
-264.758 657.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 695.410 m
-558.605 657.350 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 671.7729999999999 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 657.600 m
-264.758 657.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 620.040 m
-264.758 620.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 657.850 m
-48.240 619.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 657.850 m
-264.758 619.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 641.3530000000001 Td
-/F3.0 10.5 Tf
-<757365726e616d65> Tj
-ET
-
-
-BT
-51.24 627.073 Td
-ET
-
-
-BT
-51.24 627.073 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 657.600 m
-558.605 657.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 620.040 m
-558.605 620.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 657.850 m
-264.758 619.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 657.850 m
-558.605 619.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 634.213 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 584.616 Td
-/F3.0 18 Tf
-<50617469656e74> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 544.680 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 544.680 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 507.120 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 507.120 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 469.560 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 469.560 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 432.000 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 432.000 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 567.960 m
-264.758 567.960 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 544.680 m
-264.758 544.680 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 568.210 m
-48.240 543.930 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 568.210 m
-264.758 543.930 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 552.213 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 567.960 m
-558.605 567.960 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 544.680 m
-558.605 544.680 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 568.210 m
-264.758 543.930 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 568.210 m
-558.605 543.930 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 552.213 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 544.680 m
-264.758 544.680 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 507.120 m
-264.758 507.120 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 544.930 m
-48.240 506.870 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 544.930 m
-264.758 506.870 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 528.433 Td
-/F3.0 10.5 Tf
-<6964> Tj
-ET
-
-
-BT
-51.24 514.153 Td
-ET
-
-
-BT
-51.24 514.153 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 544.680 m
-558.605 544.680 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 507.120 m
-558.605 507.120 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 544.930 m
-264.758 506.870 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 544.930 m
-558.605 506.870 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 521.293 Td
-/F2.0 10.5 Tf
-<696e746567657228696e74333229> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 507.120 m
-264.758 507.120 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 469.560 m
-264.758 469.560 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 507.370 m
-48.240 469.310 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 507.370 m
-264.758 469.310 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 490.873 Td
-/F3.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-
-BT
-51.24 476.59299999999996 Td
-ET
-
-
-BT
-51.24 476.59299999999996 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 507.120 m
-558.605 507.120 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 469.560 m
-558.605 469.560 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 507.370 m
-264.758 469.310 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 507.370 m
-558.605 469.310 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 483.733 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 469.560 m
-264.758 469.560 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 432.000 m
-264.758 432.000 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 469.810 m
-48.240 431.750 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 469.810 m
-264.758 431.750 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 453.31300000000005 Td
-/F3.0 10.5 Tf
-<757365726e616d65> Tj
-ET
-
-
-BT
-51.24 439.033 Td
-ET
-
-
-BT
-51.24 439.033 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 469.560 m
-558.605 469.560 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 432.000 m
-558.605 432.000 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 469.810 m
-264.758 431.750 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 469.810 m
-558.605 431.750 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 446.17300000000006 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 396.5760000000001 Td
-/F3.0 18 Tf
-<507265736372697074696f6e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 356.640 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 356.640 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 319.080 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 319.080 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 281.520 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 281.520 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 243.960 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 243.960 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 379.920 m
-264.758 379.920 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 356.640 m
-264.758 356.640 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 380.170 m
-48.240 355.890 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 380.170 m
-264.758 355.890 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 364.173 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 379.920 m
-558.605 379.920 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 356.640 m
-558.605 356.640 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 380.170 m
-264.758 355.890 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 380.170 m
-558.605 355.890 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 364.173 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 356.640 m
-264.758 356.640 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 319.080 m
-264.758 319.080 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 356.890 m
-48.240 318.830 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 356.890 m
-264.758 318.830 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 340.393 Td
-/F3.0 10.5 Tf
-[<6461> 20.01953125 <7954> 29.78515625 <6f456174>] TJ
-ET
-
-
-BT
-51.24 326.11299999999994 Td
-ET
-
-
-BT
-51.24 326.11299999999994 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 356.640 m
-558.605 356.640 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 319.080 m
-558.605 319.080 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 356.890 m
-264.758 318.830 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 356.890 m
-558.605 318.830 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 333.253 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 319.080 m
-264.758 319.080 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 281.520 m
-264.758 281.520 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 319.330 m
-48.240 281.270 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 319.330 m
-264.758 281.270 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 302.833 Td
-/F3.0 10.5 Tf
-<646f7365> Tj
-ET
-
-
-BT
-51.24 288.553 Td
-ET
-
-
-BT
-51.24 288.553 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 319.080 m
-558.605 319.080 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 281.520 m
-558.605 281.520 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 319.330 m
-264.758 281.270 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 319.330 m
-558.605 281.270 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 295.69300000000004 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 281.520 m
-264.758 281.520 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 243.960 m
-264.758 243.960 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 281.770 m
-48.240 243.710 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 281.770 m
-264.758 243.710 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 265.27299999999997 Td
-/F3.0 10.5 Tf
-<64727567> Tj
-ET
-
-
-BT
-51.24 250.99299999999997 Td
-ET
-
-
-BT
-51.24 250.99299999999997 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 281.520 m
-558.605 281.520 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 243.960 m
-558.605 243.960 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 281.770 m
-264.758 243.710 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 281.770 m
-558.605 243.710 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 258.133 Td
-/F2.0 10.5 Tf
-<696e746567657228696e74333229> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 208.53599999999997 Td
-/F3.0 18 Tf
-<507265736372697074696f6e4c697374> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 168.600 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 168.600 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 131.040 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 131.040 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 93.480 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-264.758 93.480 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 55.920 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 55.920 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 191.880 m
-264.758 191.880 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 168.600 m
-264.758 168.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 192.130 m
-48.240 167.850 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 192.130 m
-264.758 167.850 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 176.13299999999998 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 191.880 m
-558.605 191.880 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 168.600 m
-558.605 168.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 192.130 m
-264.758 167.850 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 192.130 m
-558.605 167.850 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 176.13299999999998 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 168.600 m
-264.758 168.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 131.040 m
-264.758 131.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 168.850 m
-48.240 130.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 168.850 m
-264.758 130.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 152.35299999999998 Td
-/F3.0 10.5 Tf
-<646e616d65> Tj
-ET
-
-
-BT
-51.24 138.07299999999998 Td
-ET
-
-
-BT
-51.24 138.07299999999998 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 168.600 m
-558.605 168.600 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 131.040 m
-558.605 131.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 168.850 m
-264.758 130.790 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 168.850 m
-558.605 130.790 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 145.21299999999997 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 131.040 m
-264.758 131.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 93.480 m
-264.758 93.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 131.290 m
-48.240 93.230 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 131.290 m
-264.758 93.230 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 114.79299999999996 Td
-/F3.0 10.5 Tf
-<706e616d65> Tj
-ET
-
-
-BT
-51.24 100.51299999999996 Td
-ET
-
-
-BT
-51.24 100.51299999999996 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 131.040 m
-558.605 131.040 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 93.480 m
-558.605 93.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 131.290 m
-264.758 93.230 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 131.290 m
-558.605 93.230 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 107.65299999999996 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 93.480 m
-264.758 93.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 55.920 m
-264.758 55.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 93.730 m
-48.240 55.670 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 93.730 m
-264.758 55.670 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 77.23299999999996 Td
-/F3.0 10.5 Tf
-<707265736372697074696f6e4c697374> Tj
-ET
-
-
-BT
-51.24 62.95299999999996 Td
-ET
-
-
-BT
-51.24 62.95299999999996 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 93.480 m
-558.605 93.480 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 55.920 m
-558.605 55.920 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 93.730 m
-264.758 55.670 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 93.730 m
-558.605 55.670 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 70.09299999999996 Td
-/F2.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-BT
-276.3474 70.09299999999996 Td
-/F2.0 10.5 Tf
-<507265736372697074696f6e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-337.76189999999997 70.09299999999996 Td
-/F2.0 10.5 Tf
-[<203e20617272> 20.01953125 <61> 20.01953125 <79>] TJ
-ET
-
-0.000 0.000 0.000 scn
-q
-0.000 0.000 0.000 scn
-0.000 0.000 0.000 SCN
-1 w
-0 J
-0 j
-[ ] 0 d
-/Stamp1 Do
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-49.24 14.388 Td
-/F2.0 9 Tf
-<32> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-Q
-Q
-
-endstream
-endobj
-20 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 612.0 792.0]
-/Contents 19 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F3.0 13 0 R
-/F4.0 15 0 R
-/F2.0 16 0 R
->>
-/XObject << /Stamp1 41 0 R
->>
->>
-/Annots [24 0 R]
->>
-endobj
-21 0 obj
-[20 0 R /XYZ 0 608.04 null]
-endobj
-22 0 obj
-[20 0 R /XYZ 0 420.00000000000006 null]
-endobj
-23 0 obj
-[20 0 R /XYZ 0 231.95999999999998 null]
-endobj
-24 0 obj
-<< /Border [0 0 0]
-/Dest (_prescription)
-/Subtype /Link
-/Rect [276.3474 67.02699999999996 337.76189999999997 81.30699999999996]
-/Type /Annot
->>
-endobj
-25 0 obj
-<< /Length 2396
->>
-stream
-q
-/DeviceRGB cs
-1.000 1.000 1.000 scn
-48.240 732.720 216.518 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 732.720 293.846 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 695.160 216.518 37.560 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-264.758 695.160 293.846 37.560 re
-f
-0.000 0.000 0.000 scn
-0.5 w
-/DeviceRGB CS
-0.867 0.867 0.867 SCN
-48.240 756.000 m
-264.758 756.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-48.240 732.720 m
-264.758 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 756.250 m
-48.240 731.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.250 m
-264.758 731.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 740.2529999999999 Td
-/F3.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.000 m
-558.605 756.000 l
-S
-[ ] 0 d
-1.5 w
-0.867 0.867 0.867 SCN
-264.758 732.720 m
-558.605 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 756.250 m
-264.758 731.970 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 756.250 m
-558.605 731.970 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 740.2529999999999 Td
-/F3.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 732.720 m
-264.758 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 695.160 m
-264.758 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 732.970 m
-48.240 694.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.970 m
-264.758 694.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-51.24 716.473 Td
-/F3.0 10.5 Tf
-<707265736372697074696f6e4c6973744e756d626572> Tj
-ET
-
-
-BT
-51.24 702.193 Td
-ET
-
-
-BT
-51.24 702.193 Td
-/F4.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.720 m
-558.605 732.720 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 695.160 m
-558.605 695.160 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-264.758 732.970 m
-264.758 694.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-558.605 732.970 m
-558.605 694.910 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-267.7584 709.333 Td
-/F2.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.000 0.000 0.000 scn
-q
-0.000 0.000 0.000 scn
-0.000 0.000 0.000 SCN
-1 w
-0 J
-0 j
-[ ] 0 d
-/Stamp1 Do
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-557.7289999999999 14.388 Td
-/F2.0 9 Tf
-<33> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-Q
-Q
-
-endstream
-endobj
-26 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 612.0 792.0]
-/Contents 25 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F3.0 13 0 R
-/F4.0 15 0 R
-/F2.0 16 0 R
->>
-/XObject << /Stamp1 41 0 R
->>
->>
->>
-endobj
-27 0 obj
-<< /Border [0 0 0]
-/Dest (_definitions)
-/Subtype /Link
-/Rect [48.24 695.6999999999998 103.44900000000001 709.9799999999999]
-/Type /Annot
->>
-endobj
-28 0 obj
-<< /Border [0 0 0]
-/Dest (_definitions)
-/Subtype /Link
-/Rect [557.8905 695.6999999999998 563.76 709.9799999999999]
-/Type /Annot
->>
-endobj
-29 0 obj
-<< /Border [0 0 0]
-/Dest (_doctor)
-/Subtype /Link
-/Rect [60.24 677.2199999999998 93.798 691.4999999999999]
-/Type /Annot
->>
-endobj
-30 0 obj
-<< /Border [0 0 0]
-/Dest (_doctor)
-/Subtype /Link
-/Rect [557.8905 677.2199999999998 563.76 691.4999999999999]
-/Type /Annot
->>
-endobj
-31 0 obj
-<< /Border [0 0 0]
-/Dest (_drug)
-/Subtype /Link
-/Rect [60.24 658.7399999999998 85.125 673.0199999999999]
-/Type /Annot
->>
-endobj
-32 0 obj
-<< /Border [0 0 0]
-/Dest (_drug)
-/Subtype /Link
-/Rect [557.8905 658.7399999999998 563.76 673.0199999999999]
-/Type /Annot
->>
-endobj
-33 0 obj
-<< /Border [0 0 0]
-/Dest (_manager)
-/Subtype /Link
-/Rect [60.24 640.2599999999998 104.86500000000001 654.5399999999998]
-/Type /Annot
->>
-endobj
-34 0 obj
-<< /Border [0 0 0]
-/Dest (_manager)
-/Subtype /Link
-/Rect [557.8905 640.2599999999998 563.76 654.5399999999998]
-/Type /Annot
->>
-endobj
-35 0 obj
-<< /Border [0 0 0]
-/Dest (_patient)
-/Subtype /Link
-/Rect [60.24 621.7799999999997 95.6145 636.0599999999998]
-/Type /Annot
->>
-endobj
-36 0 obj
-<< /Border [0 0 0]
-/Dest (_patient)
-/Subtype /Link
-/Rect [557.8905 621.7799999999997 563.76 636.0599999999998]
-/Type /Annot
->>
-endobj
-37 0 obj
-<< /Border [0 0 0]
-/Dest (_prescription)
-/Subtype /Link
-/Rect [60.24 603.2999999999997 121.65450000000001 617.5799999999998]
-/Type /Annot
->>
-endobj
-38 0 obj
-<< /Border [0 0 0]
-/Dest (_prescription)
-/Subtype /Link
-/Rect [557.8905 603.2999999999997 563.76 617.5799999999998]
-/Type /Annot
->>
-endobj
-39 0 obj
-<< /Border [0 0 0]
-/Dest (_prescriptionlist)
-/Subtype /Link
-/Rect [60.24 584.8199999999997 139.977 599.0999999999998]
-/Type /Annot
->>
-endobj
-40 0 obj
-<< /Border [0 0 0]
-/Dest (_prescriptionlist)
-/Subtype /Link
-/Rect [557.8905 584.8199999999997 563.76 599.0999999999998]
-/Type /Annot
->>
-endobj
-41 0 obj
-<< /Type /XObject
-/Subtype /Form
-/BBox [0 0 612.0 792.0]
-/Length 178
->>
-stream
-q
-/DeviceRGB cs
-0.000 0.000 0.000 scn
-/DeviceRGB CS
-0.000 0.000 0.000 SCN
-1 w
-0 J
-0 j
-[ ] 0 d
-q
-0.25 w
-/DeviceRGB CS
-0.867 0.867 0.867 SCN
-48.240 30.000 m
-563.760 30.000 l
-S
-Q
-Q
-
-endstream
-endobj
-42 0 obj
-<< /Type /Outlines
-/Count 9
-/First 43 0 R
-/Last 45 0 R
->>
-endobj
-43 0 obj
-<< /Title
-/Parent 42 0 R
-/Count 0
-/Next 44 0 R
-/Dest [7 0 R /XYZ 0 792.0 null]
->>
-endobj
-44 0 obj
-<< /Title
-/Parent 42 0 R
-/Count 0
-/Next 45 0 R
-/Prev 43 0 R
-/Dest [7 0 R /XYZ 0 792.0 null]
->>
-endobj
-45 0 obj
-<< /Title
-/Parent 42 0 R
-/Count 6
-/First 46 0 R
-/Last 51 0 R
-/Prev 44 0 R
-/Dest [9 0 R /XYZ 0 792.0 null]
->>
-endobj
-46 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Next 47 0 R
-/Dest [9 0 R /XYZ 0 712.0799999999999 null]
->>
-endobj
-47 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Next 48 0 R
-/Prev 46 0 R
-/Dest [9 0 R /XYZ 0 336.23999999999995 null]
->>
-endobj
-48 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Next 49 0 R
-/Prev 47 0 R
-/Dest [9 0 R /XYZ 0 148.1999999999999 null]
->>
-endobj
-49 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Next 50 0 R
-/Prev 48 0 R
-/Dest [20 0 R /XYZ 0 608.04 null]
->>
-endobj
-50 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Next 51 0 R
-/Prev 49 0 R
-/Dest [20 0 R /XYZ 0 420.00000000000006 null]
->>
-endobj
-51 0 obj
-<< /Title
-/Parent 45 0 R
-/Count 0
-/Prev 50 0 R
-/Dest [20 0 R /XYZ 0 231.95999999999998 null]
->>
-endobj
-52 0 obj
-<< /Nums [0 << /P (i)
->> 1 << /P (1)
->> 2 << /P (2)
->>]
->>
-endobj
-53 0 obj
-<< /Length1 7296
-/Length 4724
-/Filter [/FlateDecode]
->>
-stream
-xXypUuXeKaKܺm:Ӳ,ߎ8>9qcŖXl&rp$\)d!dd)e
-]&˰\݅6lP_ډckj{_a ͎&c;
"=8k_EH~:t4"1͓Ʌ;+蟅}[x!e)( }5MS;%7~z!!a!=qy .X@Sn÷BT!, BןJe`TF[C֊~]"
-F.,Z"J0V^$>'HšM~3qދ7/nκpՆZ?Z;ky!ScGcǗxV1cXZo'N|zD!eA *۱TrA>4eXpqvy(묪(qyQS7/J%}'eĶ1^~/K}v z밗\cdsbAfP>YRA}UYuVu?$1>uy8L*KO+|Y `lcU6KlJ,3x,P7 ZTi+}m=rC:/{Dd~臼_q5e
-gF3J[92nrwx*:,T
-ʒ89`.9glB;` l$
ťˊmΪ7*AHM.=*KÙ<.}T.3)O뢀ǜSToY*aO箦mz~&"M`jN3k=6.NkW-F'X%eŪIrufZO"B+)Q1n4o':}|yi_Imuj_#HowrmGIۜoskz]ޖ:sŎď6?f'֩n*t:GuM`xDc1aS7oH;&8#kgJ`6$9Gjg8Ua GƀER,>jb=%z)R5IJJ]ALB +9 R$$]ʦwuRd31̡,ɡ?uFrŇTrJjcNept".ъD}Ru./$nٶ5dm|CRT朊)ER
z=+h3IIPT'j*Zڡfe}pS_MrF1s]niRݼ8ϋ5^\u9VsRH7?2{ݵz3 uj<<)*1{
-"lHV_{j*PB><ڤq7NJU.TK:ju:6 KvOM?~һ\n\B^n&8Cs<б+F=z:c+|xܧBnέ?9"