Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Forgot about line length issues in Ruby - resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
kckeim committed Oct 3, 2023
1 parent 1127185 commit a9587a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/resources/example_json/r4_examples_appointment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ module Resources
},
"text": {
"status": 'generated',
"div": '<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Appointment</b></p><p><b>Status</b>: Cancelled</p><p><b>Service Type</b>: Surgery Rapid</p><p><b>Start</b>: Jan 23, 2020 10:10 P.M. UTC</p><p><b>End</b>: Jan 23, 2020 11:10 P.M. UTC</p><p><b>Participants</b>:</p><dl><dd><b>Location</b>: Endoscopy</dd><dd><b>Other Resource</b>: Endoscopy Rooms</dd><dd><b>Patient</b>: Smart II, Nancy</dd></dl></div>'
"div": '<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Appointment</b></p>'\
'<p><b>Status</b>: Cancelled</p><p><b>Service Type</b>: Surgery Rapid</p>'\
'<p><b>Start</b>: Jan 23, 2020 10:10 P.M. UTC</p><p><b>End</b>: Jan 23, 2020 11:10 P.M. UTC</p>'\
'<p><b>Participants</b>:</p><dl><dd><b>Location</b>: Endoscopy</dd>'\
'<dd><b>Other Resource</b>: Endoscopy Rooms</dd><dd><b>Patient</b>: Smart II, Nancy</dd></dl></div>'
},
"extension": [
{
Expand Down

0 comments on commit a9587a9

Please sign in to comment.