List<IQueryParameterOr<?>> |
QueryParameterAndBinder.encode(FhirContext theContext,
IQueryParameterAnd<?> theString) |
List<IQueryParameterOr<?>> |
QueryParameterOrBinder.encode(FhirContext theContext,
IQueryParameterOr<?> theValue) |
List<IQueryParameterOr<?>> |
QueryParameterTypeBinder.encode(FhirContext theContext,
IQueryParameterType theValue) |
List<IQueryParameterOr<?>> |
IParamBinder.encode(FhirContext theContext,
T theString) |
T |
IParamBinder.parse(FhirContext theContext,
String theName,
List<QualifiedParamList> theList) |
IQueryParameterAnd<?> |
QueryParameterAndBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theString) |
IQueryParameterOr<?> |
QueryParameterOrBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theString) |
IQueryParameterType |
QueryParameterTypeBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParams) |