Module: ChangeHealth::Extensions::InNetworkW

Defined in:
lib/change_health/extensions.rb

Instance Method Summary collapse

Instance Method Details

#in_networkObject



4
5
6
# File 'lib/change_health/extensions.rb', line 4

def in_network
  self.where(inPlanNetworkIndicatorCode: 'Y') + self.where(inPlanNetworkIndicatorCode: 'W')
end