public interface IParamBinder<T>
| Modifier and Type | Method and Description |
|---|---|
List<IQueryParameterOr<?>> |
encode(FhirContext theContext,
T theString) |
T |
parse(FhirContext theContext,
String theName,
List<QualifiedParamList> theList) |
List<IQueryParameterOr<?>> encode(FhirContext theContext, T theString) throws InternalErrorException
InternalErrorExceptionT parse(FhirContext theContext, String theName, List<QualifiedParamList> theList) throws InternalErrorException, InvalidRequestException
Copyright © 2014–2019 University Health Network. All rights reserved.