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 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 IPrimitiveType<?> createString(FhirContext theContext, String theValue)
public static IBaseParameters newInstance(FhirContext theContext)
Copyright © 2014–2018 University Health Network. All rights reserved.