Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #137 - renamed patientrecords to Patients #139

Merged
merged 1 commit into from
Mar 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.