Commit bae733c0 authored by Pepe Márquez Romero's avatar Pepe Márquez Romero

ULSS connection

parent f3bc2913
......@@ -31,7 +31,8 @@ hospital_names <- c( #Añadir Los de Baskent y sacrocuore
"UdeA",
"Inantro",
"UNSA",
"UZA"
"UZA",
"ULSS6"
)
project_names <- c(
......@@ -65,7 +66,8 @@ project_names <- c(
"INS_Data",
"INANTRO",
"UnCoVer-BiH-Final",
"UZA"
"UZA",
"ULSS6"
)
resource_names <- c(
......@@ -99,7 +101,8 @@ resource_names <- c(
"colombia_all",
"20220919_INANTRO",
"20220919_UNSAInpatient",
"20220919_UZA"
"20220919_UZA",
"20220919_ULSS6"
)
urls <- c(
......@@ -133,8 +136,8 @@ urls <- c(
"https://fenfisdi.udea.edu.co/opal",
"https://192.168.1.200:8007",
"https://192.168.1.200:8008",
"https://uncover.itg.be"
"https://uncover.itg.be",
"https://opal.aulss6.veneto.it"
)
users <- c(
......@@ -168,7 +171,8 @@ users <- c(
"user_analisis",
"user_analisis",
"user_analisis",
"emertens"
"emertens",
"user_analisis"
)
pass <- c(
......@@ -202,5 +206,6 @@ pass <- c(
"Ekfl07UUgz",
"Ekfl07UUgz",
"Ekfl07UUgz",
"3^z4AV.)hG5~PT/]"
"3^z4AV.)hG5~PT/]",
"Ekfl07UUgz"
)
......@@ -43,6 +43,7 @@ connect <- function (){
Inantro -> 29
UNSA -> 30
UZA -> 31
ULSS6 -> 32
")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment