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 classLookupOutcome.Builderstatic classLookupOutcome.Designationstatic classLookupOutcome.Property
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupOutcome.Builderbuilder()booleanequals(Object obj)List<LookupOutcome.Designation>getDesignation()StringgetDisplay()StringgetName()List<LookupOutcome.Property>getProperty()StringgetVersion()inthashCode()LookupOutcome.BuildertoBuilder()ParameterstoParameters()
-
-
-
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()
-
-