-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Micromedex #745
base: master
Are you sure you want to change the base?
Micromedex #745
Conversation
|
||
} else if (/^\/.+\/evidencexpert.GetDocumentSection$/i.test(path)) { | ||
// https://www.micromedexsolutions.com:443/micromedex2/librarian/CS/F796D5/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/749F42/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.GetDocumentSection?topicId=dosingAdminSection&subtopicId=adultDosageSection&contentSetId=100&docId=301568&title=Insulin%20Human%20Regular&crossWalkContentSetId=31&crossWalkDocId=0002&selectedGRA=fda | ||
// https://www.micromedexsolutions.com/micromedex2/librarian/CS/EA42CE/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/949D97/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.DoIntegratedSearch?SearchTerm=Ibuprofen&fromInterSaltBase=true&UserMdxSearchTerm=%24userMdxSearchTerm&false=null&=null# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL ends with "evidencexpert.DoIntegratedSearch".
This URL will be recognized in the next parser
} else if (/^\/.+\/evidencexpert.GetDocumentSection$/i.test(path)) { | ||
// https://www.micromedexsolutions.com:443/micromedex2/librarian/CS/F796D5/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/749F42/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.GetDocumentSection?topicId=dosingAdminSection&subtopicId=adultDosageSection&contentSetId=100&docId=301568&title=Insulin%20Human%20Regular&crossWalkContentSetId=31&crossWalkDocId=0002&selectedGRA=fda | ||
// https://www.micromedexsolutions.com/micromedex2/librarian/CS/EA42CE/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/949D97/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.DoIntegratedSearch?SearchTerm=Ibuprofen&fromInterSaltBase=true&UserMdxSearchTerm=%24userMdxSearchTerm&false=null&=null# | ||
// https://www.micromedexsolutions.com/micromedex2/librarian/CS/ABC89A/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/B9146F/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.DoIntegratedSearch?SearchTerm=Ibuprofen&fromInterSaltBase=true&UserMdxSearchTerm=%24userMdxSearchTerm&false=null&=null# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL ends with "evidencexpert.DoIntegratedSearch".
This URL will be recognized in the next parser
} else if (/^\/.+\/evidencexpert.DoIntegratedSearch$/i.test(path)) { | ||
// https://www.micromedexsolutions.com:443/micromedex2/librarian/CS/EFFCA2/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/4359C1/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.DoIntegratedSearch?SearchTerm=insulin%20human%20regular&UserSearchTerm=insulin%20human%20regular&SearchFilter=filterNone&navitem=searchGlobal | ||
// https://www.micromedexsolutions.com/micromedex2/librarian/CS/345BB2/ND_PR/evidencexpert/ND_P/evidencexpert/DUPLICATIONSHIELDSYNC/37AA14/ND_PG/evidencexpert/ND_B/evidencexpert/ND_AppProduct/evidencexpert/ND_T/evidencexpert/PFActionId/evidencexpert.DoIntegratedSearch?SearchTerm=advil&UserSearchTerm=advil&SearchFilter=filterNone&navitem=searchALL | ||
result.rtype = 'SEARCH'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should fix the indentation
No description provided.