Created
March 2, 2011 15:48
-
-
Save samdelagarza/851129 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modeling | |
{ | |
"Operator": "", | |
"ColumnName": "", | |
"Value": "", | |
"RelationshipToPreviousSibling": "", | |
"Attributes": { | |
"ModelId": "3e267d46-343b-4f76-9774-3537d425f3e5" | |
}, | |
"children": [ | |
{ | |
"RelationshipToPreviousSibling": 2, | |
"ColumnName": "ContractProfile", | |
"FriendlyColumnName": "ContractProfile", | |
"Operator": 1, | |
"Value": "{\"CriteriaType\":\"ContractProfiles\",\"Items\":[{\"Facility\":\"Henryetta Medical Center MF\",\"FacilityId\":\"1765\",\"Name\":\"...Production: Effective: 03/01/2010 Termination: N/A Activation: 04/22/2010\",\"Id\":\"29DARD01FOB8\",\"Empty\":\"\",\"id\":\"29DARD01FOB8\"}]}" | |
} | |
] | |
} | |
// Production | |
{ | |
"Operator": "", | |
"ColumnName": "", | |
"Value": "", | |
"RelationshipToPreviousSibling": "", | |
"Attributes": { | |
}, | |
"children": [ | |
{ | |
"RelationshipToPreviousSibling": 2, | |
"ColumnName": "ServiceToDate", | |
"FriendlyColumnName": "Service Through Date", | |
"Operator": 7, | |
"Value": "[\"03/02/2010\",\"03/02/2011\"]" | |
}, | |
{ | |
"RelationshipToPreviousSibling": 2, | |
"ColumnName": "ContractProfile", | |
"FriendlyColumnName": "ContractProfile", | |
"Operator": 1, | |
"Value": "{\"CriteriaType\":\"ContractProfiles\",\"Items\":[{\"Facility\":\"Bailey Medical Center MF\",\"FacilityId\":\"1766\",\"Name\":\"...Production: Effective: 03/01/2007 Termination: N/A Activation: 05/10/2007\",\"Id\":\"4363\",\"Empty\":\"\",\"id\":\"4363\"}]}" | |
} | |
] | |
} | |
// Edit Patient List | |
{ | |
"Operator": "", | |
"ColumnName": "", | |
"Value": "", | |
"RelationshipToPreviousSibling": "", | |
"children": [ | |
{ | |
"RelationshipToPreviousSibling": 2, | |
"ColumnName": "AdmissionDate", | |
"FriendlyColumnName": "Admission Date", | |
"Operator": 7, | |
"Value": "[\"03/02/2010\",\"03/02/2011\"]" | |
}, | |
{ | |
"RelationshipToPreviousSibling": 2, | |
"ColumnName": "ContractOrProduct", | |
"FriendlyColumnName": "ContractOrProduct", | |
"Operator": 1, | |
"Value": "{\"CriteriaType\":\"Contracts\",\"Items\":[{\"Facility\":\"Bailey Medical Center MF\",\"FacilityId\":\"1766\",\"Name\":\"Blue Traditional\",\"Id\":\"1EVARD00CC6P\",\"Plans\":[{\"Id\":\"100009\",\"Selected\":true}],\"EmptyColumn\":\"\"}]}" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment