14 lines
535 B
Gherkin
14 lines
535 B
Gherkin
Feature: Prepare and Send the document #1615660
|
|
|
|
As a practiciant, I can prepare a document to send to my colleague and be helped by Irène to fill contextual data.
|
|
|
|
Scenario: Send a document
|
|
Given I use the API
|
|
And I have the document #1615660
|
|
And I have a DocumentReference
|
|
And I have a CommunicationRequest
|
|
And Irène prepared the CommunicationRequest
|
|
And I have a Patient
|
|
And I am connected to my mailbox
|
|
When I send the mail
|
|
Then the mail is sent |