|
@ -258,7 +258,7 @@ public class DocumentEndPoint extends ExtendEndPoint<MCDADocument> {
|
|
|
return list;
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = ServiceApi.Standards.DocumentDataSetList, method = RequestMethod.GET)
|
|
|
@RequestMapping(value = ServiceApi.Standards.DocumentDataSetList,produces = MediaType.APPLICATION_JSON_UTF8_VALUE,method = RequestMethod.GET)
|
|
|
Map<String,List<MCdaDataSet>> getCDADataSetByCDAIdList(
|
|
|
@RequestParam(value = "version") String version,
|
|
|
@RequestParam(value = "document_Id") String[] cdaDocumentId){
|