Class ExpansionParameters
- java.lang.Object
 - 
- org.linuxforhealth.fhir.term.service.ExpansionParameters
 
 
- 
public class ExpansionParameters extends java.lang.ObjectThis 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(java.lang.Object obj)static ExpansionParametersfrom(Parameters parameters)BooleangetActiveOnly()java.util.List<Canonical>getCheckSystemVersion()UrigetContext()CodegetContextDirection()IntegergetCount()DateTimegetDate()CodegetDisplayLanguage()BooleangetExcludeNested()BooleangetExcludeNotForUI()BooleangetExcludePostCoordinated()java.util.List<Canonical>getExcludeSystem()StringgetFilter()java.util.List<Canonical>getForceSystemVersion()BooleangetIncludeDesignations()IntegergetOffset()java.util.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()
 
- 
getExcludeSystem
public java.util.List<Canonical> getExcludeSystem()
 
- 
getSystemVersion
public java.util.List<Canonical> getSystemVersion()
 
- 
getCheckSystemVersion
public java.util.List<Canonical> getCheckSystemVersion()
 
- 
getForceSystemVersion
public java.util.List<Canonical> getForceSystemVersion()
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toBuilder
public ExpansionParameters.Builder toBuilder()
 
- 
builder
public static ExpansionParameters.Builder builder()
 
- 
from
public static ExpansionParameters from(Parameters parameters)
 
 - 
 
 -