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 class
ExpansionParameters.Builder
-
Field Summary
Fields Modifier and Type Field Description static ExpansionParameters
EMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpansionParameters.Builder
builder()
boolean
equals(Object obj)
static ExpansionParameters
from(Parameters parameters)
Boolean
getActiveOnly()
List<Canonical>
getCheckSystemVersion()
Uri
getContext()
Code
getContextDirection()
Integer
getCount()
DateTime
getDate()
Code
getDisplayLanguage()
Boolean
getExcludeNested()
Boolean
getExcludeNotForUI()
Boolean
getExcludePostCoordinated()
List<Canonical>
getExcludeSystem()
String
getFilter()
List<Canonical>
getForceSystemVersion()
Boolean
getIncludeDesignations()
Integer
getOffset()
List<Canonical>
getSystemVersion()
int
hashCode()
ExpansionParameters.Builder
toBuilder()
-
-
-
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)
-
-