Class ExpansionParameters
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.ExpansionParameters
-
public class ExpansionParameters extends java.lang.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(java.lang.Object obj)
static ExpansionParameters
from(Parameters parameters)
Boolean
getActiveOnly()
java.util.List<Canonical>
getCheckSystemVersion()
Uri
getContext()
Code
getContextDirection()
Integer
getCount()
DateTime
getDate()
Code
getDisplayLanguage()
Boolean
getExcludeNested()
Boolean
getExcludeNotForUI()
Boolean
getExcludePostCoordinated()
java.util.List<Canonical>
getExcludeSystem()
String
getFilter()
java.util.List<Canonical>
getForceSystemVersion()
Boolean
getIncludeDesignations()
Integer
getOffset()
java.util.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()
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toBuilder
public ExpansionParameters.Builder toBuilder()
-
builder
public static ExpansionParameters.Builder builder()
-
from
public static ExpansionParameters from(Parameters parameters)
-
-