LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 14 Aug 2000 11:15:30 -0700
Reply-To:     "Xu, Meifen" <mxu@AMGEN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Xu, Meifen" <mxu@AMGEN.COM>
Subject:      Re: Patient profile
Comments: To: John Jones <jonesj@PHARMARESEARCH.COM>,
          Ya Huang <ya.huang@Agouron.COM>
Content-Type: text/plain

Michael, John and Ya are giving me good idea.

---------- From: John Jones [SMTP:jonesj@PHARMARESEARCH.COM] Sent: Monday, August 14, 2000 10:31 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Patient profile

Meifen,

I was required to do the same thing a few years back and accomplished it by using SAS system graphics, macro, and language. Graphic templates can be used to divide up and arrange information on a page. Data _null_ or proc print can be used to create a table or listing of information about a specific subject and the gprint procedure can convert the table or list to a SAS graphic file which is stored in a catalog. Figures can be created using SAS graphic procedures. All the resulting catalog entries are mapped to their respective area within the template.

The process is repeated for each patient.

The final product is eye catching with plots displaying vitals and labs next to summary tables and listings of the same data all on one page.

John

At 09:56 AM 8/14/00 -0700, Xu, Meifen wrote: >Hi, there: > >I want to create a patient profile in which the first part should include >all demographics information of the patient and the second part will be a >gplot with lab result and the third and fouth parts will the chronological >listing of adverse event and concurrent medication. All these four parts >have been required to be in the same output. Any one can give me a >suggestive idea to achieve it? > >Thank you in advance. > >Meifen Xu


Back to: Top of message | Previous page | Main SAS-L page