Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/senaranya/HL7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranya Sen committed Jan 18, 2019
2 parents 5fe20c3 + 75f36fc commit 9c126e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ else {
This package exposes a number of public methods for convenient HL7 handling. Some examples are:
1) Considering you have a Message object (say, `$msg = new Message(file_get_contents('somefile.hl7'));`)
```php
$msg->ToFile('/path/to/some.hl7'); // Write to a file
$msg->isOru(); // Check if it's an ORU
$msg->isOrm(); // Check if it's an ORM
$msg->toFile('/path/to/some.hl7'); // Write to a file
$msg->isOru(); // Check if it's an ORU
$msg->isOrm(); // Check if it's an ORM
```

Visit [docs\README](docs/README.md) for details on available APIs
Expand All @@ -113,4 +113,4 @@ All segment level getter/setter APIs can be used in two ways -
### TODOs
* Data Validation
* Search by regex and return segment/field/index
* Define more segments
* Define more segments

0 comments on commit 9c126e4

Please sign in to comment.