Class ToConcept

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    ToConceptEvaluator

    public class ToConcept
    extends UnaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The ToConcept operator converts a value of type Code to a Concept value with the given Code as its primary and only Code. If the Code has a display value, the resulting Concept will have the same display value. If the input is a list of Codes, the resulting Concept will have all the input Codes, and will not have a display value. If the argument is null, the result is null.

    Java class for ToConcept complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ToConcept">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
         </extension>
       </complexContent>
     </complexType>