Package com.ibm.fhir.term.service
Class TranslationOutcome
- java.lang.Object
-
- com.ibm.fhir.term.service.TranslationOutcome
-
public class TranslationOutcome extends Object
This class is used to represent the outcome of the translate operation: http://hl7.org/fhir/conceptmap-operation-translate.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranslationOutcome.Builder
static class
TranslationOutcome.Match
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranslationOutcome.Builder
builder()
boolean
equals(Object obj)
List<TranslationOutcome.Match>
getMatch()
String
getMessage()
Boolean
getResult()
int
hashCode()
TranslationOutcome.Builder
toBuilder()
Parameters
toParameters()
-
-
-
Method Detail
-
getResult
public Boolean getResult()
-
getMessage
public String getMessage()
-
getMatch
public List<TranslationOutcome.Match> getMatch()
-
toParameters
public Parameters toParameters()
-
toBuilder
public TranslationOutcome.Builder toBuilder()
-
builder
public static TranslationOutcome.Builder builder()
-
-