Class LookupOutcome
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.LookupOutcome
-
public class LookupOutcome extends java.lang.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(java.lang.Object obj)
java.util.List<LookupOutcome.Designation>
getDesignation()
String
getDisplay()
String
getName()
java.util.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 java.util.List<LookupOutcome.Designation> getDesignation()
-
getProperty
public java.util.List<LookupOutcome.Property> getProperty()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toBuilder
public LookupOutcome.Builder toBuilder()
-
builder
public static LookupOutcome.Builder builder()
-
toParameters
public Parameters toParameters()
-
-