Module: ChangeHealth::Extensions::InNetworkMissing

Defined in:
lib/change_health/extensions.rb

Instance Method Summary collapse

Instance Method Details

#in_networkObject



12
13
14
# File 'lib/change_health/extensions.rb', line 12

def in_network
  where_not(inPlanNetworkIndicatorCode: 'N')
end