This file contains hidden or 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
| .directive('nsSort', function() { | |
| return { | |
| restrict : 'A', | |
| require: '^stTable', | |
| link : function(scope, element, attr, ctrl) { | |
| var index = 0; | |
| var sortDesc = [,'DESC','ASC']; | |
| var classAscent = 'ns-sort-ascent'; | |
| var classDescent = 'ns-sort-descent'; |
This file contains hidden or 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
| # Criação do country | |
| Country.find_or_create_by(name: 'Colombia', acronym: 'CO', url: 'http://corporate-pass.smartfit.com.co') | |
| # Criação das Unidades | |
| Location.create(name: 'Unidade Cartagena', acronym: 'COUC', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
| Location.create(name: 'Unidade Bogotá', acronym: 'COBG', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
| Location.create(name: 'Unidade Medelín', acronym: 'COML', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
| Location.create(name: 'Unidade Barranquilla', acronym: 'COBR', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
| # Criação dos Planos |
This file contains hidden or 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
| <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="https://www.placetopay.com/soap/pse/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <env:Body> | |
| <tns:createTransaction> | |
| <auth> | |
| <login>b72db1f1cf38b6df86e8ce1e74844b6c</login> | |
| <tranKey>a301cd91fd336b9f10eea76b16865a5b40fad22f</tranKey> | |
| <seed>2016-07-04T09:48:07-03:00</seed> | |
| <additional/> | |
| </auth> | |
| <transaction> |
This file contains hidden or 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
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: { OrderId: '18020841', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: OrderDate: '2018-02-09T17:28:00', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: AssessionerLastName: 'Jobe', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: AssessionerFirstName: 'Kelly', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: ReceivedDateTime: '2018-02-06T17:26:00', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: CollectionDateTime: '2018-02-05T15:00:00', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: CopiaOrderStatus: 10, | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: ConcatenatedSamples: '764824', | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: Patient: | |
| Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: { PatientKey: 256706, |
This file contains hidden or 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
| { | |
| "OrderId": { | |
| "value": "17083553", | |
| "updated": false, | |
| "destination": "PRW" | |
| }, | |
| "OrderDate": { | |
| "value": "2017-08-22T11:22:00", | |
| "updated": false, | |
| "destination": "PRW" |
This file contains hidden or 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
| Error: makeRequest - url=https://page-buider/queues/ status=200 | |
| { | |
| _id: 5aac0de33d8848b755f7ee7f, | |
| type: 'page', | |
| name: 'case', | |
| title: 'Case Management', | |
| queue: 'cases', | |
| allowedGroups: | |
| [ 'Cognito_Admin', | |
| 'Cognito_CSStaff', |
OlderNewer