148 lines
3.7 KiB
JSON
148 lines
3.7 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DatabaseSettings": {
|
|
//"ConnectionString": "mongodb://localhost:27017",
|
|
//"ConnectionString": "mongodb://smacsuci:2(R*aQpu2r@10.0.20.67:18888/?authSource=admin",
|
|
"ConnectionString": "mongodb://admin:4q*pHca@10.0.20.78:22007",
|
|
"DatabaseName": "paz"
|
|
},
|
|
"RabbitMQSettings": {
|
|
//"ConnectionString": "host=localhost;port=5672;username=smacs;password=smacs!;publisherConfirms=true;timeout=10",
|
|
"ConnectionString": "host=10.0.20.78;port=22672;username=smacs;password=2a!nMa;publisherConfirms=true;timeout=10",
|
|
//"PatientsQueue": "patients",
|
|
"TreatmentsQueue": "treatments",
|
|
//"ObservationsQueue": "observations",
|
|
"PumpsQueue": "pumps",
|
|
"RecordingQueue": "recordings",
|
|
"AppointmentsQueue": "appointments",
|
|
"MaxRetries": 1
|
|
},
|
|
"ApiSettings": {
|
|
"Customize": "H12O",
|
|
"PointOfCareMapping": {
|
|
"Key": "PV1",
|
|
"Required": false,
|
|
"Refresh": 600
|
|
},
|
|
"ConfigObservation": {
|
|
"Key": "PV1",
|
|
"IgnoreUnknownObservation": true,
|
|
"IgnoreUnknownTreatment": false,
|
|
"Refresh": 60
|
|
},
|
|
"RetentionPolicy": "NoDelete",
|
|
"RetentionPolicyValue": 15,
|
|
"CreatePatientWithORU": true,
|
|
"CreatePatientWithSIU": true,
|
|
"CreatePatientWithoutLocation": false,
|
|
"UpdatePatientDataWithORU": false,
|
|
"UpdatePatientLocationWithORU": false,
|
|
"ArchivePatientWithOru": false,
|
|
"UpdatePatientNumberWithOru": false,
|
|
"OnArchivePatientAction": "Archive",
|
|
"ArchivePatientsWithoutObservationsSinceHours": 10,
|
|
"CheckInactivePatientSchedulerIntervalHours": 24,
|
|
"CheckActiveTreatmentsSchedulerIntervalMinutes": 10,
|
|
"SinceDischargeTimeToArchive": 48,
|
|
"Shift": [
|
|
"08:00",
|
|
"15:00",
|
|
"18:00"
|
|
],
|
|
"FindPatientByLocationWithoutID": false,
|
|
"PersistObservationCodes": true,
|
|
"IccaFacility": "Philips",
|
|
"SendingFacility": "LABORATORIO",
|
|
"AllergiesCode": "473011001",
|
|
"DrainageCode": "56868008",
|
|
"PositionCode": "386053000",
|
|
"IsolationCode": "302147001",
|
|
"HighFrequencyVentilation": [
|
|
"PC-HFO"
|
|
],
|
|
"InvasiveVentilation": [
|
|
"A/C (S.I.P.P.V. )",
|
|
"A/C (S.I.P.P.V.) + V.G.",
|
|
"PRVC",
|
|
"PC-SIMV",
|
|
"SIMV-PRVC",
|
|
"PC-AC",
|
|
"SIMV",
|
|
"SIMV-PC",
|
|
"S.I.M.V.",
|
|
"PC-CMV",
|
|
"SIPPV",
|
|
"PC"
|
|
],
|
|
"NonInvasiveVentilation": [
|
|
"DUOPAP",
|
|
"NCPAP"
|
|
],
|
|
"Surgery": [
|
|
"138875005",
|
|
"35631009",
|
|
"420419008",
|
|
"370897002",
|
|
"115959002",
|
|
"370896006"
|
|
],
|
|
"SurgeryText": [
|
|
"Cirugía láser of",
|
|
"Cirugía",
|
|
"Cirugía",
|
|
"sentidos",
|
|
"Cirugía",
|
|
"respirat",
|
|
"Cirugía",
|
|
"locomoto",
|
|
"Cirugía",
|
|
"renal",
|
|
"Cirugía",
|
|
"digestiv",
|
|
"Cirugía",
|
|
"neuro"
|
|
],
|
|
"Transcutaneous": [
|
|
"151756",
|
|
"151760"
|
|
],
|
|
"RegionalBrainSaturation": [
|
|
"194908",
|
|
"194909"
|
|
],
|
|
"MedicationBolus": [
|
|
"000523",
|
|
"001034",
|
|
"21011000140105",
|
|
"322440003",
|
|
"322761006",
|
|
"18851000140100",
|
|
"333919005",
|
|
"333920004",
|
|
"333922007"
|
|
],
|
|
"IntravenousLinesCode": "10546003",
|
|
"Electroencephalogram": "42803009",
|
|
//Dejar siempre en ultima posicion el Ino code 84481000140102
|
|
"Respiratory": [
|
|
"361110005",
|
|
"416362002",
|
|
"84481000140102"
|
|
],
|
|
"Oni": "84481000140102",
|
|
"BalizaUrl": "http://10.0.10.35/info.html",
|
|
"BalizaPassword": "password",
|
|
"ConfigObservationRefresh": 120,
|
|
"ConfigUnitsRequired": false,
|
|
"ActivateSchedulerCheckExpiredObservation": true,
|
|
"PumpExpiresSeconds": 120,
|
|
"SendPumpsZero": false
|
|
}
|
|
}
|