Skip to content

Commit 0fc648d

Browse files
committed
Merge pull request #139 from paxtonhare/137_rename_patientrecords
fixed #137 - renamed patientrecords to Patients
2 parents 608327b + 19cd074 commit 0fc648d

File tree

18 files changed

+3
-3
lines changed

18 files changed

+3
-3
lines changed

examples/healthcare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The sample data is located in the input/ folder.
3737

3838

3939
# Entities
40-
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.
40+
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.
4141

4242
# Flows
4343
Flows are sets of plugins that work together to create an envelope document.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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>

0 commit comments

Comments
 (0)