lib/openactive/models/schema/cdcpmdrecord.rb in openactive-0.2.2 vs lib/openactive/models/schema/cdcpmdrecord.rb in openactive-0.3.0

- old
+ new

@@ -7,83 +7,88 @@ def type "schema:CDCPMDRecord" end # @return [BigDecimal,nil] - define_property :cvd_num_c19overflow_pats, as: "cvdNumC19OverflowPats", types: [ + define_property :cvd_num_beds_occ, as: "cvdNumBedsOcc", types: [ "Number", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_tot_beds, as: "cvdNumTotBeds", types: [ + define_property :cvd_num_icubeds_occ, as: "cvdNumICUBedsOcc", types: [ "Number", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_beds, as: "cvdNumBeds", types: [ + define_property :cvd_num_vent, as: "cvdNumVent", types: [ "Number", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_c19ofmech_vent_pats, as: "cvdNumC19OFMechVentPats", types: [ + define_property :cvd_num_c19died, as: "cvdNumC19Died", types: [ "Number", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_c19hosp_pats, as: "cvdNumC19HospPats", types: [ + define_property :cvd_num_tot_beds, as: "cvdNumTotBeds", types: [ "Number", "null", ] + # @return [String] + define_property :cvd_facility_county, as: "cvdFacilityCounty", types: [ + "string", + ] + # @return [BigDecimal,nil] - define_property :cvd_num_vent, as: "cvdNumVent", types: [ + define_property :cvd_num_icubeds, as: "cvdNumICUBeds", types: [ "Number", "null", ] - # @return [BigDecimal,nil] - define_property :cvd_num_beds_occ, as: "cvdNumBedsOcc", types: [ - "Number", + # @return [DateTime,String,nil] + define_property :cvd_collection_date, as: "cvdCollectionDate", types: [ + "DateTime", + "string", "null", ] # @return [BigDecimal,nil] define_property :cvd_num_c19hopats, as: "cvdNumC19HOPats", types: [ "Number", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_c19died, as: "cvdNumC19Died", types: [ + define_property :cvd_num_c19ofmech_vent_pats, as: "cvdNumC19OFMechVentPats", types: [ "Number", "null", ] - # @return [String,DateTime,nil] - define_property :cvd_collection_date, as: "cvdCollectionDate", types: [ + # @return [String] + define_property :cvd_facility_id, as: "cvdFacilityId", types: [ "string", - "DateTime", - "null", ] # @return [BigDecimal,nil] define_property :cvd_num_vent_use, as: "cvdNumVentUse", types: [ "Number", "null", ] - # @return [String] - define_property :cvd_facility_county, as: "cvdFacilityCounty", types: [ - "string", + # @return [BigDecimal,nil] + define_property :cvd_num_beds, as: "cvdNumBeds", types: [ + "Number", + "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_icubeds_occ, as: "cvdNumICUBedsOcc", types: [ + define_property :cvd_num_c19mech_vent_pats, as: "cvdNumC19MechVentPats", types: [ "Number", "null", ] # @return [Date,DateTime,nil] @@ -92,21 +97,16 @@ "DateTime", "null", ] # @return [BigDecimal,nil] - define_property :cvd_num_icubeds, as: "cvdNumICUBeds", types: [ + define_property :cvd_num_c19overflow_pats, as: "cvdNumC19OverflowPats", types: [ "Number", "null", ] - # @return [String] - define_property :cvd_facility_id, as: "cvdFacilityId", types: [ - "string", - ] - # @return [BigDecimal,nil] - define_property :cvd_num_c19mech_vent_pats, as: "cvdNumC19MechVentPats", types: [ + define_property :cvd_num_c19hosp_pats, as: "cvdNumC19HospPats", types: [ "Number", "null", ] end end