{
  "openapi": "3.0.0",
  "info": {
    "title": "ns-backend-doctors",
    "version": "0.0.1",
    "description": "Vive Mas backend implementation for patients users",
    "contact": {
      "name": "Daniel Loianno",
      "email": "loiannodan@rintronic.com"
    }
  },
  "paths": {
    "/ConsultUser/{TypeUser}": {
      "get": {
        "x-controller-name": "UserController",
        "x-operation-name": "ConsultUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "test for executing query"
          }
        },
        "parameters": [
          {
            "name": "TypeUser",
            "in": "path",
            "schema": {
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "UserController.ConsultUser"
      }
    },
    "/CreateUserForAdmin": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "CreateUserForAdmin",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateClient"
              }
            }
          }
        },
        "operationId": "UserController.CreateUserForAdmin"
      }
    },
    "/DeletePathologyUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "DeletePathologyUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PathologyUser"
              }
            }
          }
        },
        "operationId": "UserController.DeletePathologyUser"
      }
    },
    "/DeleteTreatmentUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "DeleteTreatmentUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TreatmentUser"
              }
            }
          }
        },
        "operationId": "UserController.DeleteTreatmentUser"
      }
    },
    "/GetActivePrinciple": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetActivePrinciple",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetActivePrinciple"
              }
            }
          }
        },
        "operationId": "UserController.GetActivePrinciple"
      }
    },
    "/GetCategoriesPathology": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetCategoriesPathology",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetCategoriesPathology"
              }
            }
          }
        },
        "operationId": "UserController.GetCategoriesPathology"
      }
    },
    "/GetConcentration": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetConcentration",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetConcentration"
              }
            }
          }
        },
        "operationId": "UserController.GetConcentration"
      }
    },
    "/GetMedicines": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetMedicines",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetMedicines"
              }
            }
          }
        },
        "operationId": "UserController.GetMedicines"
      }
    },
    "/GetPathologies": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetPathologies",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetPathologies"
              }
            }
          }
        },
        "operationId": "UserController.GetPathologies"
      }
    },
    "/GetPharmaceuticalForm": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetPharmaceuticalForm",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetPharmaceuticalForm"
              }
            }
          }
        },
        "operationId": "UserController.GetPharmaceuticalForm"
      }
    },
    "/GetUserMedicines": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetUserMedicines",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserMedicines"
              }
            }
          }
        },
        "operationId": "UserController.GetUserMedicines"
      }
    },
    "/GetUserMedicinesSingle": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetUserMedicinesSingle",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserMedicinesSingle"
              }
            }
          }
        },
        "operationId": "UserController.GetUserMedicinesSingle"
      }
    },
    "/GetUserPathologies": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetUserPathologies",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserPathologies"
              }
            }
          }
        },
        "operationId": "UserController.GetUserPathologies"
      }
    },
    "/GetUserPathologiesSingle": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetUserPathologiesSingle",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserPathologiesSingle"
              }
            }
          }
        },
        "operationId": "UserController.GetUserPathologiesSingle"
      }
    },
    "/MedicineUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "MedicineUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MedicineUser"
              }
            }
          }
        },
        "operationId": "UserController.MedicineUser"
      }
    },
    "/PathologyUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "PathologyUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PathologyUser"
              }
            }
          }
        },
        "operationId": "UserController.PathologyUser"
      }
    },
    "/UpdatePathologyUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "UpdatePathologyUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PathologyUser"
              }
            }
          }
        },
        "operationId": "UserController.UpdatePathologyUser"
      }
    },
    "/UpdateTreatmentUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "UpdateTreatmentUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTreatmentUser"
              }
            }
          }
        },
        "operationId": "UserController.UpdateTreatmentUser"
      }
    },
    "/addMeasurement": {
      "post": {
        "x-controller-name": "MeasurementController",
        "x-operation-name": "addMeasurement",
        "tags": [
          "MeasurementController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Add Measurement"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/NewMeasurement"
              }
            }
          }
        },
        "operationId": "MeasurementController.addMeasurement"
      }
    },
    "/createUserHistoryComment": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "createUserHistoryComment",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NewComment"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/createUserHistoryComment"
              }
            }
          }
        },
        "operationId": "UserController.createUserHistoryComment"
      }
    },
    "/forget-password": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "resetPasswordInit",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Return value of UserController.resetPasswordInit"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ResetPasswordInit"
              }
            }
          }
        },
        "operationId": "UserController.resetPasswordInit"
      }
    },
    "/getCampaigns": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getCampaigns",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getCampaigns"
              }
            }
          }
        },
        "operationId": "UserController.getCampaigns"
      }
    },
    "/getLastMeasurements": {
      "post": {
        "x-controller-name": "MeasurementController",
        "x-operation-name": "getLastMeasurements",
        "tags": [
          "MeasurementController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Get Last Measurement"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getLastMeasurement"
              }
            }
          }
        },
        "operationId": "MeasurementController.getLastMeasurements"
      }
    },
    "/getMeasurement": {
      "post": {
        "x-controller-name": "MeasurementController",
        "x-operation-name": "getMeasurement",
        "tags": [
          "MeasurementController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Get Measurement"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getMeasurement"
              }
            }
          }
        },
        "operationId": "MeasurementController.getMeasurement"
      }
    },
    "/getReportUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUser"
              }
            }
          }
        },
        "operationId": "UserController.getReportUser"
      }
    },
    "/getReportUserCardiology": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserCardiology",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserCardiology"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserCardiology"
      }
    },
    "/getReportUserGeneral": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserGeneral",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserGeneral"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserGeneral"
      }
    },
    "/getReportUserGinecology": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserGinecology",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserGinecology"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserGinecology"
      }
    },
    "/getReportUserInterna": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserInterna",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserInterna"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserInterna"
      }
    },
    "/getReportUserPathology": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserPathology",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserPathology"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserPathology"
      }
    },
    "/getReportUserPediatrics": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserPediatrics",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserPediatrics"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserPediatrics"
      }
    },
    "/getReportUserPsychiatry": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserPsychiatry",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserPsychiatry"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserPsychiatry"
      }
    },
    "/getReportUserTreatment": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getReportUserTreatment",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getReportUserTreatment"
              }
            }
          }
        },
        "operationId": "UserController.getReportUserTreatment"
      }
    },
    "/getUserCardiologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserCardiologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserCardiologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserCardiologyHistory"
      }
    },
    "/getUserCardiologyHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserCardiologyHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserCardiologyHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.getUserCardiologyHistoryMigrate"
      }
    },
    "/getUserDermatologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserDermatologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserDermatologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserDermatologyHistory"
      }
    },
    "/getUserGastroenterologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserGastroenterologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserGastroenterologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserGastroenterologyHistory"
      }
    },
    "/getUserGinecologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserGinecologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserGinecologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserGinecologyHistory"
      }
    },
    "/getUserGynecologyHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserGynecologyHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserGynecologyHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.getUserGynecologyHistoryMigrate"
      }
    },
    "/getUserHistoryComments": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserHistoryComments",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserHistoryComments"
              }
            }
          }
        },
        "operationId": "UserController.getUserHistoryComments"
      }
    },
    "/getUserInfo": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "GetUserInfo",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserInfo"
              }
            }
          }
        },
        "operationId": "UserController.GetUserInfo"
      }
    },
    "/getUserInternaHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserInternaHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserInternaHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.getUserInternaHistoryMigrate"
      }
    },
    "/getUserInternalHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserInternalHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserInternalHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserInternalHistory"
      }
    },
    "/getUserMedicalHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserMedicalHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserMedicalHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserMedicalHistory"
      }
    },
    "/getUserNotifications": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserNotifications",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserNotifications"
              }
            }
          }
        },
        "operationId": "UserController.getUserNotifications"
      }
    },
    "/getUserOphtalmologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserOphtalmologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserOphtalmologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserOphtalmologyHistory"
      }
    },
    "/getUserOtorhinolaryngologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserOtorhinolaryngologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserOtorhinolaryngologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserOtorhinolaryngologyHistory"
      }
    },
    "/getUserParameters": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserParameters",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserParameters"
              }
            }
          }
        },
        "operationId": "UserController.getUserParameters"
      }
    },
    "/getUserPediatricsHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserPediatricsHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserPediatricsHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserPediatricsHistory"
      }
    },
    "/getUserPediatricsHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserPediatricsHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserPediatricsHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.getUserPediatricsHistoryMigrate"
      }
    },
    "/getUserPsychiatryHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserPsychiatryHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserPsychiatryHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserPsychiatryHistory"
      }
    },
    "/getUserPsychiatryHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserPsychiatryHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model Psychiatry instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserPsychiatryHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.getUserPsychiatryHistoryMigrate"
      }
    },
    "/getUserStatisticsDoctor": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserStatisticsDoctor",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserStatisticsDoctor"
              }
            }
          }
        },
        "operationId": "UserController.getUserStatisticsDoctor"
      }
    },
    "/getUserStatisticsDoctorGeneral": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserStatisticsDoctorGeneral",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserStatisticsDoctoGeneral"
              }
            }
          }
        },
        "operationId": "UserController.getUserStatisticsDoctorGeneral"
      }
    },
    "/getUserSurgeryHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUserSurgeryHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users model instance"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUserSurgeryHistory"
              }
            }
          }
        },
        "operationId": "UserController.getUserSurgeryHistory"
      }
    },
    "/getUsers": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "getUsers",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getUSers"
              }
            }
          }
        },
        "operationId": "UserController.getUsers"
      }
    },
    "/login": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "login",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Token",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Login"
              }
            }
          }
        },
        "operationId": "UserController.login"
      }
    },
    "/measurements/count": {
      "get": {
        "x-controller-name": "MeasurementController",
        "x-operation-name": "count",
        "tags": [
          "MeasurementController"
        ],
        "responses": {
          "200": {
            "description": "Measurement model count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/loopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Measurement.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<Measurement>"
                }
              }
            }
          }
        ],
        "operationId": "MeasurementController.count"
      }
    },
    "/measurements/{id}": {
      "delete": {
        "x-controller-name": "MeasurementController",
        "x-operation-name": "deleteById",
        "tags": [
          "MeasurementController"
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Measurement DELETE success"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "operationId": "MeasurementController.deleteById"
      }
    },
    "/ping": {
      "get": {
        "x-controller-name": "PingController",
        "x-operation-name": "ping",
        "tags": [
          "PingController"
        ],
        "responses": {
          "200": {
            "description": "Ping Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PingResponse"
                }
              }
            }
          }
        },
        "operationId": "PingController.ping"
      }
    },
    "/reset-password/finish": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "resetPasswordFinish",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Return value of UserController.resetPasswordFinish"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/KeyAndPassword"
              }
            }
          }
        },
        "operationId": "UserController.resetPasswordFinish"
      }
    },
    "/signup": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "signup",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/NewUsers"
              }
            }
          }
        },
        "operationId": "UserController.signup"
      }
    },
    "/updateCardiologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateCardiologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CardiologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateCardiologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateCardiologyHistory"
      }
    },
    "/updateCardiologyHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateCardiologyHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CardiologyHistoryMigrate"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateCardiologyHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.updateCardiologyHistoryMigrate"
      }
    },
    "/updateDermatologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateDermatologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DermatologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateDermatologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateDermatologyHistory"
      }
    },
    "/updateGastroenterologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateGastroenterologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GastroenterologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateGastroenterologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateGastroenterologyHistory"
      }
    },
    "/updateGeneralHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateGeneralHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeneralHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateGeneralHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateGeneralHistory"
      }
    },
    "/updateGinecologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateGinecologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GinecologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateGinecologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateGinecologyHistory"
      }
    },
    "/updateGynecologyHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateGynecologyHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InternaHistoryMigrate"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateGynecologyHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.updateGynecologyHistoryMigrate"
      }
    },
    "/updateInternalHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateInternalHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InternalHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateInternalHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateInternalHistory"
      }
    },
    "/updateInternalHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateInternalHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InternaHistoryMigrate"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateInternalHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.updateInternalHistoryMigrate"
      }
    },
    "/updateMedicalHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateMedicalHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MedicalHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateMedicalHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateMedicalHistory"
      }
    },
    "/updateOphtalmologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateOphtalmologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OphtalmologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateOphtalmologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateOphtalmologyHistory"
      }
    },
    "/updateOtorhinolaryngologyHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateOtorhinolaryngologyHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OtorhinolaryngologyHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateOtorhinolaryngologyHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateOtorhinolaryngologyHistory"
      }
    },
    "/updatePediatricsHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updatePediatricsHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PediatricsHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updatePediatricsHistory"
              }
            }
          }
        },
        "operationId": "UserController.updatePediatricsHistory"
      }
    },
    "/updatePediatricsHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updatePediatricsHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PediatricsHistoryMigrate"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updatePediatricsHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.updatePediatricsHistoryMigrate"
      }
    },
    "/updatePsychiatryHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updatePsychiatryHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PsychiatryHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updatePsychiatryHistory"
              }
            }
          }
        },
        "operationId": "UserController.updatePsychiatryHistory"
      }
    },
    "/updatePsychiatryHistoryMigrate": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updatePsychiatryHistoryMigrate",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model Psychiatry instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PsychiatryHistoryMigrate"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updatePsychiatryHistoryMigrate"
              }
            }
          }
        },
        "operationId": "UserController.updatePsychiatryHistoryMigrate"
      }
    },
    "/updateSurgeryHistory": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateSurgeryHistory",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SurgeryHistory"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateSurgeryHistory"
              }
            }
          }
        },
        "operationId": "UserController.updateSurgeryHistory"
      }
    },
    "/updateUser": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateUser",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateUser"
              }
            }
          }
        },
        "operationId": "UserController.updateUser"
      }
    },
    "/updateUserParameters": {
      "post": {
        "x-controller-name": "UserController",
        "x-operation-name": "updateUserParameters",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AlertParameter"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateUserParameters"
              }
            }
          }
        },
        "operationId": "UserController.updateUserParameters"
      }
    },
    "/users/count": {
      "get": {
        "x-controller-name": "UserController",
        "x-operation-name": "count",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/loopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Users.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<Users>"
                }
              }
            }
          }
        ],
        "operationId": "UserController.count"
      }
    },
    "/users/{id}": {
      "get": {
        "x-controller-name": "UserController",
        "x-operation-name": "findById",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Users model instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UsersWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "type": "number"
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users.Filter"
                }
              }
            }
          }
        ],
        "operationId": "UserController.findById"
      },
      "delete": {
        "x-controller-name": "UserController",
        "x-operation-name": "deleteById",
        "tags": [
          "UserController"
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "content": {
              "application/json": {
                "schema": {
                  "description": "Users DELETE success"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "UserController.deleteById"
      }
    },
    "/users": {
      "get": {
        "x-controller-name": "UserController",
        "x-operation-name": "find",
        "tags": [
          "UserController"
        ],
        "responses": {
          "200": {
            "description": "Array of Users model instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/UsersWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Users.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "UserController.find"
      }
    }
  },
  "servers": [
    {
      "url": "https://fvmdoctores.sanitasremota.com"
    }
  ],
  "components": {
    "schemas": {
      "NewMeasurement": {
        "title": "NewMeasurement",
        "type": "object",
        "description": "(tsType: Omit<Measurement, 'measurement_id' | 'month' | 'year'>, schemaOptions: { title: 'NewMeasurement', exclude: [ 'measurement_id', 'month', 'year' ] })",
        "properties": {
          "uuid_user": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "measurement_date": {
            "type": "string",
            "format": "date-time"
          },
          "value": {
            "type": "string"
          },
          "uuid_device": {
            "type": "string"
          },
          "type_measurement": {
            "type": "string"
          }
        },
        "required": [
          "uuid_user",
          "measurement_date",
          "value",
          "uuid_device",
          "type_measurement"
        ],
        "additionalProperties": false,
        "x-typescript-type": "Omit<Measurement, 'measurement_id' | 'month' | 'year'>"
      },
      "Measurement": {
        "title": "Measurement",
        "type": "object",
        "properties": {
          "measurement_id": {
            "type": "number"
          },
          "uuid_user": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "measurement_date": {
            "type": "string",
            "format": "date-time"
          },
          "value": {
            "type": "string"
          },
          "uuid_device": {
            "type": "string"
          },
          "month": {
            "type": "string"
          },
          "year": {
            "type": "string"
          },
          "type_measurement": {
            "type": "string"
          }
        },
        "required": [
          "uuid_user",
          "measurement_date",
          "value",
          "uuid_device",
          "month",
          "year",
          "type_measurement"
        ],
        "additionalProperties": false
      },
      "getMeasurement": {
        "title": "getMeasurement",
        "type": "object",
        "description": "(tsType: Omit<Measurement, 'measurement_id' | 'value' | 'uuid_device' | 'measurement_date'>, schemaOptions: { title: 'getMeasurement', exclude: [ 'measurement_id', 'value', 'uuid_device', 'measurement_date' ] })",
        "properties": {
          "uuid_user": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "month": {
            "type": "string"
          },
          "year": {
            "type": "string"
          },
          "type_measurement": {
            "type": "string"
          }
        },
        "required": [
          "uuid_user",
          "month",
          "year",
          "type_measurement"
        ],
        "additionalProperties": false,
        "x-typescript-type": "Omit<Measurement, 'measurement_id' | 'value' | 'uuid_device' | 'measurement_date'>"
      },
      "getLastMeasurement": {
        "title": "getLastMeasurement",
        "type": "object",
        "description": "(tsType: Omit<Measurement, 'measurement_id' | 'value' | 'uuid_device' | 'type_measurement' | 'measurement_date'>, schemaOptions: { title: 'getLastMeasurement', exclude: [ 'measurement_id', 'value', 'uuid_device', 'type_measurement', 'measurement_date' ] })",
        "properties": {
          "uuid_user": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "month": {
            "type": "string"
          },
          "year": {
            "type": "string"
          }
        },
        "required": [
          "uuid_user",
          "month",
          "year"
        ],
        "additionalProperties": false,
        "x-typescript-type": "Omit<Measurement, 'measurement_id' | 'value' | 'uuid_device' | 'type_measurement' | 'measurement_date'>"
      },
      "Login": {
        "title": "Login",
        "type": "object",
        "properties": {
          "email": {
            "type": "string"
          },
          "password": {
            "type": "string"
          }
        },
        "required": [
          "email",
          "password"
        ],
        "additionalProperties": false
      },
      "Users": {
        "title": "Users",
        "type": "object",
        "properties": {
          "user_id": {
            "type": "number"
          },
          "uuid": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "password": {
            "type": "string"
          },
          "uuid_clinic": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "emergency_phone": {
            "type": "string"
          },
          "birth_address_id": {
            "type": "number"
          },
          "address_id": {
            "type": "number"
          },
          "height": {
            "type": "number"
          },
          "Weight": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "reset_key": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "email",
          "user_name",
          "type_user_id",
          "password",
          "uuid_clinic",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "birth_address_id",
          "address_id",
          "gender_id"
        ],
        "additionalProperties": false
      },
      "getUSers": {
        "title": "getUSers",
        "type": "object",
        "description": "(tsType: UserType, schemaOptions: { title: 'getUSers' })",
        "properties": {
          "type_user_id": {
            "type": "number"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "type_user_id"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserType"
      },
      "GetUserInfo": {
        "title": "GetUserInfo",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetUserInfo' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "GetUserPathologies": {
        "title": "GetUserPathologies",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetUserPathologies' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "UserUuid": {
        "title": "UserUuid",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false
      },
      "getUserNotifications": {
        "title": "getUserNotifications",
        "type": "object",
        "description": "(tsType: NotificactionFilter, schemaOptions: { title: 'getUserNotifications' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "measurement_type": {
            "type": "string"
          },
          "notification_status": {
            "type": "string"
          },
          "notification_level": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "measurement_type",
          "notification_status",
          "notification_level"
        ],
        "additionalProperties": false,
        "x-typescript-type": "NotificactionFilter"
      },
      "NotificactionFilter": {
        "title": "NotificactionFilter",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "measurement_type": {
            "type": "string"
          },
          "notification_status": {
            "type": "string"
          },
          "notification_level": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "measurement_type",
          "notification_status",
          "notification_level"
        ],
        "additionalProperties": false
      },
      "getUserParameters": {
        "title": "getUserParameters",
        "type": "object",
        "description": "(tsType: UuidAndParameter, schemaOptions: { title: 'getUserParameters' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "parameterType": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "parameterType"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UuidAndParameter"
      },
      "UuidAndParameter": {
        "title": "UuidAndParameter",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "parameterType": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "parameterType"
        ],
        "additionalProperties": false
      },
      "AlertParameter": {
        "title": "AlertParameter",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "criticalHigh": {
            "type": "string"
          },
          "normalMax": {
            "type": "string"
          },
          "normalMin": {
            "type": "string"
          },
          "criticalLow": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "criticalHigh",
          "normalMax",
          "normalMin",
          "criticalLow",
          "comment",
          "type"
        ],
        "additionalProperties": false
      },
      "updateUserParameters": {
        "title": "updateUserParameters",
        "type": "object",
        "description": "(tsType: AlertParameter, schemaOptions: { title: 'updateUserParameters' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "criticalHigh": {
            "type": "string"
          },
          "normalMax": {
            "type": "string"
          },
          "normalMin": {
            "type": "string"
          },
          "criticalLow": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "criticalHigh",
          "normalMax",
          "normalMin",
          "criticalLow",
          "comment",
          "type"
        ],
        "additionalProperties": false,
        "x-typescript-type": "AlertParameter"
      },
      "GetUserPathologiesSingle": {
        "title": "GetUserPathologiesSingle",
        "type": "object",
        "description": "(tsType: PathologyUser, schemaOptions: { title: 'GetUserPathologiesSingle' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "DiagnosticDate": {
            "type": "string"
          },
          "DischargeDate": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "pathology_type": {
            "type": "number"
          },
          "PathologyUserId": {
            "type": "number"
          },
          "StatusPathology": {
            "type": "string"
          },
          "reason_consultation": {
            "type": "string"
          },
          "ca": {
            "type": "string"
          },
          "cb": {
            "type": "string"
          },
          "cc": {
            "type": "string"
          },
          "volunteer": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "PathologyUser"
      },
      "PathologyUser": {
        "title": "PathologyUser",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "DiagnosticDate": {
            "type": "string"
          },
          "DischargeDate": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "pathology_type": {
            "type": "number"
          },
          "PathologyUserId": {
            "type": "number"
          },
          "StatusPathology": {
            "type": "string"
          },
          "reason_consultation": {
            "type": "string"
          },
          "ca": {
            "type": "string"
          },
          "cb": {
            "type": "string"
          },
          "cc": {
            "type": "string"
          },
          "volunteer": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false
      },
      "GetPathologies": {
        "title": "GetPathologies",
        "type": "object",
        "description": "(tsType: UserCategoryPathology, schemaOptions: { title: 'GetPathologies' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "category": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserCategoryPathology"
      },
      "UserCategoryPathology": {
        "title": "UserCategoryPathology",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "category": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false
      },
      "GetCategoriesPathology": {
        "title": "GetCategoriesPathology",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetCategoriesPathology' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "TreatmentUser": {
        "title": "TreatmentUser",
        "type": "object",
        "description": "(tsType: TreatmentUser, schemaOptions: { title: 'TreatmentUser' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "StartTreatmentDate": {
            "type": "string"
          },
          "EndTreatmentDate": {
            "type": "string"
          },
          "Dose": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "TreatmentDays": {
            "type": "string"
          },
          "TimesDay": {
            "type": "string"
          },
          "Medicine_type": {
            "type": "number"
          },
          "finished_doctor": {
            "type": "string"
          },
          "ActivePrinciple": {
            "type": "number"
          },
          "Concentration": {
            "type": "number"
          },
          "PharmaceuticalForm": {
            "type": "number"
          },
          "MedicineUserId": {
            "type": "number"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "TreatmentUser"
      },
      "GetUserMedicines": {
        "title": "GetUserMedicines",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetUserMedicines' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "GetUserMedicinesSingle": {
        "title": "GetUserMedicinesSingle",
        "type": "object",
        "description": "(tsType: TreatmentUser, schemaOptions: { title: 'GetUserMedicinesSingle' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "StartTreatmentDate": {
            "type": "string"
          },
          "EndTreatmentDate": {
            "type": "string"
          },
          "Dose": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "TreatmentDays": {
            "type": "string"
          },
          "TimesDay": {
            "type": "string"
          },
          "Medicine_type": {
            "type": "number"
          },
          "finished_doctor": {
            "type": "string"
          },
          "ActivePrinciple": {
            "type": "number"
          },
          "Concentration": {
            "type": "number"
          },
          "PharmaceuticalForm": {
            "type": "number"
          },
          "MedicineUserId": {
            "type": "number"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "TreatmentUser"
      },
      "GetMedicines": {
        "title": "GetMedicines",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetMedicines' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "MedicineUser": {
        "title": "MedicineUser",
        "type": "object",
        "description": "(tsType: TreatmentUser, schemaOptions: { title: 'MedicineUser' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "StartTreatmentDate": {
            "type": "string"
          },
          "EndTreatmentDate": {
            "type": "string"
          },
          "Dose": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "TreatmentDays": {
            "type": "string"
          },
          "TimesDay": {
            "type": "string"
          },
          "Medicine_type": {
            "type": "number"
          },
          "finished_doctor": {
            "type": "string"
          },
          "ActivePrinciple": {
            "type": "number"
          },
          "Concentration": {
            "type": "number"
          },
          "PharmaceuticalForm": {
            "type": "number"
          },
          "MedicineUserId": {
            "type": "number"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "TreatmentUser"
      },
      "UpdateTreatmentUser": {
        "title": "UpdateTreatmentUser",
        "type": "object",
        "description": "(tsType: TreatmentUser, schemaOptions: { title: 'UpdateTreatmentUser' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "StartTreatmentDate": {
            "type": "string"
          },
          "EndTreatmentDate": {
            "type": "string"
          },
          "Dose": {
            "type": "string"
          },
          "Comment": {
            "type": "string"
          },
          "TreatmentDays": {
            "type": "string"
          },
          "TimesDay": {
            "type": "string"
          },
          "Medicine_type": {
            "type": "number"
          },
          "finished_doctor": {
            "type": "string"
          },
          "ActivePrinciple": {
            "type": "number"
          },
          "Concentration": {
            "type": "number"
          },
          "PharmaceuticalForm": {
            "type": "number"
          },
          "MedicineUserId": {
            "type": "number"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "TreatmentUser"
      },
      "GetActivePrinciple": {
        "title": "GetActivePrinciple",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'GetActivePrinciple' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "GetConcentration": {
        "title": "GetConcentration",
        "type": "object",
        "description": "(tsType: TreatmentDoctorUser, schemaOptions: { title: 'GetConcentration' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "activePrinciple": {
            "type": "string"
          },
          "concentration": {
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "TreatmentDoctorUser"
      },
      "TreatmentDoctorUser": {
        "title": "TreatmentDoctorUser",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "activePrinciple": {
            "type": "string"
          },
          "concentration": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "GetPharmaceuticalForm": {
        "title": "GetPharmaceuticalForm",
        "type": "object",
        "description": "(tsType: TreatmentDoctorUser, schemaOptions: { title: 'GetPharmaceuticalForm' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "activePrinciple": {
            "type": "string"
          },
          "concentration": {
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "TreatmentDoctorUser"
      },
      "NewUsers": {
        "title": "NewUsers",
        "type": "object",
        "description": "(tsType: NewUser, schemaOptions: { title: 'NewUsers' })",
        "properties": {
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "password": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "gender_id": {
            "type": "number"
          },
          "address": {
            "type": "string"
          },
          "birth_address": {
            "type": "string"
          }
        },
        "required": [
          "email",
          "user_name",
          "password",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "gender_id",
          "address",
          "birth_address"
        ],
        "additionalProperties": false,
        "x-typescript-type": "NewUser"
      },
      "ResetPasswordInit": {
        "title": "ResetPasswordInit",
        "type": "object",
        "properties": {
          "email": {
            "type": "string"
          }
        },
        "required": [
          "email"
        ],
        "additionalProperties": false
      },
      "KeyAndPassword": {
        "title": "KeyAndPassword",
        "type": "object",
        "properties": {
          "resetKey": {
            "type": "string"
          },
          "password": {
            "type": "string"
          },
          "confirmPassword": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "UpdateUser": {
        "title": "UpdateUser",
        "type": "object",
        "description": "(tsType: UpdateUser, schemaOptions: { title: 'UpdateUser' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "permission": {
            "type": "number"
          },
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "password": {
            "type": "string"
          },
          "uuid_clinic": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "emergency_phone": {
            "type": "string"
          },
          "birth_address": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "height": {
            "type": "number"
          },
          "Weight": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "photo": {
            "type": "string"
          },
          "blood_type": {
            "type": "number"
          },
          "about_user": {
            "type": "string"
          },
          "unit_temperature_id": {
            "type": "number"
          },
          "unit_weight_id": {
            "type": "number"
          },
          "unit_height_id": {
            "type": "number"
          },
          "emergencyName": {
            "type": "string"
          },
          "emergencyCellphone": {
            "type": "string"
          },
          "emergencyRelationship": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "permission",
          "email",
          "user_name",
          "type_user_id",
          "password",
          "uuid_clinic",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "emergency_phone",
          "birth_address",
          "address",
          "height",
          "Weight",
          "gender_id",
          "photo",
          "blood_type",
          "about_user",
          "unit_temperature_id",
          "unit_weight_id",
          "unit_height_id",
          "emergencyName",
          "emergencyCellphone",
          "emergencyRelationship"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UpdateUser"
      },
      "getUserStatisticsDoctor": {
        "title": "getUserStatisticsDoctor",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserStatisticsDoctor' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserStatisticsDoctoGeneral": {
        "title": "getUserStatisticsDoctoGeneral",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserStatisticsDoctoGeneral' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getCampaigns": {
        "title": "getCampaigns",
        "type": "object",
        "description": "(tsType: UuidAndCampaignStatus, schemaOptions: { title: 'getCampaigns' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "campaignStatus": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "campaignStatus"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UuidAndCampaignStatus"
      },
      "UuidAndCampaignStatus": {
        "title": "UuidAndCampaignStatus",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "campaignStatus": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "campaignStatus"
        ],
        "additionalProperties": false
      },
      "CreateClient": {
        "title": "CreateClient",
        "type": "object",
        "description": "(tsType: CreatePatient, schemaOptions: { title: 'CreateClient' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "permission": {
            "type": "number"
          },
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "password": {
            "type": "string"
          },
          "uuid_clinic": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "emergency_phone": {
            "type": "string"
          },
          "birth_address": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "height": {
            "type": "number"
          },
          "Weight": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "photo": {
            "type": "string"
          },
          "about_user": {
            "type": "string"
          },
          "unit_temperature_id": {
            "type": "number"
          },
          "unit_weight_id": {
            "type": "number"
          },
          "unit_height_id": {
            "type": "number"
          },
          "LicensePricing": {
            "type": "string"
          },
          "ReName": {
            "type": "string"
          },
          "RePhoneNumber": {
            "type": "string"
          },
          "ReMail": {
            "type": "string"
          },
          "campaignUuid": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "permission",
          "email",
          "user_name",
          "type_user_id",
          "password",
          "uuid_clinic",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "emergency_phone",
          "birth_address",
          "address",
          "height",
          "Weight",
          "gender_id",
          "photo",
          "about_user",
          "unit_temperature_id",
          "unit_weight_id",
          "unit_height_id",
          "LicensePricing",
          "ReName",
          "RePhoneNumber",
          "ReMail",
          "campaignUuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "CreatePatient"
      },
      "CreatePatient": {
        "title": "CreatePatient",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "permission": {
            "type": "number"
          },
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "password": {
            "type": "string"
          },
          "uuid_clinic": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "emergency_phone": {
            "type": "string"
          },
          "birth_address": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "height": {
            "type": "number"
          },
          "Weight": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "photo": {
            "type": "string"
          },
          "about_user": {
            "type": "string"
          },
          "unit_temperature_id": {
            "type": "number"
          },
          "unit_weight_id": {
            "type": "number"
          },
          "unit_height_id": {
            "type": "number"
          },
          "LicensePricing": {
            "type": "string"
          },
          "ReName": {
            "type": "string"
          },
          "RePhoneNumber": {
            "type": "string"
          },
          "ReMail": {
            "type": "string"
          },
          "campaignUuid": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "permission",
          "email",
          "user_name",
          "type_user_id",
          "password",
          "uuid_clinic",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "emergency_phone",
          "birth_address",
          "address",
          "height",
          "Weight",
          "gender_id",
          "photo",
          "about_user",
          "unit_temperature_id",
          "unit_weight_id",
          "unit_height_id",
          "LicensePricing",
          "ReName",
          "RePhoneNumber",
          "ReMail",
          "campaignUuid"
        ],
        "additionalProperties": false
      },
      "getUserMedicalHistory": {
        "title": "getUserMedicalHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserMedicalHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserInternalHistory": {
        "title": "getUserInternalHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserInternalHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserPediatricsHistoryMigrate": {
        "title": "getUserPediatricsHistoryMigrate",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserPediatricsHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserInternaHistoryMigrate": {
        "title": "getUserInternaHistoryMigrate",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserInternaHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserCardiologyHistoryMigrate": {
        "title": "getUserCardiologyHistoryMigrate",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserCardiologyHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserGynecologyHistoryMigrate": {
        "title": "getUserGynecologyHistoryMigrate",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserGynecologyHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserGinecologyHistory": {
        "title": "getUserGinecologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserGinecologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserPediatricsHistory": {
        "title": "getUserPediatricsHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserPediatricsHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserOphtalmologyHistory": {
        "title": "getUserOphtalmologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserOphtalmologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserCardiologyHistory": {
        "title": "getUserCardiologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserCardiologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserSurgeryHistory": {
        "title": "getUserSurgeryHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserSurgeryHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserOtorhinolaryngologyHistory": {
        "title": "getUserOtorhinolaryngologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserOtorhinolaryngologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserPsychiatryHistoryMigrate": {
        "title": "getUserPsychiatryHistoryMigrate",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserPsychiatryHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserPsychiatryHistory": {
        "title": "getUserPsychiatryHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserPsychiatryHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserGastroenterologyHistory": {
        "title": "getUserGastroenterologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserGastroenterologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserDermatologyHistory": {
        "title": "getUserDermatologyHistory",
        "type": "object",
        "description": "(tsType: UserUuid, schemaOptions: { title: 'getUserDermatologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          }
        },
        "required": [
          "uuid"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UserUuid"
      },
      "getUserHistoryComments": {
        "title": "getUserHistoryComments",
        "type": "object",
        "description": "(tsType: UuidAndSpeciality, schemaOptions: { title: 'getUserHistoryComments' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "speciality": {
            "type": "number"
          }
        },
        "required": [
          "uuid",
          "speciality"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UuidAndSpeciality"
      },
      "UuidAndSpeciality": {
        "title": "UuidAndSpeciality",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "speciality": {
            "type": "number"
          }
        },
        "required": [
          "uuid",
          "speciality"
        ],
        "additionalProperties": false
      },
      "NewComment": {
        "title": "NewComment",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "speciality": {
            "type": "number"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "comment",
          "speciality"
        ],
        "additionalProperties": false
      },
      "createUserHistoryComment": {
        "title": "createUserHistoryComment",
        "type": "object",
        "description": "(tsType: NewComment, schemaOptions: { title: 'createUserHistoryComment' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "speciality": {
            "type": "number"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "comment",
          "speciality"
        ],
        "additionalProperties": false,
        "x-typescript-type": "NewComment"
      },
      "MedicalHistory": {
        "title": "MedicalHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "hypertension": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "asma": {
            "type": "boolean"
          },
          "thrombosis": {
            "type": "boolean"
          },
          "stroke": {
            "type": "boolean"
          },
          "migraine": {
            "type": "boolean"
          },
          "obesity": {
            "type": "boolean"
          },
          "arrhytmia": {
            "type": "boolean"
          },
          "cancer": {
            "type": "boolean"
          },
          "hypothyroidism": {
            "type": "boolean"
          },
          "epilepsy": {
            "type": "boolean"
          },
          "cirrhosis": {
            "type": "boolean"
          },
          "others": {
            "type": "boolean"
          },
          "others_description": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "number"
          },
          "years_smoking": {
            "type": "number"
          },
          "drink": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "surgery": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "medicine_allergy": {
            "type": "boolean"
          },
          "which_medicine": {
            "type": "string"
          },
          "vaccination_schedule": {
            "type": "boolean"
          },
          "missing_vaccines": {
            "type": "string"
          },
          "exercise": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "number"
          },
          "mother_history": {
            "type": "string"
          },
          "father_history": {
            "type": "string"
          },
          "hepatitis": {
            "type": "boolean"
          },
          "chickenpox": {
            "type": "boolean"
          },
          "measles": {
            "type": "boolean"
          },
          "health_plan": {
            "type": "boolean"
          },
          "policy_number": {
            "type": "string"
          },
          "validity_date": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "hypertension",
          "diabetes",
          "asma",
          "thrombosis",
          "stroke",
          "migraine",
          "obesity",
          "arrhytmia",
          "cancer",
          "hypothyroidism",
          "epilepsy",
          "cirrhosis",
          "others",
          "others_description",
          "smoke",
          "cigarretes",
          "years_smoking",
          "drink",
          "drink_frequency_id",
          "surgery",
          "which_surgery",
          "when_surgery",
          "medicine_allergy",
          "which_medicine",
          "vaccination_schedule",
          "missing_vaccines",
          "exercise",
          "exercise_type",
          "exercise_frequency_id",
          "mother_history",
          "father_history",
          "hepatitis",
          "chickenpox",
          "measles",
          "health_plan",
          "policy_number",
          "validity_date"
        ],
        "additionalProperties": false
      },
      "updateMedicalHistory": {
        "title": "updateMedicalHistory",
        "type": "object",
        "description": "(tsType: MedicalHistory, schemaOptions: { title: 'updateMedicalHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "hypertension": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "asma": {
            "type": "boolean"
          },
          "thrombosis": {
            "type": "boolean"
          },
          "stroke": {
            "type": "boolean"
          },
          "migraine": {
            "type": "boolean"
          },
          "obesity": {
            "type": "boolean"
          },
          "arrhytmia": {
            "type": "boolean"
          },
          "cancer": {
            "type": "boolean"
          },
          "hypothyroidism": {
            "type": "boolean"
          },
          "epilepsy": {
            "type": "boolean"
          },
          "cirrhosis": {
            "type": "boolean"
          },
          "others": {
            "type": "boolean"
          },
          "others_description": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "number"
          },
          "years_smoking": {
            "type": "number"
          },
          "drink": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "surgery": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "medicine_allergy": {
            "type": "boolean"
          },
          "which_medicine": {
            "type": "string"
          },
          "vaccination_schedule": {
            "type": "boolean"
          },
          "missing_vaccines": {
            "type": "string"
          },
          "exercise": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "number"
          },
          "mother_history": {
            "type": "string"
          },
          "father_history": {
            "type": "string"
          },
          "hepatitis": {
            "type": "boolean"
          },
          "chickenpox": {
            "type": "boolean"
          },
          "measles": {
            "type": "boolean"
          },
          "health_plan": {
            "type": "boolean"
          },
          "policy_number": {
            "type": "string"
          },
          "validity_date": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "hypertension",
          "diabetes",
          "asma",
          "thrombosis",
          "stroke",
          "migraine",
          "obesity",
          "arrhytmia",
          "cancer",
          "hypothyroidism",
          "epilepsy",
          "cirrhosis",
          "others",
          "others_description",
          "smoke",
          "cigarretes",
          "years_smoking",
          "drink",
          "drink_frequency_id",
          "surgery",
          "which_surgery",
          "when_surgery",
          "medicine_allergy",
          "which_medicine",
          "vaccination_schedule",
          "missing_vaccines",
          "exercise",
          "exercise_type",
          "exercise_frequency_id",
          "mother_history",
          "father_history",
          "hepatitis",
          "chickenpox",
          "measles",
          "health_plan",
          "policy_number",
          "validity_date"
        ],
        "additionalProperties": false,
        "x-typescript-type": "MedicalHistory"
      },
      "GeneralHistory": {
        "title": "GeneralHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "string"
          },
          "years_smoking": {
            "type": "string"
          },
          "alcoholic": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "fracture": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "vaccine_schedule": {
            "type": "boolean"
          },
          "missing_vaccines": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "string"
          },
          "family_history_mother": {
            "type": "string"
          },
          "family_history_father": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          },
          "health_plan_insurance": {
            "type": "boolean"
          },
          "whichHealthPlan": {
            "type": "string"
          },
          "policyNumber": {
            "type": "string"
          },
          "validityDate": {
            "type": "string"
          },
          "vaccinated_hepatitis": {
            "type": "boolean"
          },
          "immune_to_chickenpox": {
            "type": "boolean"
          },
          "immune_to_measles": {
            "type": "boolean"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "smoke",
          "cigarretes",
          "years_smoking",
          "alcoholic",
          "drink_frequency_id",
          "fracture",
          "which_surgery",
          "when_surgery",
          "allergic",
          "allergy_medicine",
          "vaccine_schedule",
          "missing_vaccines",
          "physical_activity",
          "exercise_type",
          "exercise_frequency_id",
          "family_history_mother",
          "family_history_father",
          "medicine_use",
          "which_medicine_use",
          "health_plan_insurance",
          "whichHealthPlan",
          "policyNumber",
          "validityDate",
          "vaccinated_hepatitis",
          "immune_to_chickenpox",
          "immune_to_measles"
        ],
        "additionalProperties": false
      },
      "updateGeneralHistory": {
        "title": "updateGeneralHistory",
        "type": "object",
        "description": "(tsType: GeneralHistory, schemaOptions: { title: 'updateGeneralHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "string"
          },
          "years_smoking": {
            "type": "string"
          },
          "alcoholic": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "fracture": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "vaccine_schedule": {
            "type": "boolean"
          },
          "missing_vaccines": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "string"
          },
          "family_history_mother": {
            "type": "string"
          },
          "family_history_father": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          },
          "health_plan_insurance": {
            "type": "boolean"
          },
          "whichHealthPlan": {
            "type": "string"
          },
          "policyNumber": {
            "type": "string"
          },
          "validityDate": {
            "type": "string"
          },
          "vaccinated_hepatitis": {
            "type": "boolean"
          },
          "immune_to_chickenpox": {
            "type": "boolean"
          },
          "immune_to_measles": {
            "type": "boolean"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "smoke",
          "cigarretes",
          "years_smoking",
          "alcoholic",
          "drink_frequency_id",
          "fracture",
          "which_surgery",
          "when_surgery",
          "allergic",
          "allergy_medicine",
          "vaccine_schedule",
          "missing_vaccines",
          "physical_activity",
          "exercise_type",
          "exercise_frequency_id",
          "family_history_mother",
          "family_history_father",
          "medicine_use",
          "which_medicine_use",
          "health_plan_insurance",
          "whichHealthPlan",
          "policyNumber",
          "validityDate",
          "vaccinated_hepatitis",
          "immune_to_chickenpox",
          "immune_to_measles"
        ],
        "additionalProperties": false,
        "x-typescript-type": "GeneralHistory"
      },
      "GinecologyHistory": {
        "title": "GinecologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "surgery": {
            "type": "boolean"
          },
          "surgeryDescription": {
            "type": "string"
          },
          "healthIssues": {
            "type": "boolean"
          },
          "healthIssuesDescription": {
            "type": "string"
          },
          "sexuallyActive": {
            "type": "boolean"
          },
          "inconvenience": {
            "type": "boolean"
          },
          "bleeding": {
            "type": "boolean"
          },
          "partner": {
            "type": "boolean"
          },
          "partnerType": {
            "type": "number"
          },
          "hadETS": {
            "type": "boolean"
          },
          "hadETSDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "surgery",
          "surgeryDescription",
          "healthIssues",
          "healthIssuesDescription",
          "sexuallyActive",
          "inconvenience",
          "bleeding",
          "partner",
          "partnerType",
          "hadETS",
          "hadETSDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateGinecologyHistory": {
        "title": "updateGinecologyHistory",
        "type": "object",
        "description": "(tsType: GinecologyHistory, schemaOptions: { title: 'updateGinecologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "surgery": {
            "type": "boolean"
          },
          "surgeryDescription": {
            "type": "string"
          },
          "healthIssues": {
            "type": "boolean"
          },
          "healthIssuesDescription": {
            "type": "string"
          },
          "sexuallyActive": {
            "type": "boolean"
          },
          "inconvenience": {
            "type": "boolean"
          },
          "bleeding": {
            "type": "boolean"
          },
          "partner": {
            "type": "boolean"
          },
          "partnerType": {
            "type": "number"
          },
          "hadETS": {
            "type": "boolean"
          },
          "hadETSDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "surgery",
          "surgeryDescription",
          "healthIssues",
          "healthIssuesDescription",
          "sexuallyActive",
          "inconvenience",
          "bleeding",
          "partner",
          "partnerType",
          "hadETS",
          "hadETSDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "GinecologyHistory"
      },
      "PediatricsHistory": {
        "title": "PediatricsHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "immune_to_chickenpox": {
            "type": "boolean"
          },
          "vaccinated_hepatitis": {
            "type": "boolean"
          },
          "immune_to_measles": {
            "type": "boolean"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "hereditary": {
            "type": "boolean"
          },
          "hereditarySel": {
            "type": "string"
          },
          "alergyAutoinmune": {
            "type": "boolean"
          },
          "mentalIssues": {
            "type": "boolean"
          },
          "growthlIssues": {
            "type": "boolean"
          },
          "vacBCG": {
            "type": "boolean"
          },
          "hepatitisA": {
            "type": "boolean"
          },
          "pentavalent": {
            "type": "boolean"
          },
          "poliomyelitis": {
            "type": "boolean"
          },
          "rotavirus": {
            "type": "boolean"
          },
          "pneumococcus": {
            "type": "boolean"
          },
          "meningococcus": {
            "type": "boolean"
          },
          "diet": {
            "type": "number"
          },
          "feedingIssues": {
            "type": "boolean"
          },
          "nutritionIssues": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "immune_to_chickenpox",
          "vaccinated_hepatitis",
          "immune_to_measles",
          "relevantIssues",
          "hospitalized",
          "hereditary",
          "hereditarySel",
          "alergyAutoinmune",
          "mentalIssues",
          "growthlIssues",
          "vacBCG",
          "hepatitisA",
          "pentavalent",
          "poliomyelitis",
          "rotavirus",
          "pneumococcus",
          "meningococcus",
          "diet",
          "feedingIssues",
          "nutritionIssues",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updatePediatricsHistory": {
        "title": "updatePediatricsHistory",
        "type": "object",
        "description": "(tsType: PediatricsHistory, schemaOptions: { title: 'updatePediatricsHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "immune_to_chickenpox": {
            "type": "boolean"
          },
          "vaccinated_hepatitis": {
            "type": "boolean"
          },
          "immune_to_measles": {
            "type": "boolean"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "hereditary": {
            "type": "boolean"
          },
          "hereditarySel": {
            "type": "string"
          },
          "alergyAutoinmune": {
            "type": "boolean"
          },
          "mentalIssues": {
            "type": "boolean"
          },
          "growthlIssues": {
            "type": "boolean"
          },
          "vacBCG": {
            "type": "boolean"
          },
          "hepatitisA": {
            "type": "boolean"
          },
          "pentavalent": {
            "type": "boolean"
          },
          "poliomyelitis": {
            "type": "boolean"
          },
          "rotavirus": {
            "type": "boolean"
          },
          "pneumococcus": {
            "type": "boolean"
          },
          "meningococcus": {
            "type": "boolean"
          },
          "diet": {
            "type": "number"
          },
          "feedingIssues": {
            "type": "boolean"
          },
          "nutritionIssues": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "immune_to_chickenpox",
          "vaccinated_hepatitis",
          "immune_to_measles",
          "relevantIssues",
          "hospitalized",
          "hereditary",
          "hereditarySel",
          "alergyAutoinmune",
          "mentalIssues",
          "growthlIssues",
          "vacBCG",
          "hepatitisA",
          "pentavalent",
          "poliomyelitis",
          "rotavirus",
          "pneumococcus",
          "meningococcus",
          "diet",
          "feedingIssues",
          "nutritionIssues",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "PediatricsHistory"
      },
      "OphtalmologyHistory": {
        "title": "OphtalmologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "parentSightDisease": {
            "type": "boolean"
          },
          "sightIssue": {
            "type": "boolean"
          },
          "sightIssueDescription": {
            "type": "string"
          },
          "sightDisease": {
            "type": "boolean"
          },
          "sightSurgery": {
            "type": "boolean"
          },
          "glasses": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "parentSightDisease",
          "sightIssue",
          "sightIssueDescription",
          "sightDisease",
          "sightSurgery",
          "glasses",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateOphtalmologyHistory": {
        "title": "updateOphtalmologyHistory",
        "type": "object",
        "description": "(tsType: OphtalmologyHistory, schemaOptions: { title: 'updateOphtalmologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "parentSightDisease": {
            "type": "boolean"
          },
          "sightIssue": {
            "type": "boolean"
          },
          "sightIssueDescription": {
            "type": "string"
          },
          "sightDisease": {
            "type": "boolean"
          },
          "sightSurgery": {
            "type": "boolean"
          },
          "glasses": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "parentSightDisease",
          "sightIssue",
          "sightIssueDescription",
          "sightDisease",
          "sightSurgery",
          "glasses",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "OphtalmologyHistory"
      },
      "CardiologyHistory": {
        "title": "CardiologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "heartSurgery": {
            "type": "boolean"
          },
          "smoker": {
            "type": "boolean"
          },
          "overweight": {
            "type": "boolean"
          },
          "hipertense": {
            "type": "boolean"
          },
          "colesterol": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "physicalActivity": {
            "type": "boolean"
          },
          "emotionalAnxiety": {
            "type": "boolean"
          },
          "parentCardiologicProblem": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "heartSurgery",
          "smoker",
          "overweight",
          "hipertense",
          "colesterol",
          "diabetes",
          "physicalActivity",
          "emotionalAnxiety",
          "parentCardiologicProblem",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateCardiologyHistory": {
        "title": "updateCardiologyHistory",
        "type": "object",
        "description": "(tsType: CardiologyHistory, schemaOptions: { title: 'updateCardiologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "heartSurgery": {
            "type": "boolean"
          },
          "smoker": {
            "type": "boolean"
          },
          "overweight": {
            "type": "boolean"
          },
          "hipertense": {
            "type": "boolean"
          },
          "colesterol": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "physicalActivity": {
            "type": "boolean"
          },
          "emotionalAnxiety": {
            "type": "boolean"
          },
          "parentCardiologicProblem": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "heartSurgery",
          "smoker",
          "overweight",
          "hipertense",
          "colesterol",
          "diabetes",
          "physicalActivity",
          "emotionalAnxiety",
          "parentCardiologicProblem",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "CardiologyHistory"
      },
      "SurgeryHistory": {
        "title": "SurgeryHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "parentSurgery": {
            "type": "boolean"
          },
          "hernia": {
            "type": "boolean"
          },
          "apendicitis": {
            "type": "boolean"
          },
          "gallstones": {
            "type": "boolean"
          },
          "hipFracture": {
            "type": "boolean"
          },
          "colorectalCancer": {
            "type": "boolean"
          },
          "intestinalObstruction": {
            "type": "boolean"
          },
          "pepticUlcer": {
            "type": "boolean"
          },
          "traumaticLession": {
            "type": "boolean"
          },
          "burnGraves": {
            "type": "boolean"
          },
          "anomalies": {
            "type": "boolean"
          },
          "surgeryIssues": {
            "type": "boolean"
          },
          "surgeryIssuesDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "parentSurgery",
          "hernia",
          "apendicitis",
          "gallstones",
          "hipFracture",
          "colorectalCancer",
          "intestinalObstruction",
          "pepticUlcer",
          "traumaticLession",
          "burnGraves",
          "anomalies",
          "surgeryIssues",
          "surgeryIssuesDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateSurgeryHistory": {
        "title": "updateSurgeryHistory",
        "type": "object",
        "description": "(tsType: SurgeryHistory, schemaOptions: { title: 'updateSurgeryHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "parentSurgery": {
            "type": "boolean"
          },
          "hernia": {
            "type": "boolean"
          },
          "apendicitis": {
            "type": "boolean"
          },
          "gallstones": {
            "type": "boolean"
          },
          "hipFracture": {
            "type": "boolean"
          },
          "colorectalCancer": {
            "type": "boolean"
          },
          "intestinalObstruction": {
            "type": "boolean"
          },
          "pepticUlcer": {
            "type": "boolean"
          },
          "traumaticLession": {
            "type": "boolean"
          },
          "burnGraves": {
            "type": "boolean"
          },
          "anomalies": {
            "type": "boolean"
          },
          "surgeryIssues": {
            "type": "boolean"
          },
          "surgeryIssuesDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "parentSurgery",
          "hernia",
          "apendicitis",
          "gallstones",
          "hipFracture",
          "colorectalCancer",
          "intestinalObstruction",
          "pepticUlcer",
          "traumaticLession",
          "burnGraves",
          "anomalies",
          "surgeryIssues",
          "surgeryIssuesDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "SurgeryHistory"
      },
      "OtorhinolaryngologyHistory": {
        "title": "OtorhinolaryngologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "otorhinolarygologyIssueParent": {
            "type": "boolean"
          },
          "surgery": {
            "type": "boolean"
          },
          "surgeryDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "otorhinolarygologyIssueParent",
          "surgery",
          "surgeryDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateOtorhinolaryngologyHistory": {
        "title": "updateOtorhinolaryngologyHistory",
        "type": "object",
        "description": "(tsType: OtorhinolaryngologyHistory, schemaOptions: { title: 'updateOtorhinolaryngologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "otorhinolarygologyIssueParent": {
            "type": "boolean"
          },
          "surgery": {
            "type": "boolean"
          },
          "surgeryDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "otorhinolarygologyIssueParent",
          "surgery",
          "surgeryDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "OtorhinolaryngologyHistory"
      },
      "PsychiatryHistoryMigrate": {
        "title": "PsychiatryHistoryMigrate",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "quirurgic": {
            "type": "string"
          },
          "psychologic": {
            "type": "string"
          },
          "hospitalary": {
            "type": "string"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "alcohol": {
            "type": "boolean"
          },
          "alcohol_daily": {
            "type": "number"
          },
          "alcohol_since": {
            "type": "number"
          },
          "coffee": {
            "type": "boolean"
          },
          "coffee_daily": {
            "type": "number"
          },
          "coffee_since": {
            "type": "number"
          },
          "drugs": {
            "type": "boolean"
          },
          "drugs_type": {
            "type": "string"
          },
          "drugs_daily": {
            "type": "number"
          },
          "drugs_since": {
            "type": "number"
          },
          "apetite": {
            "type": "number"
          },
          "apetite_since": {
            "type": "number"
          },
          "sleep": {
            "type": "number"
          },
          "sleep_change": {
            "type": "string"
          },
          "sleep_hours": {
            "type": "number"
          },
          "sleep_since": {
            "type": "number"
          },
          "sexual_orientation": {
            "type": "string"
          },
          "sexual_sexarquia": {
            "type": "number"
          },
          "sexual_partners": {
            "type": "number"
          },
          "patient_perception": {
            "type": "string"
          },
          "patient_conciousness": {
            "type": "string"
          },
          "patient_orientation": {
            "type": "string"
          },
          "patient_atention": {
            "type": "string"
          },
          "patient_memory": {
            "type": "string"
          },
          "patient_inteligence": {
            "type": "string"
          },
          "patient_language": {
            "type": "string"
          },
          "patient_thought": {
            "type": "string"
          },
          "patient_affect": {
            "type": "string"
          },
          "patient_mood": {
            "type": "string"
          },
          "patient_sensorial": {
            "type": "string"
          },
          "patient_psychomotricity": {
            "type": "string"
          },
          "patient_illness_conciousness": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "quirurgic",
          "psychologic",
          "hospitalary",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "alcohol",
          "alcohol_daily",
          "alcohol_since",
          "coffee",
          "coffee_daily",
          "coffee_since",
          "drugs",
          "drugs_type",
          "drugs_daily",
          "drugs_since",
          "apetite",
          "apetite_since",
          "sleep",
          "sleep_change",
          "sleep_hours",
          "sleep_since",
          "sexual_orientation",
          "sexual_sexarquia",
          "sexual_partners",
          "patient_perception",
          "patient_conciousness",
          "patient_orientation",
          "patient_atention",
          "patient_memory",
          "patient_inteligence",
          "patient_language",
          "patient_thought",
          "patient_affect",
          "patient_mood",
          "patient_sensorial",
          "patient_psychomotricity",
          "patient_illness_conciousness",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "plan"
        ],
        "additionalProperties": false
      },
      "updatePsychiatryHistoryMigrate": {
        "title": "updatePsychiatryHistoryMigrate",
        "type": "object",
        "description": "(tsType: PsychiatryHistoryMigrate, schemaOptions: { title: 'updatePsychiatryHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "quirurgic": {
            "type": "string"
          },
          "psychologic": {
            "type": "string"
          },
          "hospitalary": {
            "type": "string"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "alcohol": {
            "type": "boolean"
          },
          "alcohol_daily": {
            "type": "number"
          },
          "alcohol_since": {
            "type": "number"
          },
          "coffee": {
            "type": "boolean"
          },
          "coffee_daily": {
            "type": "number"
          },
          "coffee_since": {
            "type": "number"
          },
          "drugs": {
            "type": "boolean"
          },
          "drugs_type": {
            "type": "string"
          },
          "drugs_daily": {
            "type": "number"
          },
          "drugs_since": {
            "type": "number"
          },
          "apetite": {
            "type": "number"
          },
          "apetite_since": {
            "type": "number"
          },
          "sleep": {
            "type": "number"
          },
          "sleep_change": {
            "type": "string"
          },
          "sleep_hours": {
            "type": "number"
          },
          "sleep_since": {
            "type": "number"
          },
          "sexual_orientation": {
            "type": "string"
          },
          "sexual_sexarquia": {
            "type": "number"
          },
          "sexual_partners": {
            "type": "number"
          },
          "patient_perception": {
            "type": "string"
          },
          "patient_conciousness": {
            "type": "string"
          },
          "patient_orientation": {
            "type": "string"
          },
          "patient_atention": {
            "type": "string"
          },
          "patient_memory": {
            "type": "string"
          },
          "patient_inteligence": {
            "type": "string"
          },
          "patient_language": {
            "type": "string"
          },
          "patient_thought": {
            "type": "string"
          },
          "patient_affect": {
            "type": "string"
          },
          "patient_mood": {
            "type": "string"
          },
          "patient_sensorial": {
            "type": "string"
          },
          "patient_psychomotricity": {
            "type": "string"
          },
          "patient_illness_conciousness": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "quirurgic",
          "psychologic",
          "hospitalary",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "alcohol",
          "alcohol_daily",
          "alcohol_since",
          "coffee",
          "coffee_daily",
          "coffee_since",
          "drugs",
          "drugs_type",
          "drugs_daily",
          "drugs_since",
          "apetite",
          "apetite_since",
          "sleep",
          "sleep_change",
          "sleep_hours",
          "sleep_since",
          "sexual_orientation",
          "sexual_sexarquia",
          "sexual_partners",
          "patient_perception",
          "patient_conciousness",
          "patient_orientation",
          "patient_atention",
          "patient_memory",
          "patient_inteligence",
          "patient_language",
          "patient_thought",
          "patient_affect",
          "patient_mood",
          "patient_sensorial",
          "patient_psychomotricity",
          "patient_illness_conciousness",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "plan"
        ],
        "additionalProperties": false,
        "x-typescript-type": "PsychiatryHistoryMigrate"
      },
      "PsychiatryHistory": {
        "title": "PsychiatryHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "mentalIssueParent": {
            "type": "boolean"
          },
          "psychiatricTreatment": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "mentalIssueParent",
          "psychiatricTreatment",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updatePsychiatryHistory": {
        "title": "updatePsychiatryHistory",
        "type": "object",
        "description": "(tsType: PsychiatryHistory, schemaOptions: { title: 'updatePsychiatryHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "mentalIssueParent": {
            "type": "boolean"
          },
          "psychiatricTreatment": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "mentalIssueParent",
          "psychiatricTreatment",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "PsychiatryHistory"
      },
      "GastroenterologyHistory": {
        "title": "GastroenterologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "gastricIssues": {
            "type": "boolean"
          },
          "abdominalSurgery": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "gastricIssues",
          "abdominalSurgery",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateGastroenterologyHistory": {
        "title": "updateGastroenterologyHistory",
        "type": "object",
        "description": "(tsType: GastroenterologyHistory, schemaOptions: { title: 'updateGastroenterologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "gastricIssues": {
            "type": "boolean"
          },
          "abdominalSurgery": {
            "type": "boolean"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "gastricIssues",
          "abdominalSurgery",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "GastroenterologyHistory"
      },
      "DermatologyHistory": {
        "title": "DermatologyHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "alergySkinProducts": {
            "type": "boolean"
          },
          "alergySkinProductsDescription": {
            "type": "string"
          },
          "skinDiseaseParent": {
            "type": "boolean"
          },
          "skinIssue": {
            "type": "boolean"
          },
          "skinIssueDescription": {
            "type": "string"
          },
          "skinDisease": {
            "type": "boolean"
          },
          "skinSurgery": {
            "type": "boolean"
          },
          "skinCareProduct": {
            "type": "boolean"
          },
          "skinCareProductDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "alergySkinProducts",
          "alergySkinProductsDescription",
          "skinDiseaseParent",
          "skinIssue",
          "skinIssueDescription",
          "skinDisease",
          "skinSurgery",
          "skinCareProduct",
          "skinCareProductDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false
      },
      "updateDermatologyHistory": {
        "title": "updateDermatologyHistory",
        "type": "object",
        "description": "(tsType: DermatologyHistory, schemaOptions: { title: 'updateDermatologyHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "relevantIssues": {
            "type": "boolean"
          },
          "hospitalized": {
            "type": "boolean"
          },
          "alergySkinProducts": {
            "type": "boolean"
          },
          "alergySkinProductsDescription": {
            "type": "string"
          },
          "skinDiseaseParent": {
            "type": "boolean"
          },
          "skinIssue": {
            "type": "boolean"
          },
          "skinIssueDescription": {
            "type": "string"
          },
          "skinDisease": {
            "type": "boolean"
          },
          "skinSurgery": {
            "type": "boolean"
          },
          "skinCareProduct": {
            "type": "boolean"
          },
          "skinCareProductDescription": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "relevantIssues",
          "hospitalized",
          "alergySkinProducts",
          "alergySkinProductsDescription",
          "skinDiseaseParent",
          "skinIssue",
          "skinIssueDescription",
          "skinDisease",
          "skinSurgery",
          "skinCareProduct",
          "skinCareProductDescription",
          "allergic",
          "allergy_medicine",
          "medicine_use",
          "which_medicine_use"
        ],
        "additionalProperties": false,
        "x-typescript-type": "DermatologyHistory"
      },
      "InternalHistory": {
        "title": "InternalHistory",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "arrhythmia": {
            "type": "boolean"
          },
          "asthma": {
            "type": "boolean"
          },
          "cancer": {
            "type": "boolean"
          },
          "cirrhosis": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "epilepsy": {
            "type": "boolean"
          },
          "arterial_hypertension": {
            "type": "boolean"
          },
          "hypothyroidism": {
            "type": "boolean"
          },
          "headache": {
            "type": "boolean"
          },
          "obesity": {
            "type": "boolean"
          },
          "stroke": {
            "type": "boolean"
          },
          "thrombosis": {
            "type": "boolean"
          },
          "depression": {
            "type": "boolean"
          },
          "anxiety": {
            "type": "boolean"
          },
          "rheumatoid_arthritis": {
            "type": "boolean"
          },
          "lupus": {
            "type": "boolean"
          },
          "others": {
            "type": "boolean"
          },
          "others_pathology": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "string"
          },
          "years_smoking": {
            "type": "string"
          },
          "alcoholic": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "fracture": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "string"
          },
          "family_history_mother": {
            "type": "string"
          },
          "family_history_father": {
            "type": "string"
          },
          "type_of_diet": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          },
          "reason1": {
            "type": "string"
          },
          "reason2": {
            "type": "string"
          },
          "reason3": {
            "type": "string"
          },
          "CA": {
            "type": "string"
          },
          "CB": {
            "type": "string"
          },
          "CC": {
            "type": "string"
          },
          "weight_age_percentile": {
            "type": "string"
          },
          "height_age_percentile": {
            "type": "string"
          },
          "symptoms": {
            "type": "string"
          },
          "birth_weight": {
            "type": "string"
          },
          "birth_size": {
            "type": "string"
          },
          "gestational_age": {
            "type": "string"
          },
          "spontaneous_breathing_birth": {
            "type": "string"
          },
          "birth_present": {
            "type": "string"
          },
          "mom_age_birth": {
            "type": "string"
          },
          "number_exploits": {
            "type": "string"
          },
          "number_prenatal_checkups": {
            "type": "string"
          },
          "HIV_serologies": {
            "type": "string"
          },
          "VDRL_serologies": {
            "type": "string"
          },
          "mother_habits": {
            "type": "string"
          },
          "Complications": {
            "type": "string"
          },
          "age_social_smile": {
            "type": "string"
          },
          "age_held_his_head": {
            "type": "string"
          },
          "age_sat": {
            "type": "string"
          },
          "age_began_to_walk": {
            "type": "string"
          },
          "age_first_tooth": {
            "type": "string"
          },
          "age_first_words": {
            "type": "string"
          },
          "relate_environment": {
            "type": "string"
          },
          "breastfeeding": {
            "type": "string"
          },
          "use_formula": {
            "type": "string"
          },
          "complementary_feeding": {
            "type": "string"
          },
          "current_feed": {
            "type": "string"
          },
          "Complete_vaccination_schedule": {
            "type": "string"
          },
          "vaccines_missing": {
            "type": "string"
          },
          "comorbidities": {
            "type": "string"
          },
          "illness_in_past": {
            "type": "string"
          },
          "allergies": {
            "type": "string"
          },
          "underwent_surgery": {
            "type": "string"
          },
          "suffered_trauma": {
            "type": "string"
          },
          "mother": {
            "type": "string"
          },
          "parent": {
            "type": "string"
          },
          "brothers": {
            "type": "string"
          },
          "grandparents": {
            "type": "string"
          },
          "sleep": {
            "type": "string"
          },
          "housing_type": {
            "type": "string"
          },
          "has_pets": {
            "type": "string"
          },
          "basic_services": {
            "type": "string"
          },
          "functional_examination": {
            "type": "string"
          },
          "physical_examination": {
            "type": "string"
          },
          "diagnostic_print1": {
            "type": "string"
          },
          "diagnostic_print2": {
            "type": "string"
          },
          "diagnostic_print3": {
            "type": "string"
          },
          "Work_plan": {
            "type": "string"
          },
          "treatment": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "arrhythmia",
          "asthma",
          "cancer",
          "cirrhosis",
          "diabetes",
          "epilepsy",
          "arterial_hypertension",
          "hypothyroidism",
          "headache",
          "obesity",
          "stroke",
          "thrombosis",
          "depression",
          "anxiety",
          "rheumatoid_arthritis",
          "lupus",
          "others",
          "others_pathology",
          "smoke",
          "cigarretes",
          "years_smoking",
          "alcoholic",
          "drink_frequency_id",
          "fracture",
          "which_surgery",
          "when_surgery",
          "allergic",
          "allergy_medicine",
          "physical_activity",
          "exercise_type",
          "exercise_frequency_id",
          "family_history_mother",
          "family_history_father",
          "type_of_diet",
          "medicine_use",
          "which_medicine_use",
          "reason1",
          "reason2",
          "reason3",
          "CA",
          "CB",
          "CC",
          "weight_age_percentile",
          "height_age_percentile",
          "symptoms",
          "birth_weight",
          "birth_size",
          "gestational_age",
          "spontaneous_breathing_birth",
          "birth_present",
          "mom_age_birth",
          "number_exploits",
          "number_prenatal_checkups",
          "HIV_serologies",
          "VDRL_serologies",
          "mother_habits",
          "Complications",
          "age_social_smile",
          "age_held_his_head",
          "age_sat",
          "age_began_to_walk",
          "age_first_tooth",
          "age_first_words",
          "relate_environment",
          "breastfeeding",
          "use_formula",
          "complementary_feeding",
          "current_feed",
          "Complete_vaccination_schedule",
          "vaccines_missing",
          "comorbidities",
          "illness_in_past",
          "allergies",
          "underwent_surgery",
          "suffered_trauma",
          "mother",
          "parent",
          "brothers",
          "grandparents",
          "sleep",
          "housing_type",
          "has_pets",
          "basic_services",
          "functional_examination",
          "physical_examination",
          "diagnostic_print1",
          "diagnostic_print2",
          "diagnostic_print3",
          "Work_plan",
          "treatment"
        ],
        "additionalProperties": false
      },
      "updateInternalHistory": {
        "title": "updateInternalHistory",
        "type": "object",
        "description": "(tsType: InternalHistory, schemaOptions: { title: 'updateInternalHistory' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "arrhythmia": {
            "type": "boolean"
          },
          "asthma": {
            "type": "boolean"
          },
          "cancer": {
            "type": "boolean"
          },
          "cirrhosis": {
            "type": "boolean"
          },
          "diabetes": {
            "type": "boolean"
          },
          "epilepsy": {
            "type": "boolean"
          },
          "arterial_hypertension": {
            "type": "boolean"
          },
          "hypothyroidism": {
            "type": "boolean"
          },
          "headache": {
            "type": "boolean"
          },
          "obesity": {
            "type": "boolean"
          },
          "stroke": {
            "type": "boolean"
          },
          "thrombosis": {
            "type": "boolean"
          },
          "depression": {
            "type": "boolean"
          },
          "anxiety": {
            "type": "boolean"
          },
          "rheumatoid_arthritis": {
            "type": "boolean"
          },
          "lupus": {
            "type": "boolean"
          },
          "others": {
            "type": "boolean"
          },
          "others_pathology": {
            "type": "string"
          },
          "smoke": {
            "type": "boolean"
          },
          "cigarretes": {
            "type": "string"
          },
          "years_smoking": {
            "type": "string"
          },
          "alcoholic": {
            "type": "boolean"
          },
          "drink_frequency_id": {
            "type": "number"
          },
          "fracture": {
            "type": "boolean"
          },
          "which_surgery": {
            "type": "string"
          },
          "when_surgery": {
            "type": "string"
          },
          "allergic": {
            "type": "boolean"
          },
          "allergy_medicine": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "exercise_type": {
            "type": "string"
          },
          "exercise_frequency_id": {
            "type": "string"
          },
          "family_history_mother": {
            "type": "string"
          },
          "family_history_father": {
            "type": "string"
          },
          "type_of_diet": {
            "type": "string"
          },
          "medicine_use": {
            "type": "boolean"
          },
          "which_medicine_use": {
            "type": "string"
          },
          "reason1": {
            "type": "string"
          },
          "reason2": {
            "type": "string"
          },
          "reason3": {
            "type": "string"
          },
          "CA": {
            "type": "string"
          },
          "CB": {
            "type": "string"
          },
          "CC": {
            "type": "string"
          },
          "weight_age_percentile": {
            "type": "string"
          },
          "height_age_percentile": {
            "type": "string"
          },
          "symptoms": {
            "type": "string"
          },
          "birth_weight": {
            "type": "string"
          },
          "birth_size": {
            "type": "string"
          },
          "gestational_age": {
            "type": "string"
          },
          "spontaneous_breathing_birth": {
            "type": "string"
          },
          "birth_present": {
            "type": "string"
          },
          "mom_age_birth": {
            "type": "string"
          },
          "number_exploits": {
            "type": "string"
          },
          "number_prenatal_checkups": {
            "type": "string"
          },
          "HIV_serologies": {
            "type": "string"
          },
          "VDRL_serologies": {
            "type": "string"
          },
          "mother_habits": {
            "type": "string"
          },
          "Complications": {
            "type": "string"
          },
          "age_social_smile": {
            "type": "string"
          },
          "age_held_his_head": {
            "type": "string"
          },
          "age_sat": {
            "type": "string"
          },
          "age_began_to_walk": {
            "type": "string"
          },
          "age_first_tooth": {
            "type": "string"
          },
          "age_first_words": {
            "type": "string"
          },
          "relate_environment": {
            "type": "string"
          },
          "breastfeeding": {
            "type": "string"
          },
          "use_formula": {
            "type": "string"
          },
          "complementary_feeding": {
            "type": "string"
          },
          "current_feed": {
            "type": "string"
          },
          "Complete_vaccination_schedule": {
            "type": "string"
          },
          "vaccines_missing": {
            "type": "string"
          },
          "comorbidities": {
            "type": "string"
          },
          "illness_in_past": {
            "type": "string"
          },
          "allergies": {
            "type": "string"
          },
          "underwent_surgery": {
            "type": "string"
          },
          "suffered_trauma": {
            "type": "string"
          },
          "mother": {
            "type": "string"
          },
          "parent": {
            "type": "string"
          },
          "brothers": {
            "type": "string"
          },
          "grandparents": {
            "type": "string"
          },
          "sleep": {
            "type": "string"
          },
          "housing_type": {
            "type": "string"
          },
          "has_pets": {
            "type": "string"
          },
          "basic_services": {
            "type": "string"
          },
          "functional_examination": {
            "type": "string"
          },
          "physical_examination": {
            "type": "string"
          },
          "diagnostic_print1": {
            "type": "string"
          },
          "diagnostic_print2": {
            "type": "string"
          },
          "diagnostic_print3": {
            "type": "string"
          },
          "Work_plan": {
            "type": "string"
          },
          "treatment": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "arrhythmia",
          "asthma",
          "cancer",
          "cirrhosis",
          "diabetes",
          "epilepsy",
          "arterial_hypertension",
          "hypothyroidism",
          "headache",
          "obesity",
          "stroke",
          "thrombosis",
          "depression",
          "anxiety",
          "rheumatoid_arthritis",
          "lupus",
          "others",
          "others_pathology",
          "smoke",
          "cigarretes",
          "years_smoking",
          "alcoholic",
          "drink_frequency_id",
          "fracture",
          "which_surgery",
          "when_surgery",
          "allergic",
          "allergy_medicine",
          "physical_activity",
          "exercise_type",
          "exercise_frequency_id",
          "family_history_mother",
          "family_history_father",
          "type_of_diet",
          "medicine_use",
          "which_medicine_use",
          "reason1",
          "reason2",
          "reason3",
          "CA",
          "CB",
          "CC",
          "weight_age_percentile",
          "height_age_percentile",
          "symptoms",
          "birth_weight",
          "birth_size",
          "gestational_age",
          "spontaneous_breathing_birth",
          "birth_present",
          "mom_age_birth",
          "number_exploits",
          "number_prenatal_checkups",
          "HIV_serologies",
          "VDRL_serologies",
          "mother_habits",
          "Complications",
          "age_social_smile",
          "age_held_his_head",
          "age_sat",
          "age_began_to_walk",
          "age_first_tooth",
          "age_first_words",
          "relate_environment",
          "breastfeeding",
          "use_formula",
          "complementary_feeding",
          "current_feed",
          "Complete_vaccination_schedule",
          "vaccines_missing",
          "comorbidities",
          "illness_in_past",
          "allergies",
          "underwent_surgery",
          "suffered_trauma",
          "mother",
          "parent",
          "brothers",
          "grandparents",
          "sleep",
          "housing_type",
          "has_pets",
          "basic_services",
          "functional_examination",
          "physical_examination",
          "diagnostic_print1",
          "diagnostic_print2",
          "diagnostic_print3",
          "Work_plan",
          "treatment"
        ],
        "additionalProperties": false,
        "x-typescript-type": "InternalHistory"
      },
      "PediatricsHistoryMigrate": {
        "title": "PediatricsHistoryMigrate",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "weight_at_birth": {
            "type": "string"
          },
          "height_at_birth": {
            "type": "string"
          },
          "gestation_period": {
            "type": "string"
          },
          "respiration_birth": {
            "type": "string"
          },
          "malformation_birth": {
            "type": "string"
          },
          "mother_age_at_birth": {
            "type": "string"
          },
          "number_of_pregnancies": {
            "type": "string"
          },
          "number_of_prenatal_controls": {
            "type": "string"
          },
          "vih_serology": {
            "type": "string"
          },
          "VDRL_serology": {
            "type": "string"
          },
          "mother_habits_pregnancy": {
            "type": "string"
          },
          "mother_complications_pregnancy": {
            "type": "string"
          },
          "month_smile": {
            "type": "string"
          },
          "month_head_control": {
            "type": "string"
          },
          "month_sit": {
            "type": "string"
          },
          "month_walk": {
            "type": "string"
          },
          "month_teeth": {
            "type": "string"
          },
          "month_words": {
            "type": "string"
          },
          "social_posibility": {
            "type": "string"
          },
          "month_lactancy": {
            "type": "string"
          },
          "month_formula": {
            "type": "string"
          },
          "complementary_food": {
            "type": "string"
          },
          "actual_diet": {
            "type": "string"
          },
          "vaccines_up_to_date": {
            "type": "string"
          },
          "vaccines_missing": {
            "type": "string"
          },
          "comorbidities": {
            "type": "string"
          },
          "sickness_name": {
            "type": "string"
          },
          "sickness_when": {
            "type": "string"
          },
          "sickness_treatment": {
            "type": "string"
          },
          "allergies_name": {
            "type": "string"
          },
          "allergies_trearment": {
            "type": "string"
          },
          "quirurgic_name": {
            "type": "string"
          },
          "quirurgic_when": {
            "type": "string"
          },
          "quirurgic_treatment": {
            "type": "string"
          },
          "traumatism_name": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "sleep_time": {
            "type": "string"
          },
          "sleep_place": {
            "type": "string"
          },
          "nap": {
            "type": "string"
          },
          "insomnia": {
            "type": "string"
          },
          "physical_activity": {
            "type": "string"
          },
          "housing_type": {
            "type": "string"
          },
          "pets": {
            "type": "string"
          },
          "basic_services": {
            "type": "string"
          },
          "functional_exam": {
            "type": "string"
          },
          "physical_exam_results": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "weight_at_birth",
          "height_at_birth",
          "gestation_period",
          "respiration_birth",
          "malformation_birth",
          "mother_age_at_birth",
          "number_of_pregnancies",
          "number_of_prenatal_controls",
          "vih_serology",
          "VDRL_serology",
          "mother_habits_pregnancy",
          "mother_complications_pregnancy",
          "month_smile",
          "month_head_control",
          "month_sit",
          "month_walk",
          "month_teeth",
          "month_words",
          "social_posibility",
          "month_lactancy",
          "month_formula",
          "complementary_food",
          "actual_diet",
          "vaccines_up_to_date",
          "vaccines_missing",
          "comorbidities",
          "sickness_name",
          "sickness_when",
          "sickness_treatment",
          "allergies_name",
          "allergies_trearment",
          "quirurgic_name",
          "quirurgic_when",
          "quirurgic_treatment",
          "traumatism_name",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_grandfathers",
          "sleep_time",
          "sleep_place",
          "nap",
          "insomnia",
          "physical_activity",
          "housing_type",
          "pets",
          "basic_services",
          "functional_exam",
          "physical_exam_results",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment",
          "plan"
        ],
        "additionalProperties": false
      },
      "updatePediatricsHistoryMigrate": {
        "title": "updatePediatricsHistoryMigrate",
        "type": "object",
        "description": "(tsType: PediatricsHistoryMigrate, schemaOptions: { title: 'updatePediatricsHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "weight_at_birth": {
            "type": "string"
          },
          "height_at_birth": {
            "type": "string"
          },
          "gestation_period": {
            "type": "string"
          },
          "respiration_birth": {
            "type": "string"
          },
          "malformation_birth": {
            "type": "string"
          },
          "mother_age_at_birth": {
            "type": "string"
          },
          "number_of_pregnancies": {
            "type": "string"
          },
          "number_of_prenatal_controls": {
            "type": "string"
          },
          "vih_serology": {
            "type": "string"
          },
          "VDRL_serology": {
            "type": "string"
          },
          "mother_habits_pregnancy": {
            "type": "string"
          },
          "mother_complications_pregnancy": {
            "type": "string"
          },
          "month_smile": {
            "type": "string"
          },
          "month_head_control": {
            "type": "string"
          },
          "month_sit": {
            "type": "string"
          },
          "month_walk": {
            "type": "string"
          },
          "month_teeth": {
            "type": "string"
          },
          "month_words": {
            "type": "string"
          },
          "social_posibility": {
            "type": "string"
          },
          "month_lactancy": {
            "type": "string"
          },
          "month_formula": {
            "type": "string"
          },
          "complementary_food": {
            "type": "string"
          },
          "actual_diet": {
            "type": "string"
          },
          "vaccines_up_to_date": {
            "type": "string"
          },
          "vaccines_missing": {
            "type": "string"
          },
          "comorbidities": {
            "type": "string"
          },
          "sickness_name": {
            "type": "string"
          },
          "sickness_when": {
            "type": "string"
          },
          "sickness_treatment": {
            "type": "string"
          },
          "allergies_name": {
            "type": "string"
          },
          "allergies_trearment": {
            "type": "string"
          },
          "quirurgic_name": {
            "type": "string"
          },
          "quirurgic_when": {
            "type": "string"
          },
          "quirurgic_treatment": {
            "type": "string"
          },
          "traumatism_name": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "sleep_time": {
            "type": "string"
          },
          "sleep_place": {
            "type": "string"
          },
          "nap": {
            "type": "string"
          },
          "insomnia": {
            "type": "string"
          },
          "physical_activity": {
            "type": "string"
          },
          "housing_type": {
            "type": "string"
          },
          "pets": {
            "type": "string"
          },
          "basic_services": {
            "type": "string"
          },
          "functional_exam": {
            "type": "string"
          },
          "physical_exam_results": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "weight_at_birth",
          "height_at_birth",
          "gestation_period",
          "respiration_birth",
          "malformation_birth",
          "mother_age_at_birth",
          "number_of_pregnancies",
          "number_of_prenatal_controls",
          "vih_serology",
          "VDRL_serology",
          "mother_habits_pregnancy",
          "mother_complications_pregnancy",
          "month_smile",
          "month_head_control",
          "month_sit",
          "month_walk",
          "month_teeth",
          "month_words",
          "social_posibility",
          "month_lactancy",
          "month_formula",
          "complementary_food",
          "actual_diet",
          "vaccines_up_to_date",
          "vaccines_missing",
          "comorbidities",
          "sickness_name",
          "sickness_when",
          "sickness_treatment",
          "allergies_name",
          "allergies_trearment",
          "quirurgic_name",
          "quirurgic_when",
          "quirurgic_treatment",
          "traumatism_name",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_grandfathers",
          "sleep_time",
          "sleep_place",
          "nap",
          "insomnia",
          "physical_activity",
          "housing_type",
          "pets",
          "basic_services",
          "functional_exam",
          "physical_exam_results",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment",
          "plan"
        ],
        "additionalProperties": false,
        "x-typescript-type": "PediatricsHistoryMigrate"
      },
      "InternaHistoryMigrate": {
        "title": "InternaHistoryMigrate",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "hta": {
            "type": "boolean"
          },
          "hta_evolution": {
            "type": "string"
          },
          "hta_treatment": {
            "type": "string"
          },
          "dm": {
            "type": "boolean"
          },
          "dm_evolution": {
            "type": "string"
          },
          "dm_treatment": {
            "type": "string"
          },
          "pathologies_1": {
            "type": "boolean"
          },
          "pathologies_1_name": {
            "type": "string"
          },
          "pathologies_1_evolution": {
            "type": "string"
          },
          "pathologies_1_treatment": {
            "type": "string"
          },
          "pathologies_2_name": {
            "type": "string"
          },
          "pathologies_2_evolution": {
            "type": "string"
          },
          "pathologies_2_treatment": {
            "type": "string"
          },
          "medicines": {
            "type": "boolean"
          },
          "medicines_which": {
            "type": "string"
          },
          "medicines_motive": {
            "type": "string"
          },
          "medicines_time": {
            "type": "string"
          },
          "surgical": {
            "type": "boolean"
          },
          "surgical_1_which": {
            "type": "string"
          },
          "surgical_1_when": {
            "type": "string"
          },
          "surgical_2_which": {
            "type": "string"
          },
          "surgical_2_when": {
            "type": "string"
          },
          "surgical_3_which": {
            "type": "string"
          },
          "surgical_3_when": {
            "type": "string"
          },
          "alergies": {
            "type": "boolean"
          },
          "alergies_which": {
            "type": "string"
          },
          "alergies_treatment": {
            "type": "string"
          },
          "covid": {
            "type": "boolean"
          },
          "covid_simptons": {
            "type": "string"
          },
          "covid_simptons_duration": {
            "type": "string"
          },
          "covid_inmunization": {
            "type": "boolean"
          },
          "covid_vaccine_name": {
            "type": "string"
          },
          "covid_vaccine_type": {
            "type": "string"
          },
          "covid_vaccine_date": {
            "type": "string"
          },
          "covid_test": {
            "type": "number"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "alcohol": {
            "type": "boolean"
          },
          "alcohol_frequency": {
            "type": "number"
          },
          "alcohol_type": {
            "type": "string"
          },
          "alcohol_ebriety": {
            "type": "boolean"
          },
          "drugs": {
            "type": "boolean"
          },
          "drugs_which": {
            "type": "string"
          },
          "drugs_quantity": {
            "type": "number"
          },
          "drugs_time": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "physical_activity_type": {
            "type": "string"
          },
          "physical_activity_time": {
            "type": "number"
          },
          "physical_activity_weekly_times": {
            "type": "number"
          },
          "physical_exam_results_1": {
            "type": "string"
          },
          "physical_exam_results_2": {
            "type": "string"
          },
          "physical_exam_results_3": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "treatment_4": {
            "type": "string"
          },
          "treatment_5": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_grandfathers",
          "hta",
          "hta_evolution",
          "hta_treatment",
          "dm",
          "dm_evolution",
          "dm_treatment",
          "pathologies_1",
          "pathologies_1_name",
          "pathologies_1_evolution",
          "pathologies_1_treatment",
          "pathologies_2_name",
          "pathologies_2_evolution",
          "pathologies_2_treatment",
          "medicines",
          "medicines_which",
          "medicines_motive",
          "medicines_time",
          "surgical",
          "surgical_1_which",
          "surgical_1_when",
          "surgical_2_which",
          "surgical_2_when",
          "surgical_3_which",
          "surgical_3_when",
          "alergies",
          "alergies_which",
          "alergies_treatment",
          "covid",
          "covid_simptons",
          "covid_simptons_duration",
          "covid_inmunization",
          "covid_vaccine_name",
          "covid_vaccine_type",
          "covid_vaccine_date",
          "covid_test",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "alcohol",
          "alcohol_frequency",
          "alcohol_type",
          "alcohol_ebriety",
          "drugs",
          "drugs_which",
          "drugs_quantity",
          "drugs_time",
          "physical_activity",
          "physical_activity_type",
          "physical_activity_time",
          "physical_activity_weekly_times",
          "physical_exam_results_1",
          "physical_exam_results_2",
          "physical_exam_results_3",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "treatment_4",
          "treatment_5",
          "plan"
        ],
        "additionalProperties": false
      },
      "updateInternalHistoryMigrate": {
        "title": "updateInternalHistoryMigrate",
        "type": "object",
        "description": "(tsType: InternaHistoryMigrate, schemaOptions: { title: 'updateInternalHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "hta": {
            "type": "boolean"
          },
          "hta_evolution": {
            "type": "string"
          },
          "hta_treatment": {
            "type": "string"
          },
          "dm": {
            "type": "boolean"
          },
          "dm_evolution": {
            "type": "string"
          },
          "dm_treatment": {
            "type": "string"
          },
          "pathologies_1": {
            "type": "boolean"
          },
          "pathologies_1_name": {
            "type": "string"
          },
          "pathologies_1_evolution": {
            "type": "string"
          },
          "pathologies_1_treatment": {
            "type": "string"
          },
          "pathologies_2_name": {
            "type": "string"
          },
          "pathologies_2_evolution": {
            "type": "string"
          },
          "pathologies_2_treatment": {
            "type": "string"
          },
          "medicines": {
            "type": "boolean"
          },
          "medicines_which": {
            "type": "string"
          },
          "medicines_motive": {
            "type": "string"
          },
          "medicines_time": {
            "type": "string"
          },
          "surgical": {
            "type": "boolean"
          },
          "surgical_1_which": {
            "type": "string"
          },
          "surgical_1_when": {
            "type": "string"
          },
          "surgical_2_which": {
            "type": "string"
          },
          "surgical_2_when": {
            "type": "string"
          },
          "surgical_3_which": {
            "type": "string"
          },
          "surgical_3_when": {
            "type": "string"
          },
          "alergies": {
            "type": "boolean"
          },
          "alergies_which": {
            "type": "string"
          },
          "alergies_treatment": {
            "type": "string"
          },
          "covid": {
            "type": "boolean"
          },
          "covid_simptons": {
            "type": "string"
          },
          "covid_simptons_duration": {
            "type": "string"
          },
          "covid_inmunization": {
            "type": "boolean"
          },
          "covid_vaccine_name": {
            "type": "string"
          },
          "covid_vaccine_type": {
            "type": "string"
          },
          "covid_vaccine_date": {
            "type": "string"
          },
          "covid_test": {
            "type": "number"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "alcohol": {
            "type": "boolean"
          },
          "alcohol_frequency": {
            "type": "number"
          },
          "alcohol_type": {
            "type": "string"
          },
          "alcohol_ebriety": {
            "type": "boolean"
          },
          "drugs": {
            "type": "boolean"
          },
          "drugs_which": {
            "type": "string"
          },
          "drugs_quantity": {
            "type": "number"
          },
          "drugs_time": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "physical_activity_type": {
            "type": "string"
          },
          "physical_activity_time": {
            "type": "number"
          },
          "physical_activity_weekly_times": {
            "type": "number"
          },
          "physical_exam_results_1": {
            "type": "string"
          },
          "physical_exam_results_2": {
            "type": "string"
          },
          "physical_exam_results_3": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "treatment_4": {
            "type": "string"
          },
          "treatment_5": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_grandfathers",
          "hta",
          "hta_evolution",
          "hta_treatment",
          "dm",
          "dm_evolution",
          "dm_treatment",
          "pathologies_1",
          "pathologies_1_name",
          "pathologies_1_evolution",
          "pathologies_1_treatment",
          "pathologies_2_name",
          "pathologies_2_evolution",
          "pathologies_2_treatment",
          "medicines",
          "medicines_which",
          "medicines_motive",
          "medicines_time",
          "surgical",
          "surgical_1_which",
          "surgical_1_when",
          "surgical_2_which",
          "surgical_2_when",
          "surgical_3_which",
          "surgical_3_when",
          "alergies",
          "alergies_which",
          "alergies_treatment",
          "covid",
          "covid_simptons",
          "covid_simptons_duration",
          "covid_inmunization",
          "covid_vaccine_name",
          "covid_vaccine_type",
          "covid_vaccine_date",
          "covid_test",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "alcohol",
          "alcohol_frequency",
          "alcohol_type",
          "alcohol_ebriety",
          "drugs",
          "drugs_which",
          "drugs_quantity",
          "drugs_time",
          "physical_activity",
          "physical_activity_type",
          "physical_activity_time",
          "physical_activity_weekly_times",
          "physical_exam_results_1",
          "physical_exam_results_2",
          "physical_exam_results_3",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "treatment_4",
          "treatment_5",
          "plan"
        ],
        "additionalProperties": false,
        "x-typescript-type": "InternaHistoryMigrate"
      },
      "CardiologyHistoryMigrate": {
        "title": "CardiologyHistoryMigrate",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_sons": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "hta": {
            "type": "boolean"
          },
          "hta_evolution": {
            "type": "string"
          },
          "hta_treatment": {
            "type": "string"
          },
          "dm": {
            "type": "boolean"
          },
          "dm_evolution": {
            "type": "string"
          },
          "dm_treatment": {
            "type": "string"
          },
          "pathologies_1": {
            "type": "boolean"
          },
          "pathologies_1_name": {
            "type": "string"
          },
          "pathologies_1_evolution": {
            "type": "string"
          },
          "pathologies_1_treatment": {
            "type": "string"
          },
          "pathologies_2": {
            "type": "boolean"
          },
          "pathologies_2_name": {
            "type": "string"
          },
          "pathologies_2_evolution": {
            "type": "string"
          },
          "pathologies_2_treatment": {
            "type": "string"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "chest_pain": {
            "type": "boolean"
          },
          "chest_pain_frequency": {
            "type": "string"
          },
          "chest_pain_since": {
            "type": "string"
          },
          "respiratory_difficulty": {
            "type": "boolean"
          },
          "respiratory_pain_frequency": {
            "type": "string"
          },
          "respiratory_pain_since": {
            "type": "string"
          },
          "arrithmia": {
            "type": "boolean"
          },
          "arrithmia_frequency": {
            "type": "string"
          },
          "arrithmia_since": {
            "type": "string"
          },
          "leg_swelling": {
            "type": "boolean"
          },
          "leg_swelling_frequency": {
            "type": "string"
          },
          "leg_swelling_since": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "physical_activity_type": {
            "type": "string"
          },
          "physical_activity_time": {
            "type": "number"
          },
          "physical_activity_weekly_times": {
            "type": "number"
          },
          "physical_exam_results_1": {
            "type": "string"
          },
          "physical_exam_results_2": {
            "type": "string"
          },
          "physical_exam_results_3": {
            "type": "string"
          },
          "ecg_report": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "treatment_4": {
            "type": "string"
          },
          "treatment_5": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_sons",
          "background_grandfathers",
          "hta",
          "hta_evolution",
          "hta_treatment",
          "dm",
          "dm_evolution",
          "dm_treatment",
          "pathologies_1",
          "pathologies_1_name",
          "pathologies_1_evolution",
          "pathologies_1_treatment",
          "pathologies_2",
          "pathologies_2_name",
          "pathologies_2_evolution",
          "pathologies_2_treatment",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "chest_pain",
          "chest_pain_frequency",
          "chest_pain_since",
          "respiratory_difficulty",
          "respiratory_pain_frequency",
          "respiratory_pain_since",
          "arrithmia",
          "arrithmia_frequency",
          "arrithmia_since",
          "leg_swelling",
          "leg_swelling_frequency",
          "leg_swelling_since",
          "physical_activity",
          "physical_activity_type",
          "physical_activity_time",
          "physical_activity_weekly_times",
          "physical_exam_results_1",
          "physical_exam_results_2",
          "physical_exam_results_3",
          "ecg_report",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "treatment_4",
          "treatment_5",
          "plan"
        ],
        "additionalProperties": false
      },
      "updateCardiologyHistoryMigrate": {
        "title": "updateCardiologyHistoryMigrate",
        "type": "object",
        "description": "(tsType: CardiologyHistoryMigrate, schemaOptions: { title: 'updateCardiologyHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "background_mother": {
            "type": "string"
          },
          "background_father": {
            "type": "string"
          },
          "background_sibilings": {
            "type": "string"
          },
          "background_sons": {
            "type": "string"
          },
          "background_grandfathers": {
            "type": "string"
          },
          "hta": {
            "type": "boolean"
          },
          "hta_evolution": {
            "type": "string"
          },
          "hta_treatment": {
            "type": "string"
          },
          "dm": {
            "type": "boolean"
          },
          "dm_evolution": {
            "type": "string"
          },
          "dm_treatment": {
            "type": "string"
          },
          "pathologies_1": {
            "type": "boolean"
          },
          "pathologies_1_name": {
            "type": "string"
          },
          "pathologies_1_evolution": {
            "type": "string"
          },
          "pathologies_1_treatment": {
            "type": "string"
          },
          "pathologies_2": {
            "type": "boolean"
          },
          "pathologies_2_name": {
            "type": "string"
          },
          "pathologies_2_evolution": {
            "type": "string"
          },
          "pathologies_2_treatment": {
            "type": "string"
          },
          "smoker": {
            "type": "boolean"
          },
          "smoker_cigarretes": {
            "type": "number"
          },
          "smoker_years": {
            "type": "number"
          },
          "smoker_ipa": {
            "type": "number"
          },
          "chest_pain": {
            "type": "boolean"
          },
          "chest_pain_frequency": {
            "type": "string"
          },
          "chest_pain_since": {
            "type": "string"
          },
          "respiratory_difficulty": {
            "type": "boolean"
          },
          "respiratory_pain_frequency": {
            "type": "string"
          },
          "respiratory_pain_since": {
            "type": "string"
          },
          "arrithmia": {
            "type": "boolean"
          },
          "arrithmia_frequency": {
            "type": "string"
          },
          "arrithmia_since": {
            "type": "string"
          },
          "leg_swelling": {
            "type": "boolean"
          },
          "leg_swelling_frequency": {
            "type": "string"
          },
          "leg_swelling_since": {
            "type": "string"
          },
          "physical_activity": {
            "type": "boolean"
          },
          "physical_activity_type": {
            "type": "string"
          },
          "physical_activity_time": {
            "type": "number"
          },
          "physical_activity_weekly_times": {
            "type": "number"
          },
          "physical_exam_results_1": {
            "type": "string"
          },
          "physical_exam_results_2": {
            "type": "string"
          },
          "physical_exam_results_3": {
            "type": "string"
          },
          "ecg_report": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "treatment_4": {
            "type": "string"
          },
          "treatment_5": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "background_mother",
          "background_father",
          "background_sibilings",
          "background_sons",
          "background_grandfathers",
          "hta",
          "hta_evolution",
          "hta_treatment",
          "dm",
          "dm_evolution",
          "dm_treatment",
          "pathologies_1",
          "pathologies_1_name",
          "pathologies_1_evolution",
          "pathologies_1_treatment",
          "pathologies_2",
          "pathologies_2_name",
          "pathologies_2_evolution",
          "pathologies_2_treatment",
          "smoker",
          "smoker_cigarretes",
          "smoker_years",
          "smoker_ipa",
          "chest_pain",
          "chest_pain_frequency",
          "chest_pain_since",
          "respiratory_difficulty",
          "respiratory_pain_frequency",
          "respiratory_pain_since",
          "arrithmia",
          "arrithmia_frequency",
          "arrithmia_since",
          "leg_swelling",
          "leg_swelling_frequency",
          "leg_swelling_since",
          "physical_activity",
          "physical_activity_type",
          "physical_activity_time",
          "physical_activity_weekly_times",
          "physical_exam_results_1",
          "physical_exam_results_2",
          "physical_exam_results_3",
          "ecg_report",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "treatment_4",
          "treatment_5",
          "plan"
        ],
        "additionalProperties": false,
        "x-typescript-type": "CardiologyHistoryMigrate"
      },
      "updateGynecologyHistoryMigrate": {
        "title": "updateGynecologyHistoryMigrate",
        "type": "object",
        "description": "(tsType: GynecologyHistoryMigrate, schemaOptions: { title: 'updateGynecologyHistoryMigrate' })",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "last_period_date": {
            "type": "string"
          },
          "menstrual_cycle": {
            "type": "string"
          },
          "menarche": {
            "type": "string"
          },
          "sexarchy": {
            "type": "string"
          },
          "number_sexual_partners": {
            "type": "number"
          },
          "sti_history": {
            "type": "string"
          },
          "contraceptive_barrier_methods": {
            "type": "string"
          },
          "menopause": {
            "type": "string"
          },
          "gestational_age": {
            "type": "string"
          },
          "well_controlled_pregnancy": {
            "type": "boolean"
          },
          "hiv_serology": {
            "type": "number"
          },
          "vdrl_serology": {
            "type": "number"
          },
          "torch_serology": {
            "type": "string"
          },
          "eco_done": {
            "type": "boolean"
          },
          "eco_findings": {
            "type": "string"
          },
          "studies_indicated": {
            "type": "string"
          },
          "number_pregnancies": {
            "type": "string"
          },
          "abort_cause": {
            "type": "string"
          },
          "complications_during_pregnancy": {
            "type": "string"
          },
          "complications_during_childbirth": {
            "type": "string"
          },
          "relevant_personal_history": {
            "type": "string"
          },
          "symmetry": {
            "type": "number"
          },
          "nipple_areola_complex": {
            "type": "number"
          },
          "description_cap": {
            "type": "string"
          },
          "masses_nodules": {
            "type": "number"
          },
          "description_location_mass1": {
            "type": "string"
          },
          "description_location_mass2": {
            "type": "string"
          },
          "description_location_mass3": {
            "type": "string"
          },
          "telorrhea": {
            "type": "boolean"
          },
          "location_telorrhea": {
            "type": "number"
          },
          "telorrhagia": {
            "type": "boolean"
          },
          "location_bleeding": {
            "type": "number"
          },
          "flow": {
            "type": "boolean"
          },
          "flow_description": {
            "type": "string"
          },
          "via": {
            "type": "number"
          },
          "schiller": {
            "type": "number"
          },
          "cytology_performed": {
            "type": "boolean"
          },
          "physical_examination_findings": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "last_period_date",
          "menstrual_cycle",
          "menarche",
          "sexarchy",
          "number_sexual_partners",
          "sti_history",
          "contraceptive_barrier_methods",
          "menopause",
          "gestational_age",
          "well_controlled_pregnancy",
          "hiv_serology",
          "vdrl_serology",
          "torch_serology",
          "eco_done",
          "eco_findings",
          "studies_indicated",
          "number_pregnancies",
          "abort_cause",
          "complications_during_pregnancy",
          "complications_during_childbirth",
          "relevant_personal_history",
          "symmetry",
          "nipple_areola_complex",
          "description_cap",
          "masses_nodules",
          "description_location_mass1",
          "description_location_mass2",
          "description_location_mass3",
          "telorrhea",
          "location_telorrhea",
          "telorrhagia",
          "location_bleeding",
          "flow",
          "flow_description",
          "via",
          "schiller",
          "cytology_performed",
          "physical_examination_findings",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "plan"
        ],
        "additionalProperties": false,
        "x-typescript-type": "GynecologyHistoryMigrate"
      },
      "GynecologyHistoryMigrate": {
        "title": "GynecologyHistoryMigrate",
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string"
          },
          "uuid_edit": {
            "type": "string"
          },
          "motive_1": {
            "type": "string"
          },
          "motive_2": {
            "type": "string"
          },
          "motive_3": {
            "type": "string"
          },
          "simptoms": {
            "type": "string"
          },
          "last_period_date": {
            "type": "string"
          },
          "menstrual_cycle": {
            "type": "string"
          },
          "menarche": {
            "type": "string"
          },
          "sexarchy": {
            "type": "string"
          },
          "number_sexual_partners": {
            "type": "number"
          },
          "sti_history": {
            "type": "string"
          },
          "contraceptive_barrier_methods": {
            "type": "string"
          },
          "menopause": {
            "type": "string"
          },
          "gestational_age": {
            "type": "string"
          },
          "well_controlled_pregnancy": {
            "type": "boolean"
          },
          "hiv_serology": {
            "type": "number"
          },
          "vdrl_serology": {
            "type": "number"
          },
          "torch_serology": {
            "type": "string"
          },
          "eco_done": {
            "type": "boolean"
          },
          "eco_findings": {
            "type": "string"
          },
          "studies_indicated": {
            "type": "string"
          },
          "number_pregnancies": {
            "type": "string"
          },
          "abort_cause": {
            "type": "string"
          },
          "complications_during_pregnancy": {
            "type": "string"
          },
          "complications_during_childbirth": {
            "type": "string"
          },
          "relevant_personal_history": {
            "type": "string"
          },
          "symmetry": {
            "type": "number"
          },
          "nipple_areola_complex": {
            "type": "number"
          },
          "description_cap": {
            "type": "string"
          },
          "masses_nodules": {
            "type": "number"
          },
          "description_location_mass1": {
            "type": "string"
          },
          "description_location_mass2": {
            "type": "string"
          },
          "description_location_mass3": {
            "type": "string"
          },
          "telorrhea": {
            "type": "boolean"
          },
          "location_telorrhea": {
            "type": "number"
          },
          "telorrhagia": {
            "type": "boolean"
          },
          "location_bleeding": {
            "type": "number"
          },
          "flow": {
            "type": "boolean"
          },
          "flow_description": {
            "type": "string"
          },
          "via": {
            "type": "number"
          },
          "schiller": {
            "type": "number"
          },
          "cytology_performed": {
            "type": "boolean"
          },
          "physical_examination_findings": {
            "type": "string"
          },
          "diagnose_results_1": {
            "type": "string"
          },
          "diagnose_results_2": {
            "type": "string"
          },
          "diagnose_results_3": {
            "type": "string"
          },
          "treatment_1": {
            "type": "string"
          },
          "treatment_2": {
            "type": "string"
          },
          "treatment_3": {
            "type": "string"
          },
          "plan": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "uuid_edit",
          "motive_1",
          "motive_2",
          "motive_3",
          "simptoms",
          "last_period_date",
          "menstrual_cycle",
          "menarche",
          "sexarchy",
          "number_sexual_partners",
          "sti_history",
          "contraceptive_barrier_methods",
          "menopause",
          "gestational_age",
          "well_controlled_pregnancy",
          "hiv_serology",
          "vdrl_serology",
          "torch_serology",
          "eco_done",
          "eco_findings",
          "studies_indicated",
          "number_pregnancies",
          "abort_cause",
          "complications_during_pregnancy",
          "complications_during_childbirth",
          "relevant_personal_history",
          "symmetry",
          "nipple_areola_complex",
          "description_cap",
          "masses_nodules",
          "description_location_mass1",
          "description_location_mass2",
          "description_location_mass3",
          "telorrhea",
          "location_telorrhea",
          "telorrhagia",
          "location_bleeding",
          "flow",
          "flow_description",
          "via",
          "schiller",
          "cytology_performed",
          "physical_examination_findings",
          "diagnose_results_1",
          "diagnose_results_2",
          "diagnose_results_3",
          "treatment_1",
          "treatment_2",
          "treatment_3",
          "plan"
        ],
        "additionalProperties": false
      },
      "UsersWithRelations": {
        "title": "UsersWithRelations",
        "type": "object",
        "description": "(tsType: UsersWithRelations, schemaOptions: { includeRelations: true })",
        "properties": {
          "user_id": {
            "type": "number"
          },
          "uuid": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "user_name": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "password": {
            "type": "string"
          },
          "uuid_clinic": {
            "type": "string"
          },
          "reference_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "birth_date": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "emergency_phone": {
            "type": "string"
          },
          "birth_address_id": {
            "type": "number"
          },
          "address_id": {
            "type": "number"
          },
          "height": {
            "type": "number"
          },
          "Weight": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "reset_key": {
            "type": "string"
          }
        },
        "required": [
          "uuid",
          "email",
          "user_name",
          "type_user_id",
          "password",
          "uuid_clinic",
          "reference_id",
          "name",
          "last_name",
          "birth_date",
          "phone",
          "birth_address_id",
          "address_id",
          "gender_id"
        ],
        "additionalProperties": false,
        "x-typescript-type": "UsersWithRelations"
      },
      "getReportUser": {
        "title": "getReportUser",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUser' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserPathology": {
        "title": "getReportUserPathology",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserPathology' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserTreatment": {
        "title": "getReportUserTreatment",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserTreatment' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserCardiology": {
        "title": "getReportUserCardiology",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserCardiology' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserGeneral": {
        "title": "getReportUserGeneral",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserGeneral' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserGinecology": {
        "title": "getReportUserGinecology",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserGinecology' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserInterna": {
        "title": "getReportUserInterna",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserInterna' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserPediatrics": {
        "title": "getReportUserPediatrics",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserPediatrics' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "getReportUserPsychiatry": {
        "title": "getReportUserPsychiatry",
        "type": "object",
        "description": "(tsType: UserUuidReport, schemaOptions: { title: 'getReportUserPsychiatry' })",
        "properties": {
          "date_start": {
            "type": "string"
          },
          "date_end": {
            "type": "string"
          },
          "type_user_id": {
            "type": "number"
          },
          "gender_id": {
            "type": "number"
          },
          "age_minor": {
            "type": "string"
          },
          "age_major": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "name_doctor": {
            "type": "string"
          },
          "last_name_doctor": {
            "type": "string"
          },
          "health_campaign_id": {
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "UserUuidReport"
      },
      "loopback.Count": {
        "type": "object",
        "title": "loopback.Count",
        "x-typescript-type": "@loopback/repository#Count",
        "properties": {
          "count": {
            "type": "number"
          }
        }
      },
      "PingResponse": {
        "type": "object",
        "title": "PingResponse",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "Users.Filter": {
        "type": "object",
        "title": "Users.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "user_id": {
                    "type": "boolean"
                  },
                  "uuid": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "user_name": {
                    "type": "boolean"
                  },
                  "type_user_id": {
                    "type": "boolean"
                  },
                  "password": {
                    "type": "boolean"
                  },
                  "uuid_clinic": {
                    "type": "boolean"
                  },
                  "reference_id": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "last_name": {
                    "type": "boolean"
                  },
                  "birth_date": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "emergency_phone": {
                    "type": "boolean"
                  },
                  "birth_address_id": {
                    "type": "boolean"
                  },
                  "address_id": {
                    "type": "boolean"
                  },
                  "height": {
                    "type": "boolean"
                  },
                  "Weight": {
                    "type": "boolean"
                  },
                  "gender_id": {
                    "type": "boolean"
                  },
                  "reset_key": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "user_id",
                    "uuid",
                    "email",
                    "user_name",
                    "type_user_id",
                    "password",
                    "uuid_clinic",
                    "reference_id",
                    "name",
                    "last_name",
                    "birth_date",
                    "phone",
                    "emergency_phone",
                    "birth_address_id",
                    "address_id",
                    "height",
                    "Weight",
                    "gender_id",
                    "reset_key"
                  ],
                  "example": "user_id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Users.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<Users>"
      },
      "Users.Filter1": {
        "type": "object",
        "title": "Users.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Users.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "user_id": {
                    "type": "boolean"
                  },
                  "uuid": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "user_name": {
                    "type": "boolean"
                  },
                  "type_user_id": {
                    "type": "boolean"
                  },
                  "password": {
                    "type": "boolean"
                  },
                  "uuid_clinic": {
                    "type": "boolean"
                  },
                  "reference_id": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "last_name": {
                    "type": "boolean"
                  },
                  "birth_date": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "emergency_phone": {
                    "type": "boolean"
                  },
                  "birth_address_id": {
                    "type": "boolean"
                  },
                  "address_id": {
                    "type": "boolean"
                  },
                  "height": {
                    "type": "boolean"
                  },
                  "Weight": {
                    "type": "boolean"
                  },
                  "gender_id": {
                    "type": "boolean"
                  },
                  "reset_key": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "user_id",
                    "uuid",
                    "email",
                    "user_name",
                    "type_user_id",
                    "password",
                    "uuid_clinic",
                    "reference_id",
                    "name",
                    "last_name",
                    "birth_date",
                    "phone",
                    "emergency_phone",
                    "birth_address_id",
                    "address_id",
                    "height",
                    "Weight",
                    "gender_id",
                    "reset_key"
                  ],
                  "example": "user_id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Users.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<Users>"
      }
    },
    "securitySchemes": {
      "jwt": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "jwt": []
    }
  ]
}