Package com.ibm.fhir.term.service
Class ExpansionParameters
- java.lang.Object
-
- com.ibm.fhir.term.service.ExpansionParameters
-
public class ExpansionParameters extends Object
This class is used to represent the optional input parameters of the expand operation: http://hl7.org/fhir/valueset-operation-expand.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpansionParameters.Builder
-
Field Summary
Fields Modifier and Type Field Description static ExpansionParametersEMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpansionParameters.Builderbuilder()booleanequals(Object obj)static ExpansionParametersfrom(Parameters parameters)BooleangetActiveOnly()List<Canonical>getCheckSystemVersion()UrigetContext()CodegetContextDirection()IntegergetCount()DateTimegetDate()CodegetDisplayLanguage()BooleangetExcludeNested()BooleangetExcludeNotForUI()BooleangetExcludePostCoordinated()List<Canonical>getExcludeSystem()StringgetFilter()List<Canonical>getForceSystemVersion()BooleangetIncludeDesignations()IntegergetOffset()List<Canonical>getSystemVersion()inthashCode()ExpansionParameters.BuildertoBuilder()
-
-
-
Field Detail
-
EMPTY
public static final ExpansionParameters EMPTY
-
-
Method Detail
-
getContext
public Uri getContext()
-
getContextDirection
public Code getContextDirection()
-
getFilter
public String getFilter()
-
getDate
public DateTime getDate()
-
getOffset
public Integer getOffset()
-
getCount
public Integer getCount()
-
getIncludeDesignations
public Boolean getIncludeDesignations()
-
getActiveOnly
public Boolean getActiveOnly()
-
getExcludeNested
public Boolean getExcludeNested()
-
getExcludeNotForUI
public Boolean getExcludeNotForUI()
-
getExcludePostCoordinated
public Boolean getExcludePostCoordinated()
-
getDisplayLanguage
public Code getDisplayLanguage()
-
toBuilder
public ExpansionParameters.Builder toBuilder()
-
builder
public static ExpansionParameters.Builder builder()
-
from
public static ExpansionParameters from(Parameters parameters)
-
-