Package com.ibm.fhir.term.spi
Class LookupOutcome
- java.lang.Object
-
- com.ibm.fhir.term.spi.LookupOutcome
-
public class LookupOutcome extends Object
This class is used to represent the outcome of the lookup operation: http://hl7.org/fhir/codesystem-operation-lookup.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LookupOutcome.Builder
static class
LookupOutcome.Designation
static class
LookupOutcome.Property
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupOutcome.Builder
builder()
boolean
equals(Object obj)
List<LookupOutcome.Designation>
getDesignation()
String
getDisplay()
String
getName()
List<LookupOutcome.Property>
getProperty()
String
getVersion()
int
hashCode()
LookupOutcome.Builder
toBuilder()
Parameters
toParameters()
-
-
-
Method Detail
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getDisplay
public String getDisplay()
-
getDesignation
public List<LookupOutcome.Designation> getDesignation()
-
getProperty
public List<LookupOutcome.Property> getProperty()
-
toBuilder
public LookupOutcome.Builder toBuilder()
-
builder
public static LookupOutcome.Builder builder()
-
toParameters
public Parameters toParameters()
-
-