Skip to content

Commit

Permalink
Merge pull request #139 from paxtonhare/137_rename_patientrecords
Browse files Browse the repository at this point in the history
fixed #137 - renamed patientrecords to Patients
  • Loading branch information
dmcassel committed Mar 18, 2016
2 parents 608327b + 19cd074 commit 0fc648d
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/healthcare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The sample data is located in the input/ folder.


# Entities
Entities represent the data you are modeling. For this example we provide the **patientrecords** entity. Inside this entity definition you will find all of the example flows.
Entities represent the data you are modeling. For this example we provide the **Patients** entity. Inside this entity definition you will find all of the example flows.

# Flows
Flows are sets of plugins that work together to create an envelope document.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" ?><flow xmlns="http://marklogic.com/hub-in-a-box"><name>final</name><entity>Patients</entity><type>conformance</type><complexity>simple</complexity><data-format>application/xml</data-format><plugins></plugins></flow>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" ?><flow xmlns="http://marklogic.com/hub-in-a-box"><name>hl7</name><entity>Patients</entity><type>input</type><complexity>simple</complexity><data-format>application/xml</data-format><plugins></plugins></flow>

This file was deleted.

This file was deleted.

0 comments on commit 0fc648d

Please sign in to comment.