Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

export const environment = {
production: true,
ehrServices: {
details: '/ampl-api/int/v1/patients/<patientID>',
allergies: '/ampl-api/int/v1/patients/<patientID>/allergies',
appointments: '/ampl-api/int/v1/patients/<patientID>/appointments',
consults: '/ampl-api/int/v1/patients/<patientID>/consults',
observations: '/ampl-api/int/v1/patients/<patientID>/measurements',
progressNotes: '/ampl-api/int/v1/patients/<patientID>/progress-notes',
immunizations: '/ampl-api/int/v1/patients/<patientID>/immunizations',
problemList: '/ampl-api/int/v1/patients/<patientID>/problem-list'
},
sessionServices: {
userProfiles: '',
appInfo: '/ampl-api/info/build/details',
appVersion: require('../../package.json').version,
appEnv: 'production'
}
};