Skip to content

Automated-Medical-Assistant/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

documentation for microservice

Technical dataflow

Data flows

Json Example:

NumberCreationRequestAPI JSON
{
	doctorId: 1,
	number: NRW202003202237371DTAHDT,
	creationDate: '2020-03-20 20:21:22'
}
NumberListAPI JSON
[
	{
		doctorId: 1,
		number: NRW202003202237371DTAHDT,
		creationDate: '2020-03-20 20:21:22',
		modifiedStateDate: null,
		status: null
	},
	{
		doctorId: 2,
		number: NRW201902202237371ZUCYTD,
		creationDate: '2020-03-20 20:21:22',
		modifiedStateDate: '2020-03-20 20:21:22',
		status: true 
	},
    ...
    ...
    ...
]
NumberChangeStateRequestAPI JSON
{
	number: NRW202003202237371DTAHDT,
	modifiedStateDate: '2020-03-20 20:21:22',
	status: false
}
UserListAPI JSON
[
	{
		userId: 1,
		email: '[email protected]',
		role: 'Doctor',
		stateIso : 'NW'
	},
	{
		userId: 2,
		email: '[email protected]',
		role: 'Labor',
		stateIso: 'BY'
	},
    ...
    ...
    ...
]

Business dataflow

Business data flow 1

Business data flow 1

Program for edit

Chrome-Extenstion Gliffy

File: ./data-flow.gliffy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published