Adds a name to the set of already known identifiers. Has no affect if the name is already considered an existing identifier.
@param name a not null name
Sets the name argument of the search to the given name. This value is a partial name. The businessList return contains BusinessInfo objects for businesses whose name matches the value passed (leftmost match).
@param nameValue The name argument of the search.
Sets the name argument of the search to the given name. This value is a partial name. The serviceList return contains ServiceInfo objects for services whose name matches the value passed (leftmost match).
@param nameValue The name argument of the search.
enabled Beyond Filter capabilities.addName("NullCheck"); // will enable PropertyIsNull Filter capabilities.addName("SUB"); // will enabled hasSimpleArithmetic capabilities.addName("PI"); // add a no argument function called PI()
@param name FilterCapabilities Operand name such as "BBOX", "Like" or "MUL"
Patient's name Note: This adds a uk.nhs.interoperability.payloads.commontypes.PersonName object, but this method can be called multiple times to add additional uk.nhs.interoperability.payloads.commontypes.PersonName objects.
@param Name value to add to this list
@return this To allow the use of the builder pattern
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.