org.springframework.http.ResponseEntity |
OpenehrCompositionController.createComposition(String openehrVersion,
String openehrAuditDetails,
String contentType,
String accept,
String prefer,
String ehrIdString,
String composition) |
|
org.springframework.http.ResponseEntity |
OpenehrContributionController.createContribution(String openehrVersion,
String openehrAuditDetails,
String contentType,
String accept,
String prefer,
String ehrIdString,
String contribution) |
|
org.springframework.http.ResponseEntity |
OpenehrEhrController.createEhr(String openehrVersion,
String openehrAuditDetails,
String contentType,
String accept,
String prefer,
com.nedap.archie.rm.ehr.EhrStatus ehrStatus) |
|
org.springframework.http.ResponseEntity<EhrResponseData> |
OpenehrEhrController.createEhrWithId(String openehrVersion,
String openehrAuditDetails,
String accept,
String prefer,
String ehrIdString,
com.nedap.archie.rm.ehr.EhrStatus ehrStatus) |
|
org.springframework.http.ResponseEntity<DirectoryResponseData> |
OpenehrDirectoryController.createFolder(String openEhrVersion,
String openEhrAuditDetails,
String contentType,
String accept,
String prefer,
UUID ehrId,
com.nedap.archie.rm.directory.Folder folder) |
|
org.springframework.http.ResponseEntity |
OpenehrCompositionController.updateComposition(String openehrVersion,
String openehrAuditDetails,
String contentType,
String accept,
String prefer,
String ifMatch,
String ehrIdString,
String versionedObjectUidString,
String composition) |
|
org.springframework.http.ResponseEntity<EhrStatusResponseData> |
OpenehrEhrStatusController.updateEhrStatus(String accept,
String contentType,
String prefer,
String ifMatch,
String ehrIdString,
com.nedap.archie.rm.ehr.EhrStatus ehrStatus) |
|
org.springframework.http.ResponseEntity<DirectoryResponseData> |
OpenehrDirectoryController.updateFolder(String openEhrVersion,
String openEhrAuditDetails,
String contentType,
String accept,
String prefer,
String ifMatch,
UUID ehrId,
com.nedap.archie.rm.directory.Folder folder,
String requestUrl) |
|