Sha256: 08a17b151dbb0ce6a5a2d576dc35efcca50a9a756caa6f8562fd5684a326c1bc
Contents?: true
Size: 243 Bytes
Versions: 13
Compression:
Stored size: 243 Bytes
Contents
module Clinical class Location include HappyMapper element :facility, String has_one :status, Clinical::Status, :parser => :parse has_one :contact, Clinical::LocationContact has_one :address, Clinical::Address end end
Version data entries
13 entries across 13 versions & 2 rubygems