Package com.ibm.fhir.term.spi
Class ValidationOutcome
- java.lang.Object
-
- com.ibm.fhir.term.spi.ValidationOutcome
-
public class ValidationOutcome extends Object
This class is used to represent the outcome of the validate-code operations: http://hl7.org/fhir/codesystem-operation-validate-code.html and http://hl7.org/fhir/valueset-operation-validate-code.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationOutcome.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationOutcome.Builderbuilder()booleanequals(Object obj)StringgetDisplay()StringgetMessage()BooleangetResult()inthashCode()ValidationOutcome.BuildertoBuilder()ParameterstoParameters()
-
-
-
Method Detail
-
getResult
public Boolean getResult()
-
getMessage
public String getMessage()
-
getDisplay
public String getDisplay()
-
toParameters
public Parameters toParameters()
-
toBuilder
public ValidationOutcome.Builder toBuilder()
-
builder
public static ValidationOutcome.Builder builder()
-
-