G
Guest
I'm about to start my first Dot Net Project. It seems fairly simple but then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop this.
Thanks.
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop this.
Thanks.