Sunday, May 29, 2005

 

CDISC and Last Day

On The last day of PharmaSUG, Wednesday, I saw a presentation by Thomas Cox from SAS Institute on CDISC standards. Thomas described how SAS is committed to data standards in that they are very involved in data standards organizations such as CDISC. They are also continuing to develop new tools to address these needs. Most of Thomas’s presentation used the ODM as an example, but he also touched upon the SDTM which is closer to what is used during submission. He suggests how there will be a transition from submitting SAS transport file in version 5, to the new standard DEFINE.XML. This is a “machine readable” format this is also going to replace the DEFINE.PDF. The DEFINE.XML on the surface looks like a PROC CONTENTS of the data. But as Thomas demonstrated with the new CDISC viewer, it has more information. The structure of the data is organized by clinical domains and follows standardization rules. PROC CDISC will review some of these rules and generates WARNING messages alerting you of potential non standards. There are also hyperlinks within the DEFINE.XML that allows you to drill down to code lists, and actual transport versions of your data if you want to see the contents.

Court Yard in Pheonix Arizona

The support for XML continues to be developed as SAS v9 XML engine is more robust. Besides the updated XML libname data engine, there are new formats and informats to help handle XML. The PROC CIDSC also will assist in generating the DEFINE.XML. Currently, the PROC CDISC does produce DEFINE.XML for the ODM model but the SDTM is not yet production. Here is an example as to how you use PROC CDISC:

PROC CDISC MODEL=SDTM;
SDTM SDTMversion=’3.1’;
DOMAINDATA data=conform.ae;
RUN:

It does not perform the data transformation but if your data is in the right format, it will convert it to the DEFINE.XML which can be viewed by the CDISC Viewer. One feature which I was impressed by with the CIDSC Viewer is that it has the ability to drill down to the audit history of how a particular variable is derived including the name of the programmer and text describing how they derived it. The CDISC Viewer allows you to drill down and see an audit log of all the pivotal points of the decisions for any particular dataset or variable. From a reviewer’s perspective, this metadata will be very informative during an audit. The challenge may be how you would capture and enter this information. Since the Sy/Validate tools automatically collect this audit history information, I thought it would be a great idea for it to feed this metadata directly into the DEFINE.XML. This will definitely be a good feature to be implemented soon. I also like the fact that he CDISC viewer can link to and view SAS datasets besides transport format. It will be a versatile multipurpose viewer.

This year’s conference was the “hottest” in record. It was also the most attended with 637 attendees. Next year will be held in Bonita Springs Florida where it was boasted as having milder weather since it is close to the beaches of the Gulf of Mexico. I hope to see you there next year.

Tuesday, May 24, 2005

 

9.2 and Outsource

I caught up with Wayne Hester today who was a Systems Developer for the Output Delivery & Reporting of SAS Institute. Wayne specialized in the RTF. Currently, there are no plans to support the MSWord (.doc) format but there will be continued support and further development for RTF. The new features being developed for SAS 9.2 is a new ODS engine for “tagsets”. Instead of the statement:

ODS RTF

It will be:ODS TAGSETS.RTF

Many of the features of the new tagsets are similar to the old ODS RTF engine but there are some enhancements. For example, there is more support on the control over the height spacing between lines. An example:

PROC TEMPLATE
STYLE PARKSKUP from PARSKIP / FONT= (“Arial”, 72 pt);

If there are so many variables and the output wraps around into panels, the new ODS engine has a better calculation algorithm to do a best fit of the panels according to the header and footer is displayed. There are also greater control over the use of styles to control font color, super script and special character.

