Class BaseOperationOutcomeUtils
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.audit.BaseOperationOutcomeUtils
Helper class to obtain details from
IBaseOperationOutcome
implementations
independently of the actually used FHIR version.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getDiagnostics
(FhirContext fhirContext, IBaseOperationOutcome operationOutcome) static String
getWorstIssueSeverity
(FhirContext fhirContext, IBaseOperationOutcome operationOutcome) static boolean
hasIssue
(FhirContext fhirContext, IBaseOperationOutcome operationOutcome)
-
Constructor Details
-
BaseOperationOutcomeUtils
public BaseOperationOutcomeUtils()
-
-
Method Details
-
hasIssue
-
getDiagnostics
public static String getDiagnostics(FhirContext fhirContext, IBaseOperationOutcome operationOutcome) -
getWorstIssueSeverity
public static String getWorstIssueSeverity(FhirContext fhirContext, IBaseOperationOutcome operationOutcome)
-