1 / 9

doctor’s office

example. doctor’s office. Object-Oriented Problem Analysis. Visitation. Person. patient. visitDate. firstname. diagnosis. surname. address. birthDate. age. doctor. Doctor. specialization. Object-Oriented Implementation. 1. patient. Visitation. Person. Visitations. Patients.

ebony
Download Presentation

doctor’s office

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. example doctor’s office

  2. Object-Oriented Problem Analysis Visitation Person patient visitDate firstname diagnosis surname address birthDate age doctor Doctor specialization

  3. Object-Oriented Implementation 1 patient Visitation Person Visitations Patients visitDate firstname diagnosis surname address birthDate age doctor * 1 Doctor Doctors visitations specialization

  4. New Datasegment and User Creation DataCurator: UserProfile newWithUserId: #demo password: ’xyz’ defaultSegment: Education privileges: #( ) inGroups: #(#StandardUser)

  5. Class and Method Programming in VW and GS Visitation willComeToday ^nextVisitDate = Date today

  6. Server-Side Refinements

  7. Data Insertion

  8. Doctors select: {:d | d.visitations.*.patient.surname = 'Smith'}. Doctors select: {:d | d.visitations.*.patient.surname = d.surname}. (Doctors select: {:d | d.visitations.*.diagnosis = 'tonsilitis'} )project: #(name specialization). | d | d := Doctors select: {:d | d.visitations.*.diagnosis = 'tonsilitis'}. d project: #(name specialization). ( (Doctors select: {:d | d.specialization = 'surgeon'}) collect: {:d | d.visitations} ) flatten.

More Related