AuthorCommitMessageCommit dateIssues
Chris ParkChris Park
a0b2840442eAdd EHDI profile
Chris ParkChris Park
8247052d868Added XTB profileadded addGeneratedPatient() to SubmitToRepoHandler.java
Chris ParkChris Park
42d73b95c19Added try-using to TaskManagerAttempted to make patient id generation in SessionBean thread safe (not sure if correct)
Chris ParkChris Park
a352ddc87fdCode review 25-42 complete
Chris ParkChris Park
0cf021a300fChanged footer.xhtml
Chris ParkChris Park
4368cf0ae8dMade the WorkflowDocumentFactory less error prone fortoXDWWorkflowDocument()
Chris ParkChris Park
5c08260ff2eCode review 2-24 complete
Chris ParkChris Park
095b84f9412Code review edits: 1-17 (6,7,12 still need work)
Chris ParkChris Park
6fbafea30b3Added XTHM profile capabilities/pages
Chris ParkChris Park
d1f47076ce3More comments added
Chris ParkChris Park
0bc5fd38223Add back toXML method
Chris ParkChris Park
998b086e8deAdd java docs to java documents in/src/main/java/edu/wustl/mir/erl/IHETools/XDW/documents
Chris ParkChris Park
d27f9431038Resubmit to repository from taskManager is now functional
Chris ParkChris Park
32f1f549b1bUtilize mainTemplate.xhtml for header and footer
Chris ParkChris Park
23f3efdea66Added JavaDocs to submitToRepoHandler.javaRemoved extra home button from breadcrumbs
Chris ParkChris Park
7b5857952d2JavaDocs added to some classes and instance variables
Chris ParkChris Park
1cc1a4629f3Added some comments
Chris ParkChris Park
d7f57683d4bAllow users to choose files from different folders when sending to repoChanged evaluate() to be more accurate
Chris ParkChris Park
df8ed715ccdRemoved generatePatientID from utilities submitToRepo Made evaluate method more general for other initialDocuments
Chris ParkChris Park
ebcb2d95457Add some java docs
Chris ParkChris Park
b45c4f475d2Auto-fill after generating patientID. Save retrieved documents inretrievedDocuments folder in runDirectory, set name of file as current time and date
Chris ParkChris Park
a7059892ddaMoved pages around, added functionality to utilities
Chris ParkChris Park
08236b1c26fAdded functionality to XBeR-RR-InitialRequest page. Also changed folder references such that the code pulls from sampleDocuments and creates new files in Uploads.
Chris ParkChris Park
6b270e234c7Minor changes
Steve MooreSteve Moore
433ab61024cModified the instructions to use buttons on this page that need to bedefined. Other changes are cosmetic (using <ol> to make a list rather than inline coding).
Chris ParkChris Park
ddcb94fcf2dMinor change
Chris ParkChris Park
c1b2c083098Combined TaskManager and QueryDocumentsHandler
Chris ParkChris Park
65c3adcab56Merged TaskManager and Query, made several minor changes
Chris ParkChris Park
c7410ae65a3Changed QueryDocuments.xhtml, retrieveDocumentSet() inDocumentRepositoryProxy.java now outputs document to file in runDirectory
Steve MooreSteve Moore
6ae1c3290b6DocumentRepositoryProxy serves as a delegate for a real DocumentRepository.
Steve MooreSteve Moore
b05b3a585e2Further work on retrieving a document from an XDS repository. I believewe are at the point of having an input stream, and we will turn this over to Chris Park to finish up.
Steve MooreSteve Moore
a053d1328d5Make ports consistent (8180) for ihe-2 and moore laptops.
Steve MooreSteve Moore
6c0866b48ffUpdate the DocumentRegistryProxy to return documentEntry informationgiven a Document ID. Update the QueryDocumentsHandler to display that data. Begin work on the DocumentRepository to return documents given a Document Id. Work in progress.
Chris ParkChris Park
a96f05a2921Changed System.currentMillis to hard coded value
Chris ParkChris Park
85dc2bfcdf8Added query page, moved some classes to sessionBean from applicationBean
Steve MooreSteve Moore
0b00b50616eMMerge remote-tracking branch 'origin/master'
Steve MooreSteve Moore
0a34da56b10DocumentRegistryProxy serves as a proxy or interface to an XDS DocumentRegistry. You inovke methods on the proxy class; the proxy class will send XDS network requests to the Document Registry.
Chris ParkChris Park
7bb21d5041cMMerge branch 'master' ofhttps://chrispark@code.imphub.org/scm/ihe/xdw.git
Chris ParkChris Park
e1964e721a4Changed scope - only one ApplicationScoped class
Steve MooreSteve Moore
6a0d5955555Comment out a long line of code that was not syntactically correct. Ithink this test file is incomplete and needs rework.
Steve MooreSteve Moore
61e3832b638Change <xsl:sytlesheet> to <stylesheet>. That makes Eclipse happierabout the definition. I'm not sure if this is the right answer.
Steve MooreSteve Moore
c1663d6879aChange <xsl:sytlesheet> to <stylesheet>. That makes Eclipse happierabout the definition. I'm not sure if this is the right answer.
Steve MooreSteve Moore
67d8bfa1e94Replace all hard coded paths with paths relative to the runDirectorythat is found at runtime.
Steve MooreSteve Moore
9f4ae250c21Change hard coded path to a relative path that will be part of the warfile at execution.
Steve MooreSteve Moore
303acf98a74Remove reference to JUnit.
Steve MooreSteve Moore
42d546dba45Remove import to XMLSerializer.
Steve MooreSteve Moore
97b52d0400fRemove references to deprecated code for prettyPrint'ing an XMLdocument.
Steve MooreSteve Moore
c49679640fcRemove dependency on JUnit.
Steve MooreSteve Moore
9bd35d62121Remove dependency on JUnit.
Chris ParkChris Park
c6a466c3a01Edited SubmitToRepoHandler.java