Class ExpandValueSet

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

    public class ExpandValueSet
    extends UnaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The ExpandValueSet operator returns the current expansion for the given value set. The operation exoects a single argument of type ValueSet. This may be a static reference to a value set (i.e. a ValueSetRef), or a ValueSet value to support dynamic value set usage. The operation is used as the implicit conversion from a ValueSet reference to a list of codes. If the argument is null, the result is null.

    Java class for ExpandValueSet complex type.

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

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