public class ParametersUtil extends Object
| Constructor and Description |
|---|
ParametersUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addParameterToParameters(FhirContext theContext,
IBaseParameters theParameters,
String theName,
Object theValue)
Add a paratemer value to a Parameters resource
|
static void |
addParameterToParameters(FhirContext theContext,
IBaseParameters theParameters,
String theName,
String thePrimitiveDatatype,
String theValue)
Add a paratemer value to a Parameters resource
|
static IPrimitiveType<?> |
createString(FhirContext theContext,
String theValue) |
static List<String> |
getNamedParameterValuesAsString(FhirContext theCtx,
IBaseParameters theParameters,
String theParameterName) |
static IBaseParameters |
newInstance(FhirContext theContext) |
public ParametersUtil()
public static List<String> getNamedParameterValuesAsString(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)
public static void addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, Object theValue)
public static void addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, String thePrimitiveDatatype, String theValue)
theContext - The FhirContexttheParameters - The Parameters resourcetheName - The parameter namethePrimitiveDatatype - The datatype, e.g. "string", or "uri"theValue - The valuepublic static IPrimitiveType<?> createString(FhirContext theContext, String theValue)
public static IBaseParameters newInstance(FhirContext theContext)
Copyright © 2014–2019 University Health Network. All rights reserved.