Interface IBaseOperationOutcomeOperations
-
- All Known Implementing Classes:
OperationOutcomeOperations
public interface IBaseOperationOutcomeOperations
- Author:
- Christian Ohr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDiagnostics(IBaseOperationOutcome operationOutcome)
String
getWorstIssueSeverity(IBaseOperationOutcome operationOutcome)
boolean
hasIssue(IBaseOperationOutcome operationOutcome)
-
-
-
Method Detail
-
hasIssue
boolean hasIssue(IBaseOperationOutcome operationOutcome)
-
getDiagnostics
String getDiagnostics(IBaseOperationOutcome operationOutcome)
-
getWorstIssueSeverity
String getWorstIssueSeverity(IBaseOperationOutcome operationOutcome)
-
-