Sha256: 0fff7b4c7df189ae54cef6baea3edf932c9a77637511c89f59a7be1e6708e281
Contents?: true
Size: 723 Bytes
Versions: 39
Compression:
Stored size: 723 Bytes
Contents
module AthenaHealth class Document < BaseModel attribute :prescriptionid, Integer attribute :encounterid, Integer attribute :providerid, Integer attribute :priority, Integer attribute :assignedto, String attribute :documentclass, String attribute :createddatetime, String attribute :documentroute, String attribute :documentsource, String attribute :createddate, String attribute :status, String attribute :documentdescription, String attribute :encounterdate, String attribute :lastmodifieddatetime, String attribute :documentsubclass, String end end
Version data entries
39 entries across 39 versions & 1 rubygems