Packages

c

open.HL7PET.tools.model

HL7SegmentField

class HL7SegmentField extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HL7SegmentField
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HL7SegmentField()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var cardinality: String
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. var conformance: String
  8. var dataType: String
  9. var default: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. var fieldNumber: Int
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def getCardinality(): String
    Annotations
    @root()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConformance(): String
    Annotations
    @root()
  17. def getDataType(): String
    Annotations
    @root()
  18. def getDefault(): String
    Annotations
    @root()
  19. def getFieldNumber(): Int
    Annotations
    @root()
  20. def getMaxLength(): Int
    Annotations
    @root()
  21. def getName(): String
    Annotations
    @root()
  22. def getNotes(): String
    Annotations
    @root()
  23. def getUsage(): String
    Annotations
    @root()
  24. def getXtraValidation(): Array[RuleValidation]
    Annotations
    @root()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. var maxLength: Int
  28. var name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. var notes: String
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def setCardinality(arg0: String): Unit
    Annotations
    @root()
  34. def setConformance(arg0: String): Unit
    Annotations
    @root()
  35. def setDataType(arg0: String): Unit
    Annotations
    @root()
  36. def setDefault(arg0: String): Unit
    Annotations
    @root()
  37. def setFieldNumber(arg0: Int): Unit
    Annotations
    @root()
  38. def setMaxLength(arg0: Int): Unit
    Annotations
    @root()
  39. def setName(arg0: String): Unit
    Annotations
    @root()
  40. def setNotes(arg0: String): Unit
    Annotations
    @root()
  41. def setUsage(arg0: String): Unit
    Annotations
    @root()
  42. def setXtraValidation(arg0: Array[RuleValidation]): Unit
    Annotations
    @root()
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. var usage: String
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. var xtraValidation: Array[RuleValidation]

Inherited from AnyRef

Inherited from Any

Ungrouped