Book a Demo

Author Topic: Remove Context References from Scenario Actions  (Read 3123 times)

AMSA

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Remove Context References from Scenario Actions
« on: February 14, 2014, 04:04:59 am »
Hi All,

This is my first post and also my motivation to start using the forum.
I have an issue and hope that someone could point me in the right direction.

Is there away to remove a context reference from a scenario Structured Specification Action.

I will give an example of what I am doing and it might help explain better.


I have a use case which has multiple actors assoicated with it.
Actors:
Receptionist
Doctor
Patient
MedicalRecordSystem
XRayRecordSystem

Use Case:
Schedule XRay appiontment

Structed Step:
Receptionist searches for a Patient-Record in MedicalRecordSystem

The reason this become an issue for me is when I am generating my sequence diagrams. I  will see three actions for the same step.
Receptionist ->Patient
Receptionist->MedicalRecordSystem
Patient->MedicalRecordSystem


I really just one one to show up
Receptionist->MedicalRecordSystem


I can get around this by just using the word Record but I have mutiple Records and I would like to specify it is a patient record.

Any advice?




qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Remove Context References from Scenario Action
« Reply #1 on: February 14, 2014, 05:09:29 am »
Sounds like you should use instances of the Record class in you activities.

q.