Class AttributeValue

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.common.AttributeValue
All Implemented Interfaces:
Identifiable, Serializable

public class AttributeValue extends AbstractIdentifiable
The class to represent the different types of clinical attribute values.
See Also:
  • Constructor Details

    • AttributeValue

      public AttributeValue(String id, String name, Serializable value)
      It is not intended or recommended that the consumer of this API to use this constructor.
      Parameters:
      id - The unique identifier of the attribute.
      name - The name of the attribute.
      value - The value of the attribute.
    • AttributeValue

      public AttributeValue(String name, Serializable value)
      Constructor.
      Parameters:
      name - The name of the attribute.
      value - The value of the attribute.
  • Method Details