public class CompositeCriterion<A extends IParam,B extends IParam> extends Object implements ICompositeWithLeft<B>, ICriterion<B>, ICriterionInternal
| Constructor and Description |
|---|
CompositeCriterion(String theName,
ICriterion<A> theLeft) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName() |
String |
getParameterValue(FhirContext theContext) |
ICriterion<B> |
withRight(ICriterion<B> theRight) |
public CompositeCriterion(String theName, ICriterion<A> theLeft)
public ICriterion<B> withRight(ICriterion<B> theRight)
withRight in interface ICompositeWithLeft<B extends IParam>public String getParameterValue(FhirContext theContext)
getParameterValue in interface ICriterionInternalpublic String getParameterName()
getParameterName in interface ICriterionInternalCopyright © 2014–2019 University Health Network. All rights reserved.