Class: Services::Service

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/services/service.rb

Constant Summary collapse

MDS_PULL =

The MDS Pull service is specified by the DB ID. This is the only one we can predict this way. In production, the IDs of the other records will be unpredictable

'mds_pull'
MDS_PUSH =
"mds_push"
HL7_INBOUND =
"hl7_inbound"