Skip to content

Commit

Permalink
Removed 'Usage:'
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Oct 21, 2024
1 parent e15ebcb commit 73be1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/hurl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

- `submit_message.sh`: sends a HL7 message to a locally running RS instance. It also grabs the snapshots of the file in azurite after converting to FHIR, after applying transformations in TI, and after converting back to HL7. It copies these files to the same folder where the submitted file is
```
Usage: ./submit_message.sh /path/to/message.hl7
./submit_message.sh /path/to/message.hl7
```
- `update_examples.sh`: sends all the HL7 files with `_0_initial_message.hl7` suffix in the `/examples` folder to a locally running RS instance. As the previous script, it copies the snapshots at each stage
```
Usage: ./update_examples.sh
./update_examples.sh
```
- `message_submission_utils.sh`: utility functions for the previous scripts. It has functions to submit requests to RS, check the submission status throughout the whole flow, and downloading snapshots from azurite
Expand Down

0 comments on commit 73be1fc

Please sign in to comment.