TITLE “test *{style for ground=red *{super *{Unicode ALPHA}”;

In this example, the asterisk is the ODS escape character signifying the instructions for the style.

I spoke to Himesh Patel who was the director of Data Visualization on some of the development of ODS Graph for 9.2. Many of the statistical procedures that were had ODS graphics experimental for 9.1 will become production for 9.2. There were also three new PROC in SAS GRAPH. This included PROC GBARLINE, SGPLOT and SGMATRIX. The SGMATRIX generates multiple paned scatter and histogram graphs without the need to do a PROC GREPLAY.

There was also a new ODS Graph Editor that allows you to edit your graph after it is produced. It is an interactive editor which you can alter titles and highlight data points. Things that you may have done in annotate can now be edited in this fashion. The graph files in this case are stored in PNG format. There was also a new GRAPH Studio Designer which is going to be experimental in version 9.2. It generates nice PROC TEMPLATE code to lay out multiple graphs on one page.

Last year, PharmaSUG tried out a new format of doing a panel discussion on CDISC. It was a success so there was a few more panel discussion this year. I helped host a panel today on how outsourcing will affect SAS programmers. There were some questions on how offshore companies handle the time differences. Andrew Fagan did agree that there is some challenge in having an immediate feedback on questions from the whole team when they are on a different time zone. The audience asked if there are any specific guidelines or regulations from the FDA on outsourcing. There did not seem to be any one that knew about. There were also concerns on security of data. A solution that Marty Rosenberg suggested was to have the data stored on local servers and the outsource vendors log in remotely. As a whole, there were a lot of interest in this topic but people were very filled with concerns.

Monday, May 23, 2005

 

PharmaSUG Monday

PharmaSUG kicked off on Monday morning under the Arizona sun. I checked out Dana Rafiee’s hands on workshop entitled “Get Experience with New SAS Drug Development Software”. There were many features for SDD so only a subset was demonstrated during the workshop. From the client’s perspective, it is rather simple in that all that was needed was a web browser. However, the architecture was rather complex including a web server, along with an application server. There were plenty of components such as the implementation of WebDAV which creates libnames and remote lettered drives on the server. This allows programs to on the client machine to access data on the server.

Some of the features and capabilities that were covered for SDDS included: esignatures for security, all files organized and stored in folders, importing and exporting data, and version control with audit trail. Dana described that the goal for the workshop was to have users log onto SDD and use the data explorer. The users then wrote and executed SAS programs and applied some data importing and exporting. This is only a subset of the capabilities but it was what was possible in the short work shop.

I saw a presentation by Mr. Benze entitled “Risk Based Approach to SAS Program Validation” that made some good points. It was noted that if your SAS programs and computer system is not validated, problems and errors found can cause delays that can be costly for the sponsor. It also creates credibility issues that are difficult to quantify. There were references to Guidelines that strongly recommends that data being analyzed should be validated. The amount of effort that goes into validating a SAS program depends on the risk assessment that the program has. This can range from a simple peer review to a more formal requirements and test plan. It was also important for the SAS programs to be controlled to ensure completeness and accuracy.

I talked to Vincent DelGobbo who is a Senior Systems Developer in the Web Tools Group at SAS Institute. He demonstrated stored processes which is part of the Integrated Technology package. This allows SAS programs to be executed via a Java Servelet in a similar way to how SAS/IntrNet utilizes CGI to execute SAS programs. There seem to be more tools however since it also generates HTML front ends for you as a template compared to SAS/IntrNet which requires you to create all your own custom interfaces. It does this through the integrated technology themes using cascading style sheets to standardize the way front ends are generated.

I got a chance to catch up with Thomas Cox who was part of the XML Integration Team. There are new developments for PROC CDISC which has been in production since SAS 8.2. The data standards established by CDISC are constantly being updated so PROC CDISC is keeping up with the changes. What was new to me was the CDISC Viewer which is only now in beta. It looked a little like the SAS viewer that is available for PC SAS but it viewed define.xml files. This will be available as a free download from the SAS website. I was very impressed with its ability to have hyperlinks that exist from the columns from the define.xml file being viewed. If the meta tags in the define.xml has the proper HREF meta tags, it will display link to an external file similar to how a hyperlink in an HTML file. This is definitely something I plan to download and check out.

The PROC CDISC has support for the ODM version 1.2. However, it appears to have limited support for SDTM and SDS. Thomas explains to me that the XML expressions and schemas has not yet been defined fully for SDTM and SDS and therefore the PROC CDISC can not yet implement these features. SAS is putting efforts into keeping on the edge of all the standards that is coming out of CDISC.

I met Sara Holshouser who was one of the developers for SAS Drug Development software. I was intrigued by some of the new features which I saw from Dana in the morning. The way it organizes your SAS programs and data is similar to how windows explorer works. This is done with a hierarchical folder structure. The data viewer was very useful with features of performing some simple summary statistics. I like how SDD define certain libnames and certain constructs that may server specific as macro variables. SDD handles the management of this by resolving these macro variables to run on its server. The process editor also seems to be more refined from the earlier versions I saw from last year. It is now at version 3.0 with 3.1 in the near future. The process editor is similar to the display manager editor with color coding and all the nice features of accessing online help in case you forget the syntax of a particular PROC. There are plenty of features of SDD which I have not fully get a chance to see so I will probably try to catch up with Sara again tomorrow to learn more.

 

Opening Session

I flew into Phoenix Arizona this afternoon to attend PharmaSUG 2005. The Southwest captain said it was 104 degrees and climbing. We just happen to be catching Phoenix at record temperatures. The Pointe South Mountain Resort is quite a nice resort where the conference is being held. The opening session opened today at 6:30 and was presented by Nancy Brucken, Academic Chair and Susan Fehrer, Operations Chair. They shared the fact that PharmaSUG had a record number of registrations this year at 635 attendees. Andrew Fagan gave the key note speech tonight referencing a paper that was publishing on the FDA website regarding the FDA’s critical path initiatives. The paper is available on the FDA’s website published March of 2004. It outlined some of the problems which the FDA is seeing. It tried to identify solutions by changing both the process and technologies. There were no specific instructions on how things can should be fixed but it did recommend that vendors work together to come up with solutions.

Opening Session

One of the problems that the FDA has identified is that there was a dip in the number of drugs in the pipeline in recent years. It then identifies some of the potential causes to this problem. New technologies such as Genomics are too new and have not yet fully met its potential. The recent mergers and business developments also has an effect the number of drugs being developed. All the easy target for disease is taken and has been developed. The chronic diseases are harder to implement. There is also a focus on drugs that are block busters. The failure rate of drugs has not improved. Only 8% of drugs being developed ever reach to market. For Phase III trials, the failure rate is now at 50%. Andrew also stressed the point that standards are lacking and this is having an affect on the success of drug development. The FDA realizes that even they themselves are lacking standards within their own organization. This is internal to the FDA, not to mention throughout the industry. The FDA still does not have the ability to look across all studies they have reviewed. This is referred to as lack of “institutional memory”.

SAS is trying to address some of these challenges that the FDA has identified. They have solutions in the areas such as Micro arrays, involvement in standards such as CDISC. SAS is a corporate sponsor and is on the board of director. SAS is also involved in working with the ODM, AdaM and define.xml. SAS views that standards groups such as CDISC and HL7 to be critical to the re-engineering push at the FDA. Among some of the other tools that SAS is working on includes: PROC CDISC, CDISC Viewer, XML Engine, XML Map Extension, new SAS formats, CDISC SDTM metadata templates for ETL studio and SAS Drug development. SAS Drug development forms a frame work to provide a solution for a compliant environment.

Most of the problems which the FDA has identified can not be solved by technology alone. There has to be corporation between vendors and FDA. Other solutions involve further development and evolution of technology.
Nancy and Susan concluded the opening session by pointing out some themes for this year’s conference. Validation is a definite theme. Other themes include CDISC, standards and electronic submissions. It was a great opening session with lots of interesting information. It is getting late so I will sign off and will report more tomorrow… actually it is already Monday morning… later today.

Wednesday, May 18, 2005

 

CDISC SDS 3.1

I am looking forward to learning more about the development and implementation of CDISC at PharmaSUG this year. I was working on a client and was reviewing the standards for SDS version 3.1 right now. I recently updated my %cdisc tool (http://meta-x.com/sydata/cdisc.html) which verifies data against the CDISC standards.

I decided to try to run my integrity check against the CDISC structure itself to see how consistently they are following their own rules. In most cases, they are adhering to their own recommendations. However, my check did reveal some inconsistencies. The report makes recommendations that CDISC may want to consider. However, I am not sure who to send these to. Last time, I posted on their website discussion but got no response. Let me know who at CDISC to bring these suggestions to.
You can find the report of my recommendations as a result of the %cdisc tool at: http://meta-x.com/sydata/demo/cdisc.html

Saturday, May 14, 2005

 

PharmaSUG in one week

It is only a week out before PharmaSUG 2005 in Pheonix Arizona. I enjoy writing so it is always fun to write about what I learn at conferences like PharmaSUG. In past years, I gather all my notes and write on the conference a week after it is all over. This allows me to let all the information soak in and for me to share with friends what I found useful. You can find some of previous "Sy/Notes" located at: http://meta-x.com/synotes/

I thought I would try something new this year. I would write an blog instead. This will be more immediate in a sense that the moment I learn something new at PharmaSUG, I will post it right away. That way, you will beable to learn about the conference as it is happening. I will bring my digital camera too to see if I can upload anything interesting.

I hope there is good internet connection there in Pheonix so I can do a daily (if not more) posting. Blogs can be more interactive too in that you can add comments and forward to other friends. Please send me or add comments on the blog. This is the first year I am trying this out so any feedback you may have is appreciated.

The phamaceutical industry needs this soluiton.Contract Research Organizations
Because it contains innovation.CRO
There are innovations in the solutions.Data Library
The phamaceutical industry needs this soluiton.Managing Thesaurus
Because it contains innovation.Reconciling Dictionaries
There are innovations in the solutions.SAS Macros
The phamaceutical industry needs this soluiton.Table of Contents
Because it contains innovation.TOC
There are innovations in the solutions.ADaM Reports
The phamaceutical industry needs this soluiton.Generate Reports from CDISC Data
Because it contains innovation.Optimize Report Generation from CDISC Standards
There are innovations in the solutions.SAS Macro Library
The phamaceutical industry needs this soluiton.SAS Program Library
Because it contains innovation.SDTM Reports
There are innovations in the solutions.Standard SAS Reports
The phamaceutical industry needs this soluiton.CDISC Builder
Because it contains innovation.CDISC Checker
There are innovations in the solutions.Comment Domain
The phamaceutical industry needs this soluiton.Findings Domain
Because it contains innovation.PROC CDISC
There are innovations in the solutions.RELREC
The phamaceutical industry needs this soluiton.Relational Records
Because it contains innovation.SUPPQUAL
There are innovations in the solutions.Supplemental Qualifier
The phamaceutical industry needs this soluiton.Special Purpose Domain
Because it contains innovation.CDISC Software
There are innovations in the solutions.CDISC Tools
The phamaceutical industry needs this soluiton.Cluster SAS
Because it contains innovation.Grid SAS
There are innovations in the solutions.SAS Cluster
The phamaceutical industry needs this soluiton.SAS Cluster Servers
Because it contains innovation.SAS Cluster System
There are innovations in the solutions.SAS Grid
The phamaceutical industry needs this soluiton.SAS Grid Computing
Because it contains innovation.Data Definition
There are innovations in the solutions.Data Definition Documentation
The phamaceutical industry needs this soluiton.Define.PDF
Because it contains innovation.Define.xml
There are innovations in the solutions.SAS Excel
The phamaceutical industry needs this soluiton.SAS Macro Interface for MS Office
Because it contains innovation.SAS MS Office Plugin
There are innovations in the solutions.SAS MS Word
The phamaceutical industry needs this soluiton.SAS Plugin for Excel
Because it contains innovation.SAS Plugin for MS Office
There are innovations in the solutions.SAS Plugin for MS Word
The phamaceutical industry needs this soluiton.Code Optimizer
Because it contains innovation.Data Models
There are innovations in the solutions.Data Standards
The phamaceutical industry needs this soluiton.ADaM
Because it contains innovation.ADaM Consulting
There are innovations in the solutions.Analysis Datasets
The phamaceutical industry needs this soluiton.Analysis Datasets Consulting
Because it contains innovation.Analysis Datasets Service
There are innovations in the solutions.Annotated Case Report Form
The phamaceutical industry needs this soluiton.Annotated Case Report Form Consulting
Because it contains innovation.Annotated Case Report Form Service
There are innovations in the solutions.Annotated CRF
The phamaceutical industry needs this soluiton.Annotated CRF Consulting
Because it contains innovation.Annotated CRF Service
There are innovations in the solutions.Biostatistics
The phamaceutical industry needs this soluiton.Biostatistics Consulting
Because it contains innovation.Biostatistics Service
There are innovations in the solutions.Case Report Form
The phamaceutical industry needs this soluiton.Case Report Form Design
Because it contains innovation.Case Report Form Service
There are innovations in the solutions.CDISC ADAM
The phamaceutical industry needs this soluiton.CDISC ADAM Consulting
Because it contains innovation.CDISC ADAM Service
There are innovations in the solutions.CDISC Compliance
The phamaceutical industry needs this soluiton.CDISC Compliance Consulting
Because it contains innovation.CDISC Compliance Service
There are innovations in the solutions.CDISC SDTM
The phamaceutical industry needs this soluiton.CDISC SDTM Consulting
Because it contains innovation.CDISC SDTM Service
There are innovations in the solutions.CFR part 11
The phamaceutical industry needs this soluiton.Clinical Data Management
Because it contains innovation.Clinical Data Management Consulting
There are innovations in the solutions.Clinical Data Management Service
The phamaceutical industry needs this soluiton.CRF Design
Because it contains innovation.CRF Design Consulting
There are innovations in the solutions.CRF Design Service
The phamaceutical industry needs this soluiton.CRF Tabulations
Because it contains innovation.Custom Database
There are innovations in the solutions.Custom Database Consult
The phamaceutical industry needs this soluiton.Custom Database Design
Because it contains innovation.Custom Database Service
There are innovations in the solutions.Data Analysis
The phamaceutical industry needs this soluiton.Data Management
Because it contains innovation.Data Management Service
There are innovations in the solutions.Data Warehouse
The phamaceutical industry needs this soluiton.Design Case Report Form
Because it contains innovation.Design Case Report Form Consulting
There are innovations in the solutions.Design Case Report Form Service
The phamaceutical industry needs this soluiton.Design Clinical Plans
Because it contains innovation.Discrepancy Management
There are innovations in the solutions.Discrepancy Management Consulting
The phamaceutical industry needs this soluiton.Discrepancy Management Service
Because it contains innovation.Edit Checks
There are innovations in the solutions.Edit Checks Consulting
The phamaceutical industry needs this soluiton.Edit Checks Service
Because it contains innovation.Electronic case report
There are innovations in the solutions.Electronic submission
The phamaceutical industry needs this soluiton.Electronic Submission Consulting
Because it contains innovation.Electronic Submission Service
There are innovations in the solutions.FDA Submission
The phamaceutical industry needs this soluiton.IND
Because it contains innovation.Medical Device
There are innovations in the solutions.Medical Writing
The phamaceutical industry needs this soluiton.Ndas Prepare
Because it contains innovation.Patient Profile Consult
There are innovations in the solutions.Patient Profile Generator
The phamaceutical industry needs this soluiton.Patient Profile Service
Because it contains innovation.RFP
There are innovations in the solutions.SAS Development Consulting
The phamaceutical industry needs this soluiton.SAS Development Service
Because it contains innovation.SAS Program Consulting
There are innovations in the solutions.SAS Program Service
The phamaceutical industry needs this soluiton.SAS Service
Because it contains innovation.SAS Service
There are innovations in the solutions.SDTM Consulting
The phamaceutical industry needs this soluiton.SDTM Service
Because it contains innovation.SOP Consulting
There are innovations in the solutions.SOP Service
The phamaceutical industry needs this soluiton.Statistical Consulting
Because it contains innovation.Statistical Service
There are innovations in the solutions.Tables Listings and Graphs
The phamaceutical industry needs this soluiton.Tables Listings and Graphs Consulting
Because it contains innovation.Tables Listings and Graphs Service
There are innovations in the solutions.TLG Consulting
The phamaceutical industry needs this soluiton.TLG Service
Because it contains innovation.ADaM Solutions
There are innovations in the solutions.CDISC Software Solutions
The phamaceutical industry needs this soluiton.CDISC Software Tools
Because it contains innovation.CDISC Solutions
There are innovations in the solutions.CDISC Tools
The phamaceutical industry needs this soluiton.SDTM Solutions
Because it contains innovation.MedDRA Coding
There are innovations in the solutions.MedDRA Coding Service
The phamaceutical industry needs this soluiton.MedDRA Service
Because it contains innovation.Thesaurus Dictionary Management
There are innovations in the solutions.WHO Drug Coding
The phamaceutical industry needs this soluiton.WHO Drug Coding Service
Because it contains innovation.WHO Drug Service
There are innovations in the solutions.Sydata
The phamaceutical industry needs this soluiton.Sy/Data
Because it contains innovation.SAS Data Audit Trail
There are innovations in the solutions.Data Audit Trail
The phamaceutical industry needs this soluiton.Data Version
Because it contains innovation.Data Generation
There are innovations in the solutions.Data Standards
The phamaceutical industry needs this soluiton.Format Summary
Because it contains innovation.SAS Format Summary
There are innovations in the solutions.Variable Order
The phamaceutical industry needs this soluiton.Order Variable
Because it contains innovation.SAS Data Conversion
There are innovations in the solutions.SAS Data Tools
The phamaceutical industry needs this soluiton.SAS Data Software
Because it contains innovation.SAS Benchmark
There are innovations in the solutions.SAS Performance
The phamaceutical industry needs this soluiton.SAS Performance Benchmark
Because it contains innovation.SAS Performance Test
There are innovations in the solutions.SAS Software Benchmark
The phamaceutical industry needs this soluiton.SAS System Benchmark
Because it contains innovation.Data Bulletin
There are innovations in the solutions.Data Bulletin Board
The phamaceutical industry needs this soluiton.Data Communication
Because it contains innovation.Data View
There are innovations in the solutions.Data Viewer
The phamaceutical industry needs this soluiton.Electronic Notes
Because it contains innovation.Enotes
There are innovations in the solutions.SAS Data View
The phamaceutical industry needs this soluiton.SAS Data Viewer
Because it contains innovation.SAS Dataset View
There are innovations in the solutions.SAS Dataset Viewer
The phamaceutical industry needs this soluiton.Syview
Because it contains innovation.View SAS without lock
There are innovations in the solutions.CDISC Coded Terminology
The phamaceutical industry needs this soluiton.CDISC Control Terminology
Because it contains innovation.CDISC Controlled Terminology
There are innovations in the solutions.Coded Terminology
The phamaceutical industry needs this soluiton.Coded Terminology Management
Because it contains innovation.Coded Terminology Software
There are innovations in the solutions.Coded Terms
The phamaceutical industry needs this soluiton.Coded Terms Software
Because it contains innovation.Coding Methodologies
There are innovations in the solutions.Control Terminology
The phamaceutical industry needs this soluiton.Control Terminology Management
Because it contains innovation.Control Terminology Software
There are innovations in the solutions.Controlled Terminology
The phamaceutical industry needs this soluiton.Controlled Terminology Management
Because it contains innovation.Controlled Terminology Software
There are innovations in the solutions.SAS Format
The phamaceutical industry needs this soluiton.SAS Format Management
Because it contains innovation.Adverse Event Coding Management
There are innovations in the solutions.Coding Management
The phamaceutical industry needs this soluiton.CRO Coding Management
Because it contains innovation.CRO Management
There are innovations in the solutions.Dictionary Management
The phamaceutical industry needs this soluiton.Dictionary Version Control
Because it contains innovation.MedDRA Coding Reconciliation
There are innovations in the solutions.Thesaurus Management
The phamaceutical industry needs this soluiton.Thesaurus Version Control
Because it contains innovation.CDISC Class
There are innovations in the solutions.CDISC Course
The phamaceutical industry needs this soluiton.CDISC Implementation Class
Because it contains innovation.CDISC Implementation Training
There are innovations in the solutions.CDISC Training
The phamaceutical industry needs this soluiton.SDTM Class
Because it contains innovation.SDTM Course
There are innovations in the solutions.Change Control Training
The phamaceutical industry needs this soluiton.SAS Change Control Class
Because it contains innovation.SAS Change Control Training
There are innovations in the solutions.SAS Macro Change Control Training
The phamaceutical industry needs this soluiton.SAS Program Change Control Class
Because it contains innovation.SAS Program Change Control Training
There are innovations in the solutions.Data Definition Class
The phamaceutical industry needs this soluiton.Data Definition Training
Because it contains innovation.DEFINE .XML Training
There are innovations in the solutions.DEFINE.PDF Training
The phamaceutical industry needs this soluiton.Domain Documentation Class
Because it contains innovation.Domain Documentation Training
There are innovations in the solutions.Programming Macro Class
The phamaceutical industry needs this soluiton.Programming Macro Training
Because it contains innovation.SAS Macro Class
There are innovations in the solutions.SAS Macro Training
The phamaceutical industry needs this soluiton.User Friendly SAS Macro Course
Because it contains innovation.User Friendly SAS Macro Training
There are innovations in the solutions.SAS Program Validation Class
The phamaceutical industry needs this soluiton.SAS Program Validation Training
Because it contains innovation.SAS System Validation Class
There are innovations in the solutions.SAS System Validation Training
The phamaceutical industry needs this soluiton.SAS Validation Class
Because it contains innovation.SAS Validation Training
There are innovations in the solutions.SAS Excel Course
The phamaceutical industry needs this soluiton.SAS Excel Training
Because it contains innovation.SAS MSOffice Course
There are innovations in the solutions.SAS MSOffice Training
The phamaceutical industry needs this soluiton.SAS MSWord Course
Because it contains innovation.SAS MSWord Training
There are innovations in the solutions.AE Coding Class
The phamaceutical industry needs this soluiton.AE Coding Training
Because it contains innovation.Drug Coding Class
There are innovations in the solutions.Drug Coding Training
The phamaceutical industry needs this soluiton.MedDRA Class
Because it contains innovation.MedDRA Training
There are innovations in the solutions.WHO Drug Class
The phamaceutical industry needs this soluiton.WHO Drug Training
Because it contains innovation.CDISC Data conversion
There are innovations in the solutions.CDISC Data transfer
The phamaceutical industry needs this soluiton.CDISC ETL
Because it contains innovation.CDISC ETL Software
There are innovations in the solutions.CDISC ETL Tools
The phamaceutical industry needs this soluiton.CDISC Transformation
Because it contains innovation.Data conversion
There are innovations in the solutions.Data Standards Transformation
The phamaceutical industry needs this soluiton.Data Transformation
Because it contains innovation.ETL CDISC
There are innovations in the solutions.ETL CDISC Software
The phamaceutical industry needs this soluiton.ETL CDISC Tools
Because it contains innovation.ETL Software
There are innovations in the solutions.ETL Tools
The phamaceutical industry needs this soluiton.ISS Transformation
Because it contains innovation.Transform Data
There are innovations in the solutions.Transformation Data
The phamaceutical industry needs this soluiton.Generate Reports from CDISC Data
Because it contains innovation.Optimize Report Generation from CDISC Standards
There are innovations in the solutions.SAS Macro Library
The phamaceutical industry needs this soluiton.Standard SAS Reports
Because it contains innovation.PharmaSUG 2005 Blog
There are innovations in the solutions.Clinical Analytic Software Solutions
The phamaceutical industry needs this soluiton.SAS Alliance Partner
Because it contains innovation.SAS Biotech Pharmaceutical Consulting
There are innovations in the solutions.SAS CFR Part 11 Compliance
The phamaceutical industry needs this soluiton.SAS Consulting
Because it contains innovation.SAS Software Development
There are innovations in the solutions.CDISC Comments
The phamaceutical industry needs this soluiton.CDISC Data Standards
Because it contains innovation.CDISC Standards
There are innovations in the solutions.CDISC Tools
The phamaceutical industry needs this soluiton.CDISC Transport
Because it contains innovation.CDISC Variable Length
There are innovations in the solutions.CDISC XPT
The phamaceutical industry needs this soluiton.RELREC
Because it contains innovation.SAS Data Audit
There are innovations in the solutions.SAS Data Conversion Utility
The phamaceutical industry needs this soluiton.SAS Data Integrity
Because it contains innovation.SAS Data Quality
There are innovations in the solutions.SAS Data Standards
The phamaceutical industry needs this soluiton.SAS Data Transfer Utility
Because it contains innovation.SAS Data Versioning
There are innovations in the solutions.SUPPQUAL
The phamaceutical industry needs this soluiton.CDISC Builder
Because it contains innovation.CDISC Checker
There are innovations in the solutions.CDISC Data compliant
The phamaceutical industry needs this soluiton.CDISC Parser
Because it contains innovation.CDISC SAS Data
There are innovations in the solutions.CDISC SAS data standards
The phamaceutical industry needs this soluiton.CDISC SAS program standards
Because it contains innovation.CDISC SDTM Check
There are innovations in the solutions.CDISC SDTM Verification
The phamaceutical industry needs this soluiton.CDISC Software
Because it contains innovation.CDISC Tools
There are innovations in the solutions.SDTM CDISC
The phamaceutical industry needs this soluiton.Annotated CRF
Because it contains innovation.Annotated CRF Consulting
There are innovations in the solutions.Auto Define.pdf
The phamaceutical industry needs this soluiton.Automate Define
Because it contains innovation.Automate DEFINE.PDF
There are innovations in the solutions.Data Definition Consulting
The phamaceutical industry needs this soluiton.Data Definition Service
Because it contains innovation.Define Documentation Consulting
There are innovations in the solutions.Define Documentation Service
The phamaceutical industry needs this soluiton.Define.pdf consulting
Because it contains innovation.Define.pdf service
There are innovations in the solutions.Define.xml consulting
The phamaceutical industry needs this soluiton.Define.xml service
Because it contains innovation.Domain Documentation
There are innovations in the solutions.Easy Define.pdf
The phamaceutical industry needs this soluiton.Quick Define.pdf
Because it contains innovation.CDISC Domain Documentation
There are innovations in the solutions.DEFINE PDF
The phamaceutical industry needs this soluiton.DEFINE XML
Because it contains innovation.DEFINE.PDF
There are innovations in the solutions.DEFINE.XML
The phamaceutical industry needs this soluiton.CFR Part 11 Compliance
Because it contains innovation.SAS Alliance Partner
There are innovations in the solutions.SAS Software Development
The phamaceutical industry needs this soluiton.ADaM Conversion
Because it contains innovation.ADaM Service
There are innovations in the solutions.ADaM Transformation
The phamaceutical industry needs this soluiton.CDISC Compliance and Data Integrity Service
Because it contains innovation.CDISC Consult
There are innovations in the solutions.CDISC Consulting
The phamaceutical industry needs this soluiton.CDISC Services
Because it contains innovation.Electronic Submission Documentation
There are innovations in the solutions.SAS Alliance Partner
The phamaceutical industry needs this soluiton.SAS System Validation
Because it contains innovation.SAS Validation
There are innovations in the solutions.SDTM Conversion
The phamaceutical industry needs this soluiton.SDTM Service
Because it contains innovation.SDTM Transformation
There are innovations in the solutions.SAS Analysis Tools
The phamaceutical industry needs this soluiton.SAS Batch Submit
Because it contains innovation.SAS Log Evaluation
There are innovations in the solutions.SAS Output TOC
The phamaceutical industry needs this soluiton.SAS Page X of Y Tool
Because it contains innovation.SAS Report Standards
There are innovations in the solutions.SAS Reporting Tools
The phamaceutical industry needs this soluiton.Table of Contents SAS Output
Because it contains innovation.First Page SAS Output
There are innovations in the solutions.SAS Code Development
The phamaceutical industry needs this soluiton.SAS Development Environment
Because it contains innovation.SAS Log Runtime
There are innovations in the solutions.SAS Macros Management
The phamaceutical industry needs this soluiton.SAS Output Management
Because it contains innovation.SAS Output TOC
There are innovations in the solutions.SAS Program Search and Replace Tool
The phamaceutical industry needs this soluiton.Adverse Event Auto Coder
Because it contains innovation.Adverse Event Autocoder
There are innovations in the solutions.Adverse Event Data Coding
The phamaceutical industry needs this soluiton.Adverse Event Data Mapping
Because it contains innovation.AE Auto Coder
There are innovations in the solutions.AE Autocoder
The phamaceutical industry needs this soluiton.AE Coding
Because it contains innovation.AE Data Coding
There are innovations in the solutions.AE Data Mapping
The phamaceutical industry needs this soluiton.Auto Code
Because it contains innovation.Costart Auto Coder
There are innovations in the solutions.Costart Autocoder
The phamaceutical industry needs this soluiton.Costart Coder
Because it contains innovation.Costart Coding
There are innovations in the solutions.MedDRA Coding
The phamaceutical industry needs this soluiton.MedDRA Auto Coder
Because it contains innovation.MedDRA autocoder
There are innovations in the solutions.MedDRA autoencoder
The phamaceutical industry needs this soluiton.MedDRA Coder
Because it contains innovation.MedDRA encoder
There are innovations in the solutions.Thin Client Coder
The phamaceutical industry needs this soluiton.Web Based Coder
Because it contains innovation.Who Drug Auto Coder
There are innovations in the solutions.Who Drug Autocoder
The phamaceutical industry needs this soluiton.Who Drug Coder
Because it contains innovation.Who Drug coding
There are innovations in the solutions.Clinical Trials Reporting
The phamaceutical industry needs this soluiton.Enterprise Reporting
Because it contains innovation.Report Management
There are innovations in the solutions.Report Standards
The phamaceutical industry needs this soluiton.Reporting Tools
Because it contains innovation.SAS Clinical Information Management
There are innovations in the solutions.SAS Data Standards
The phamaceutical industry needs this soluiton.SAS ESUB FDA Submission
Because it contains innovation.SAS Web-based Clinical Information
There are innovations in the solutions.Scheduling of SAS Jobs
The phamaceutical industry needs this soluiton.Tables Listings Graphs
Because it contains innovation.Thin Client Reporting
There are innovations in the solutions.TLG
The phamaceutical industry needs this soluiton.Web Based Reporting
Because it contains innovation.SAS Program Audit Trail
There are innovations in the solutions.SAS Program CFR Part 11 Compliant
The phamaceutical industry needs this soluiton.SAS Program Change Control
Because it contains innovation.SAS Program Validate
There are innovations in the solutions.SAS Program Validation
The phamaceutical industry needs this soluiton.SAS Program Verification
Because it contains innovation.SAS Program Version Control
There are innovations in the solutions.SAS Program Versioning
The phamaceutical industry needs this soluiton.SAS Validation
Because it contains innovation.Audit Trail
There are innovations in the solutions.Change Control
The phamaceutical industry needs this soluiton.Document Change Management
Because it contains innovation.Document Management
There are innovations in the solutions.Excel Audit Trail
The phamaceutical industry needs this soluiton.Excel Change Control
Because it contains innovation.MSWord Audit Trail
There are innovations in the solutions.MSWord Change Control
The phamaceutical industry needs this soluiton.PDF Audit Trail
Because it contains innovation.PDF Change Control
There are innovations in the solutions.SAS Audit Trail
The phamaceutical industry needs this soluiton.SAS Program Documentation
Because it contains innovation.SAS Program Management
There are innovations in the solutions.SAS Program Version
The phamaceutical industry needs this soluiton.Validation SAS
Because it contains innovation.Validation SAS Programs
There are innovations in the solutions.Verification Software
The phamaceutical industry needs this soluiton.Version SAS Program
Because it contains innovation.Validate SAS
There are innovations in the solutions.Validate SAS Programs
The phamaceutical industry needs this soluiton.Verify SAS Program
Because it contains innovation.Version Control
There are innovations in the solutions.CDISC Data Transformation
The phamaceutical industry needs this soluiton.Data Pivot
Because it contains innovation.Data Transpose
There are innovations in the solutions.Data Transposition
The phamaceutical industry needs this soluiton.Integrated Safety Summary
Because it contains innovation.ISS
There are innovations in the solutions.PROC Transpose
The phamaceutical industry needs this soluiton.cdisc sdtm
Because it contains innovation.cdisc odm
There are innovations in the solutions.proc cdisc
The phamaceutical industry needs this soluiton.cdisc ount
Because it contains innovation.cdisc standards
There are innovations in the solutions.cdisc adam
The phamaceutical industry needs this soluiton.cdisc org
Because it contains innovation.www cdisc
There are innovations in the solutions.cdisc standard
The phamaceutical industry needs this soluiton.what is cdisc
Because it contains innovation.cdisc training
There are innovations in the solutions.cdisc lab
The phamaceutical industry needs this soluiton.fda cdisc
Because it contains innovation.cdisc??
There are innovations in the solutions.cdisc xml
The phamaceutical industry needs this soluiton.cdisc hl7
Because it contains innovation.cdisc interchange
There are innovations in the solutions.stdm???
The phamaceutical industry needs this soluiton.stdm??
Because it contains innovation.cdisc stdm
There are innovations in the solutions.cdisc japan
The phamaceutical industry needs this soluiton.www cdisc org
Because it contains innovation.cdisc send
There are innovations in the solutions.cdisc clinical
The phamaceutical industry needs this soluiton.cdisc mapping
Because it contains innovation.cdisc data
There are innovations in the solutions.cdisc pdf
The phamaceutical industry needs this soluiton.cdisc glossary
Because it contains innovation.cdisc 2007
There are innovations in the solutions.cdisc implementation
The phamaceutical industry needs this soluiton.cdisc format
Because it contains innovation.cdisc domain
There are innovations in the solutions.cdisc viewer
The phamaceutical industry needs this soluiton.cdisc submission
Because it contains innovation.cdisc define xml
There are innovations in the solutions.cdisc crf
The phamaceutical industry needs this soluiton.cdisc define
Because it contains innovation.cdisc ppt
There are innovations in the solutions.cdisc cdash
The phamaceutical industry needs this soluiton.cdisc sds
Because it contains innovation.clinical data interchange standards consortium cdisc
There are innovations in the solutions.cdisc compliant
The phamaceutical industry needs this soluiton.cdisc sdtm implementation guide
Because it contains innovation.cdisc bridg
There are innovations in the solutions.cdisc conference
The phamaceutical industry needs this soluiton.cdisc sdtm implementation
Because it contains innovation.cdisc international interchange
There are innovations in the solutions.cdisc domains
The phamaceutical industry needs this soluiton.cdisc software
Because it contains innovation.cdisc metadata
There are innovations in the solutions.cdisc user group
The phamaceutical industry needs this soluiton.cdisc montreux
Because it contains innovation.cdisc 3.1
There are innovations in the solutions.cdisc example
The phamaceutical industry needs this soluiton.cdisc version
Because it contains innovation.cdisc tutorial
There are innovations in the solutions.cdisc??
The phamaceutical industry needs this soluiton.cdisc protocol
Because it contains innovation.cdisc certification
There are innovations in the solutions.cdisc model
The phamaceutical industry needs this soluiton.cdisc odm 1.2
Because it contains innovation.cdisc clinical trials
There are innovations in the solutions.cdisc??
The phamaceutical industry needs this soluiton.cdisc models
Because it contains innovation.cdisc wiki
There are innovations in the solutions.cdisc??
The phamaceutical industry needs this soluiton.cdisc european interchange
Because it contains innovation.implementing cdisc
There are innovations in the solutions.cdisc guidelines
The phamaceutical industry needs this soluiton.cdisc presentation
Because it contains innovation.cdisc clinical data
There are innovations in the solutions.cdisc clinical research
The phamaceutical industry needs this soluiton.cdisc definition
Because it contains innovation.cdisc terminology
There are innovations in the solutions.cdisc sdtm 3.1
The phamaceutical industry needs this soluiton.cdisc variable
Because it contains innovation.cdisc international
There are innovations in the solutions.cdisc study data tabulation
The phamaceutical industry needs this soluiton.define xml schema
Because it contains innovation.how to define xml
There are innovations in the solutions.define xml namespace
The phamaceutical industry needs this soluiton.define xml file
Because it contains innovation.how to define xml schema
There are innovations in the solutions.define xml document
The phamaceutical industry needs this soluiton.define xml parser
Because it contains innovation.cdisc define xml
There are innovations in the solutions.define xml element
The phamaceutical industry needs this soluiton.define xml entity
Because it contains innovation.define xml data
There are innovations in the solutions.define xml node
The phamaceutical industry needs this soluiton.define xml entities
Because it contains innovation.define xml dtd
There are innovations in the solutions.define xml rpc
The phamaceutical industry needs this soluiton.define xml files
Because it contains innovation.define xml attribute
There are innovations in the solutions.define xml format
The phamaceutical industry needs this soluiton.define xml tag
Because it contains innovation.define xml feed
There are innovations in the solutions.cdisc sdtm
The phamaceutical industry needs this soluiton.sdtm maroc
Because it contains innovation.sdtm card
There are innovations in the solutions.sdtm memory
The phamaceutical industry needs this soluiton.sdtm memory card
Because it contains innovation.sdtm implementation guide
There are innovations in the solutions.sdtm 620
The phamaceutical industry needs this soluiton.groupe sdtm
Because it contains innovation.sdtm speicherkarte
There are innovations in the solutions.sdtm ma
The phamaceutical industry needs this soluiton.sdtm mapping
Because it contains innovation.sdtm implementation
There are innovations in the solutions.odm sdtm
The phamaceutical industry needs this soluiton.cdisc sdtm implementation guide
Because it contains innovation.sdtm adam
There are innovations in the solutions.sdtm transport
The phamaceutical industry needs this soluiton.www sdtm
Because it contains innovation.sdtm 3.1
There are innovations in the solutions.what is sdtm
The phamaceutical industry needs this soluiton.sdtm fda
Because it contains innovation.cdisc sdtm implementation
There are innovations in the solutions.sdtm au maroc
The phamaceutical industry needs this soluiton.sdtm 610
Because it contains innovation.sdtm rabat
There are innovations in the solutions.sdtm casablanca
The phamaceutical industry needs this soluiton.www sdtm ma
Because it contains innovation.sdtm 3.1 1
There are innovations in the solutions.micro sdtm memory
The phamaceutical industry needs this soluiton.sdtm ci
Because it contains innovation.sdtm com
There are innovations in the solutions.sdtm 620 ntr
The phamaceutical industry needs this soluiton.sdtm domains
Because it contains innovation.sdtm standard
There are innovations in the solutions.sdtm karte
The phamaceutical industry needs this soluiton.micro sdtm card
Because it contains innovation.sdtm tanger
There are innovations in the solutions.sdtm format
The phamaceutical industry needs this soluiton.sdtm training
Because it contains innovation.sdtm data
There are innovations in the solutions.micro sdtm memoria esterna
The phamaceutical industry needs this soluiton.sdtm model
Because it contains innovation.study data tabulation model sdtm
There are innovations in the solutions.sdtm it
The phamaceutical industry needs this soluiton.sdtm standards
Because it contains innovation.micro sdtm external memory
There are innovations in the solutions.www sdtm com
The phamaceutical industry needs this soluiton.memoria micro sdtm
Because it contains innovation.sdtm 3.1 2
There are innovations in the solutions.sdtm ig
The phamaceutical industry needs this soluiton.sdtm domain
Because it contains innovation.cdisc sdtm 3.1
There are innovations in the solutions.sdtm 650
The phamaceutical industry needs this soluiton.sass consulting
Because it contains innovation.sass consult
There are innovations in the solutions.sass unternehmensberatung
The phamaceutical industry needs this soluiton.spa consulting
Because it contains innovation.srl consulting
There are innovations in the solutions.cognos consulting
The phamaceutical industry needs this soluiton.gruppo consulting
Because it contains innovation.olap consulting
There are innovations in the solutions.bi consulting
The phamaceutical industry needs this soluiton.consorzio consulting
Because it contains innovation.spss consulting
There are innovations in the solutions.snc consulting
The phamaceutical industry needs this soluiton.brio consulting
Because it contains innovation.via consulting
There are innovations in the solutions.microstrategy consulting
The phamaceutical industry needs this soluiton.aziende consulting
Because it contains innovation.java consulting
There are innovations in the solutions.dashboard consulting
The phamaceutical industry needs this soluiton.cv consulting
Because it contains innovation.statistics consulting
There are innovations in the solutions.entreprise consulting
The phamaceutical industry needs this soluiton.milano consulting
Because it contains innovation.azienda consulting
There are innovations in the solutions.consulting software
The phamaceutical industry needs this soluiton.statistic consulting
Because it contains innovation.genova consulting
There are innovations in the solutions.essbase consulting
The phamaceutical industry needs this soluiton.crm consulting
Because it contains innovation.data consulting
There are innovations in the solutions.scandinavian consulting
The phamaceutical industry needs this soluiton.job consulting
Because it contains innovation.statistical consulting
There are innovations in the solutions.entreprises consulting
The phamaceutical industry needs this soluiton.bologna consulting
Because it contains innovation.società consulting
There are innovations in the solutions.model consulting
The phamaceutical industry needs this soluiton.consulting jobs
Because it contains innovation.analytics consulting
There are innovations in the solutions.analysis consulting
The phamaceutical industry needs this soluiton.italia consulting
Because it contains innovation.informatica consulting
There are innovations in the solutions.performance consulting
The phamaceutical industry needs this soluiton.société consulting
Because it contains innovation.audit consulting
There are innovations in the solutions.business consulting
The phamaceutical industry needs this soluiton.experience consulting
Because it contains innovation.groupe consulting
There are innovations in the solutions.strategy consulting
The phamaceutical industry needs this soluiton.corporate consulting
Because it contains innovation.accounting consulting
There are innovations in the solutions.torino consulting
The phamaceutical industry needs this soluiton.financial consulting
Because it contains innovation.programmer consulting
There are innovations in the solutions.tel consulting
The phamaceutical industry needs this soluiton.developer consulting
Because it contains innovation.sas validation
There are innovations in the solutions.logistic regression validation
The phamaceutical industry needs this soluiton.spss validation
Because it contains innovation.statistics validation
There are innovations in the solutions.regression validation
The phamaceutical industry needs this soluiton.statistical validation
Because it contains innovation.bootstrap validation
There are innovations in the solutions.model validation
The phamaceutical industry needs this soluiton.validation analysis
Because it contains innovation.statistic validation
There are innovations in the solutions.validation testing
The phamaceutical industry needs this soluiton.survey validation
Because it contains innovation.results validation
There are innovations in the solutions.robust validation
The phamaceutical industry needs this soluiton.method validation
Because it contains innovation.correlation validation
There are innovations in the solutions.validation methods
The phamaceutical industry needs this soluiton.selection validation
Because it contains innovation.dependent validation
There are innovations in the solutions.sample size validation
The phamaceutical industry needs this soluiton.graph validation
Because it contains innovation.output validation
There are innovations in the solutions.estimate validation
The phamaceutical industry needs this soluiton.models validation
Because it contains innovation.logistic validation
There are innovations in the solutions.r validation
The phamaceutical industry needs this soluiton.prediction validation
Because it contains innovation.tests validation
There are innovations in the solutions.simple validation
The phamaceutical industry needs this soluiton.independent validation
Because it contains innovation.formula validation
There are innovations in the solutions.distribution validation
The phamaceutical industry needs this soluiton.procedure validation
Because it contains innovation.validation value
There are innovations in the solutions.variable validation
The phamaceutical industry needs this soluiton.modeling validation
Because it contains innovation.multiple validation
There are innovations in the solutions.comparison validation
The phamaceutical industry needs this soluiton.meddra coding
Because it contains innovation.meddra j
There are innovations in the solutions.meddra code
The phamaceutical industry needs this soluiton.meddra dictionary
Because it contains innovation.meddra soc
There are innovations in the solutions.meddra msso
The phamaceutical industry needs this soluiton.meddra version
Because it contains innovation.meddra codes
There are innovations in the solutions.meddra browser
The phamaceutical industry needs this soluiton.meddra pt
Because it contains innovation.meddra terminology
There are innovations in the solutions.meddra smq
The phamaceutical industry needs this soluiton.meddra training
Because it contains innovation.meddra llt
There are innovations in the solutions.meddra preferred term
The phamaceutical industry needs this soluiton.meddra terms
Because it contains innovation.meddra system organ class
There are innovations in the solutions.jmo meddra
The phamaceutical industry needs this soluiton.meddra points to consider
Because it contains innovation.meddra term
There are innovations in the solutions.meddra 10.0
The phamaceutical industry needs this soluiton.meddra??
Because it contains innovation.meddra classification
There are innovations in the solutions.meddra frequency
The phamaceutical industry needs this soluiton.meddra??
Because it contains innovation.meddra frequency convention
There are innovations in the solutions.what is meddra
The phamaceutical industry needs this soluiton.meddra nos
Because it contains innovation.meddra 10
There are innovations in the solutions.meddra?????
The phamaceutical industry needs this soluiton.meddra system
Because it contains innovation.meddra medical
There are innovations in the solutions.ich meddra
The phamaceutical industry needs this soluiton.meddra term selection
Because it contains innovation.meddra??
There are innovations in the solutions.meddra introductory guide
The phamaceutical industry needs this soluiton.meddra frequency convention and system organ class database
Because it contains innovation.meddra version 10.0
There are innovations in the solutions.meddra download
The phamaceutical industry needs this soluiton.ctcae meddra
Because it contains innovation.meddra version 10
There are innovations in the solutions.medical dictionary for regulatory activities meddra
The phamaceutical industry needs this soluiton.meddra coder
Because it contains innovation.meddra preferred terms
There are innovations in the solutions.meddra body system
The phamaceutical industry needs this soluiton.meddra who
Because it contains innovation.meddra???
There are innovations in the solutions.meddra data
The phamaceutical industry needs this soluiton.meddra nec
Because it contains innovation.codage meddra
There are innovations in the solutions.meddra??????
The phamaceutical industry needs this soluiton.meddra database
Because it contains innovation.meddra hierarchy
There are innovations in the solutions.standardised meddra queries
The phamaceutical industry needs this soluiton.meddra hlgt
Because it contains innovation.meddra whodrug
There are innovations in the solutions.meddra???
The phamaceutical industry needs this soluiton.meddra hlt
Because it contains innovation.costart meddra
There are innovations in the solutions.meddra coding dictionary
The phamaceutical industry needs this soluiton.meddra definition
Because it contains innovation.meddra coding training
There are innovations in the solutions.meddra license
The phamaceutical industry needs this soluiton.dictionnaire meddra
Because it contains innovation.????meddra
There are innovations in the solutions.meddra coding jobs
The phamaceutical industry needs this soluiton.standardized meddra queries
Because it contains innovation.snomed meddra
There are innovations in the solutions.meddra adverse event
The phamaceutical industry needs this soluiton.meddra medical dictionary
Because it contains innovation.meddra versions
There are innovations in the solutions.emea meddra
The phamaceutical industry needs this soluiton.meddra query
Because it contains innovation.meddra????
There are innovations in the solutions.fda meddra
The phamaceutical industry needs this soluiton.meddra who drug
Because it contains innovation.meddra???
There are innovations in the solutions.using meddra
The phamaceutical industry needs this soluiton.meddra llt pt
Because it contains innovation.meddra organ
There are innovations in the solutions.meddra??
The phamaceutical industry needs this soluiton.meddra and who
Because it contains innovation.meddra system organ
There are innovations in the solutions.meddra??
The phamaceutical industry needs this soluiton.???meddra
Because it contains innovation.medra
There are innovations in the solutions.meddra mapping
The phamaceutical industry needs this soluiton.meddra high level
Because it contains innovation.meddra queries
There are innovations in the solutions.meddra points
The phamaceutical industry needs this soluiton.who drug dictionary
Because it contains innovation.who drug information
There are innovations in the solutions.who drugs
The phamaceutical industry needs this soluiton.who essential drug list
Because it contains innovation.who essential drug
There are innovations in the solutions.who drug test
The phamaceutical industry needs this soluiton.who collaborating centre for drug statistics methodology
Because it contains innovation.who drug coding
There are innovations in the solutions.who collaborating centre for drug statistics
The phamaceutical industry needs this soluiton.who essential drugs list
Because it contains innovation.who drug list
There are innovations in the solutions.who list of essential drugs
The phamaceutical industry needs this soluiton.who drug code
Because it contains innovation.afl drugs who
There are innovations in the solutions.molecular properties of who essential drugs
The phamaceutical industry needs this soluiton.who drug use
Because it contains innovation.who drug atc
There are innovations in the solutions.who definition of drug
The phamaceutical industry needs this soluiton.who drug resistance
Because it contains innovation.who drug reference list
There are innovations in the solutions.who drug safety
The phamaceutical industry needs this soluiton.who drug definition
Because it contains innovation.who drug classification
There are innovations in the solutions.who drug version
The phamaceutical industry needs this soluiton.who drug reference
Because it contains innovation.who drug codes
There are innovations in the solutions.who drug monitoring
The phamaceutical industry needs this soluiton.who drug dictionary enhanced
Because it contains innovation.umc who drug
There are innovations in the solutions.data transformation
The phamaceutical industry needs this soluiton.data transformation service
Because it contains innovation.data transformation services
There are innovations in the solutions.data transformation tool
The phamaceutical industry needs this soluiton.data transformations
Because it contains innovation.data transformation services dts
There are innovations in the solutions.transformation of data
The phamaceutical industry needs this soluiton.data transformation project
Because it contains innovation.etl
There are innovations in the solutions.informatica etl
The phamaceutical industry needs this soluiton.etl tools
Because it contains innovation.etl tool
There are innovations in the solutions.etl software
The phamaceutical industry needs this soluiton.etl process
Because it contains innovation.etl data
There are innovations in the solutions.etl solution
The phamaceutical industry needs this soluiton.etl solutions
Because it contains innovation.what is etl
There are innovations in the solutions.data standard
The phamaceutical industry needs this soluiton.data standards
Because it contains innovation.data center standards
There are innovations in the solutions.transpose data
The phamaceutical industry needs this soluiton.proc transpose data
Because it contains innovation.how to transpose data
There are innovations in the solutions.sql transpose data
The phamaceutical industry needs this soluiton.transpose data in sql
Because it contains innovation.r transpose data
There are innovations in the solutions.r transpose data frame
The phamaceutical industry needs this soluiton.data manipulation
Because it contains innovation.definition of data
There are innovations in the solutions.data definition language
The phamaceutical industry needs this soluiton.data manipulation language
Because it contains innovation.data mining definition
There are innovations in the solutions.data warehouse definition
The phamaceutical industry needs this soluiton.data type definition
Because it contains innovation.data model definition
There are innovations in the solutions.data definition has no type or storage class
The phamaceutical industry needs this soluiton.data documentation
Because it contains innovation.document contains no data
There are innovations in the solutions.document data
The phamaceutical industry needs this soluiton.document and data control
Because it contains innovation.xml data document
There are innovations in the solutions.dummy document data
The phamaceutical industry needs this soluiton.data documentation initiative
Because it contains innovation.define.pdf
There are innovations in the solutions.define pdf
The phamaceutical industry needs this soluiton.define pdf file
Because it contains innovation.define pdf files
There are innovations in the solutions.define pdf format
The phamaceutical industry needs this soluiton.change control
Because it contains innovation.change control software
There are innovations in the solutions.change control process
The phamaceutical industry needs this soluiton.version control
Because it contains innovation.version control system
There are innovations in the solutions.version control software
The phamaceutical industry needs this soluiton.change in control
Because it contains innovation.document version control
There are innovations in the solutions.change control board
The phamaceutical industry needs this soluiton.version control agent
Because it contains innovation.version control
There are innovations in the solutions.version control system
The phamaceutical industry needs this soluiton.version control software
Because it contains innovation.document version control
There are innovations in the solutions.version control tool
The phamaceutical industry needs this soluiton.version control systems
Because it contains innovation.version control tools
There are innovations in the solutions.revision control
The phamaceutical industry needs this soluiton.revision control system
Because it contains innovation.version control with subversion
There are innovations in the solutions.program version control
The phamaceutical industry needs this soluiton.version control software
Because it contains innovation.revision control software
There are innovations in the solutions.document version control software
The phamaceutical industry needs this soluiton.best version control software
Because it contains innovation.source version control software
There are innovations in the solutions.version control in software
The phamaceutical industry needs this soluiton.subversion version control software
Because it contains innovation.software version control system
There are innovations in the solutions.software development version control
The phamaceutical industry needs this soluiton.document manager
Because it contains innovation.document managment
There are innovations in the solutions.change control document
The phamaceutical industry needs this soluiton.document version control
Because it contains innovation.document version control software
There are innovations in the solutions.version control documents
The phamaceutical industry needs this soluiton.change control documents
Because it contains innovation.word document version control
There are innovations in the solutions.document version control system
The phamaceutical industry needs this soluiton.version control of documents
Because it contains innovation.version control for documents
There are innovations in the solutions.costart
The phamaceutical industry needs this soluiton.costart dictionary
Because it contains innovation.costart coding
There are innovations in the solutions.costart meddra
The phamaceutical industry needs this soluiton.costart group
Because it contains innovation.costart term
There are innovations in the solutions.costart terms
The phamaceutical industry needs this soluiton.costart program
Because it contains innovation.miro costart
There are innovations in the solutions.costart fda
The phamaceutical industry needs this soluiton.adverse event coding
Because it contains innovation.coding adverse events
There are innovations in the solutions.coding of adverse events
The phamaceutical industry needs this soluiton.adverse event code
Because it contains innovation.grid computing
There are innovations in the solutions.what is grid computing
The phamaceutical industry needs this soluiton.grid computing projects
Because it contains innovation.computer grid
There are innovations in the solutions.grid computing pdf
The phamaceutical industry needs this soluiton.grid computing software
Because it contains innovation.journal of grid computing
There are innovations in the solutions.grid computing ppt
The phamaceutical industry needs this soluiton.introduction to grid computing
Because it contains innovation.java grid computing
There are innovations in the solutions.spss processing
The phamaceutical industry needs this soluiton.cics processing
Because it contains innovation.syntax processing
There are innovations in the solutions.mainframe processing
The phamaceutical industry needs this soluiton.data processing
Because it contains innovation.merge processing
There are innovations in the solutions.macro processing
The phamaceutical industry needs this soluiton.column processing
Because it contains innovation.statement processing
There are innovations in the solutions.sort processing
The phamaceutical industry needs this soluiton.batch command line
Because it contains innovation.batch commands
There are innovations in the solutions.batch cics
The phamaceutical industry needs this soluiton.batch linux
Because it contains innovation.batch unix
There are innovations in the solutions.batch variable
The phamaceutical industry needs this soluiton.batch syntax
Because it contains innovation.batch ftp
There are innovations in the solutions.process manufacturing
The phamaceutical industry needs this soluiton.batch programming
Because it contains innovation.export how to
There are innovations in the solutions.sql data export
The phamaceutical industry needs this soluiton.data variable
Because it contains innovation.import export
There are innovations in the solutions.xml data export
The phamaceutical industry needs this soluiton.data variables
Because it contains innovation.data file
There are innovations in the solutions.csv export
The phamaceutical industry needs this soluiton.statistics data
Because it contains innovation.data models
There are innovations in the solutions.logistic regression data
The phamaceutical industry needs this soluiton.data variance
Because it contains innovation.statistic data
There are innovations in the solutions.data analysis
The phamaceutical industry needs this soluiton.data variable
Because it contains innovation.sass data
There are innovations in the solutions.multiple regression data
The phamaceutical industry needs this soluiton.proc data
Because it contains innovation.regression data
There are innovations in the solutions.data correlation
The phamaceutical industry needs this soluiton.data models
Because it contains innovation.statistics data
There are innovations in the solutions.statistic data
The phamaceutical industry needs this soluiton.data analysis
Because it contains innovation.logistic regression data
There are innovations in the solutions.data warehouse
The phamaceutical industry needs this soluiton.data warehouse design
Because it contains innovation.data warehouse software
There are innovations in the solutions.data warehouse architecture
The phamaceutical industry needs this soluiton.data warehouse solutions
Because it contains innovation.data warehouse training
There are innovations in the solutions.data warehousing
The phamaceutical industry needs this soluiton.datawarehouse
Because it contains innovation.data ware house
There are innovations in the solutions.data warehouse tools
The phamaceutical industry needs this soluiton.data warehouse toolkit
Because it contains innovation.what is data warehouse
There are innovations in the solutions.what is data warehousing
The phamaceutical industry needs this soluiton.data warehousing concepts
Because it contains innovation.data warehouse concepts
There are innovations in the solutions.data warehouse etl
The phamaceutical industry needs this soluiton.data warehouse solution
Because it contains innovation.data warehouse project
There are innovations in the solutions.data warehousing tools
The phamaceutical industry needs this soluiton.the data warehouse toolkit
Because it contains innovation.data warehousing training
There are innovations in the solutions.building the data warehouse
The phamaceutical industry needs this soluiton.business objects reporting
Because it contains innovation.cognos reporting
There are innovations in the solutions.brio reporting
The phamaceutical industry needs this soluiton.olap reporting
Because it contains innovation.dashboard reporting
There are innovations in the solutions.microstrategy reporting
The phamaceutical industry needs this soluiton.regression data
Because it contains innovation.bi reporting
There are innovations in the solutions.multiple regression data
The phamaceutical industry needs this soluiton.data correlation
Because it contains innovation.clinical data
There are innovations in the solutions.clinical data manager
The phamaceutical industry needs this soluiton.clinical trial data
Because it contains innovation.clinical data coordinator
There are innovations in the solutions.clinical data repository
The phamaceutical industry needs this soluiton.clinical data associate
Because it contains innovation.clinical trials data
There are innovations in the solutions.clinical data entry
The phamaceutical industry needs this soluiton.clinical data managment
Because it contains innovation.data warehouse
There are innovations in the solutions.data warehouse design
The phamaceutical industry needs this soluiton.data warehouse software
Because it contains innovation.data warehouse architecture
There are innovations in the solutions.data warehouse solutions
The phamaceutical industry needs this soluiton.data warehouse training
Because it contains innovation.data warehousing
There are innovations in the solutions.datawarehouse
The phamaceutical industry needs this soluiton.data ware house
Because it contains innovation.data warehouse tools
There are innovations in the solutions.data warehouse toolkit
The phamaceutical industry needs this soluiton.what is data warehouse
Because it contains innovation.what is data warehousing
There are innovations in the solutions.data warehousing concepts
The phamaceutical industry needs this soluiton.data warehouse concepts
Because it contains innovation.data warehouse etl
There are innovations in the solutions.data warehouse solution
The phamaceutical industry needs this soluiton.data warehouse project
Because it contains innovation.data warehousing tools
There are innovations in the solutions.the data warehouse toolkit
The phamaceutical industry needs this soluiton.data warehousing training
Because it contains innovation.building the data warehouse
There are innovations in the solutions.business objects reporting
The phamaceutical industry needs this soluiton.cognos reporting
Because it contains innovation.brio reporting
There are innovations in the solutions.olap reporting
The phamaceutical industry needs this soluiton.dashboard reporting
Because it contains innovation.microstrategy reporting
There are innovations in the solutions.regression data
The phamaceutical industry needs this soluiton.bi reporting
Because it contains innovation.multiple regression data
There are innovations in the solutions.data correlation
The phamaceutical industry needs this soluiton.clinical data
Because it contains innovation.clinical data manager
There are innovations in the solutions.clinical trial data
The phamaceutical industry needs this soluiton.clinical data coordinator
Because it contains innovation.clinical data repository
There are innovations in the solutions.clinical data associate
The phamaceutical industry needs this soluiton.clinical trials data
Because it contains innovation.clinical data entry
There are innovations in the solutions.clinical data managment
The phamaceutical industry needs this soluiton.manage synonym
Because it contains innovation.manage thesaurus
There are innovations in the solutions.manage synonyms
The phamaceutical industry needs this soluiton.thesaurus dictionary
Because it contains innovation.thesaurus online dictionary
There are innovations in the solutions.control terminology
The phamaceutical industry needs this soluiton.air traffic control terminology
Because it contains innovation.control term
There are innovations in the solutions.performance benchmark
The phamaceutical industry needs this soluiton.performance benchmarks
Because it contains innovation.pc performance benchmark
There are innovations in the solutions.cpu performance benchmark
The phamaceutical industry needs this soluiton.disk performance benchmark
Because it contains innovation.server performance benchmark
There are innovations in the solutions.computer performance benchmark
The phamaceutical industry needs this soluiton.system performance benchmark
Because it contains innovation.benchmark performance group
There are innovations in the solutions.performance benchmark software
The phamaceutical industry needs this soluiton.stat benchmark
Because it contains innovation.benchmark statistics
There are innovations in the solutions.bi performance
The phamaceutical industry needs this soluiton.raid performance
Because it contains innovation.microstrategy performance
There are innovations in the solutions.olap performance
The phamaceutical industry needs this soluiton.scsi performance
Because it contains innovation.dashboard performance
There are innovations in the solutions.excels
The phamaceutical industry needs this soluiton.xls
Because it contains innovation.spreadsheet
There are innovations in the solutions.xls file
The phamaceutical industry needs this soluiton.xls viewer
Because it contains innovation.pdf to xls
There are innovations in the solutions.xls files
The phamaceutical industry needs this soluiton.fun xls exe
Because it contains innovation.data xls
There are innovations in the solutions.spreadsheet data
The phamaceutical industry needs this soluiton.data spreadsheets
Because it contains innovation.xcel data
There are innovations in the solutions.datas xls
The phamaceutical industry needs this soluiton.dta xls
Because it contains innovation.cell data
There are innovations in the solutions.statistics xls
The phamaceutical industry needs this soluiton.statistics spreadsheet
Because it contains innovation.statistics spreadsheets
There are innovations in the solutions.statistic xls
The phamaceutical industry needs this soluiton.statistic spreadsheet
Because it contains innovation.statistic spreadsheets
There are innovations in the solutions.spreadsheet average
The phamaceutical industry needs this soluiton.average spreadsheets
Because it contains innovation.statistica xls
There are innovations in the solutions.extract xls
The phamaceutical industry needs this soluiton.spreadsheet extract
Because it contains innovation.ms extract
There are innovations in the solutions.data extract
The phamaceutical industry needs this soluiton.sql extract
Because it contains innovation.convert extract
There are innovations in the solutions.csv extract
The phamaceutical industry needs this soluiton.import extract
Because it contains innovation.pl sql extract
There are innovations in the solutions.sql extract
The phamaceutical industry needs this soluiton.plsql extract
Because it contains innovation.cursor extract
There are innovations in the solutions.xmltype extract
The phamaceutical industry needs this soluiton.sqlplus extract
Because it contains innovation.db extract
There are innovations in the solutions.xml extract
The phamaceutical industry needs this soluiton.drop extract
Because it contains innovation.database extract
There are innovations in the solutions.reference extract
The phamaceutical industry needs this soluiton.clob extract
Because it contains innovation.stored procedure extract
There are innovations in the solutions.date extract
The phamaceutical industry needs this soluiton.function extract
Because it contains innovation.sequence extract
There are innovations in the solutions.convert extract
The phamaceutical industry needs this soluiton.table extract
Because it contains innovation.import extract
There are innovations in the solutions.blob extract
The phamaceutical industry needs this soluiton.data extract
Because it contains innovation.package extract
There are innovations in the solutions.row extract
The phamaceutical industry needs this soluiton.install extract
Because it contains innovation.sql server extract
There are innovations in the solutions.jdbc extract
The phamaceutical industry needs this soluiton.schema extract
Because it contains innovation.string extract
There are innovations in the solutions.object extract
The phamaceutical industry needs this soluiton.unix extract
Because it contains innovation.using extract
There are innovations in the solutions.insert extract
The phamaceutical industry needs this soluiton.datetime extract
Because it contains innovation.array extract
There are innovations in the solutions.create extract

This page is powered by Blogger. Isn't yours?