Uses of Class
com.ibm.fhir.path.FHIRPathQuantityNode
-
Packages that use FHIRPathQuantityNode Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor -
-
Uses of FHIRPathQuantityNode in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathQuantityNode Modifier and Type Method Description FHIRPathQuantityNode
FHIRPathQuantityNode. add(FHIRPathQuantityNode node)
Add this FHIRPathQuantityNode to another FHIRPathQuantityNodeFHIRPathQuantityNode
FHIRPathElementNode. asQuantityNode()
Cast this FHIRPathElementNode to aFHIRPathQuantityNode
FHIRPathQuantityNode
FHIRPathQuantityNode.Builder. build()
Build a FHIRPathQuantityNode instance using this builderFHIRPathQuantityNode
FHIRPathQuantityNode. subtract(FHIRPathQuantityNode node)
Subtract another FHIRPathQuantityNode from this FHIRPathQuantityNodeMethods in com.ibm.fhir.path with parameters of type FHIRPathQuantityNode Modifier and Type Method Description FHIRPathQuantityNode
FHIRPathQuantityNode. add(FHIRPathQuantityNode node)
Add this FHIRPathQuantityNode to another FHIRPathQuantityNodeFHIRPathQuantityNode
FHIRPathQuantityNode. subtract(FHIRPathQuantityNode node)
Subtract another FHIRPathQuantityNode from this FHIRPathQuantityNode -
Uses of FHIRPathQuantityNode in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathQuantityNode Modifier and Type Method Description static FHIRPathQuantityNode
FHIRPathUtil. getQuantityNode(java.util.Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathQuantityNode in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathQuantityNode Modifier and Type Method Description void
FHIRPathDefaultNodeVisitor. visit(FHIRPathQuantityNode node)
void
FHIRPathNodeVisitor. visit(FHIRPathQuantityNode node)
-