Sha256: 5570733ae9a6820d363eecbce6d22a6da95c491ab4d6a6a38ddb4fbfc51a4653
Contents?: true
Size: 768 Bytes
Versions: 2
Compression:
Stored size: 768 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 attribute :orderid, Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
athena_health-1.0.38 | lib/athena_health/document.rb |
athena_health-1.0.37 | lib/athena_health/document.rb |