{"id":24292465,"url":"https://github.com/webocs/basic-patient-mutator","last_synced_at":"2026-05-09T18:37:21.274Z","repository":{"id":82490588,"uuid":"73485084","full_name":"webocs/basic-patient-mutator","owner":"webocs","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-11T14:46:21.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T15:44:33.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webocs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-11T14:40:00.000Z","updated_at":"2016-11-11T14:46:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f3e82d3-0fde-4641-9908-b1cb2a5d07c6","html_url":"https://github.com/webocs/basic-patient-mutator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webocs%2Fbasic-patient-mutator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webocs%2Fbasic-patient-mutator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webocs%2Fbasic-patient-mutator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webocs%2Fbasic-patient-mutator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webocs","download_url":"https://codeload.github.com/webocs/basic-patient-mutator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150752,"owners_count":20080006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-16T15:44:31.661Z","updated_at":"2026-05-09T18:37:16.232Z","avatar_url":"https://github.com/webocs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mutador de Pacientes\nPrimer versión del algoritmo de mutacion de pacientes.\n\n# Resumen\n\u003e El algoritmo genera un \"mutante de paciente\" modificando los datos de un paciente recibido por parametro\n\nPrecondiciones:\n- El algoritmo espera 1 parámetro (objeto json). El parametro es un paciente.\n- El algoritmo no chequea errores o faltantes en dicho json. Supone que el objeto json esta completos y correcto.\n- Debe incluirse el archivo mutator.js antes de ser invocada la función.\n\nPostCondiciones:\n- El resultado es un paciente mutado en formato json.\n\nLos objetos JSON de pacientes tienen la siguiente estructura\n----------\n`myPatient = {\n\tidentity: 12345674,\n\tname: {\n\t\tgiven: \"a name\",\n\t\tfamily: \"a surname\"\n\t},\n\tgender: \"a gender\",\n\tbirthDate: 'a date as string'\n};`\n\n\n# Cómo usarlo y probarlo\n- Desde la consola ejecutar git clone XXXXXXXXXX\n- Luego en el directorio donde hemos bajado los archivos, ejecutamos npm install\n- Ejecutamos el programa: node test.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebocs%2Fbasic-patient-mutator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebocs%2Fbasic-patient-mutator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebocs%2Fbasic-patient-mutator/lists"}