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() @HotSpotIntrinsicCandidate()
  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 getCardinality(): String
    Annotations
    @root()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getConformance(): String
    Annotations
    @root()
  16. def getDataType(): String
    Annotations
    @root()
  17. def getDefault(): String
    Annotations
    @root()
  18. def getFieldNumber(): Int
    Annotations
    @root()
  19. def getMaxLength(): Int
    Annotations
    @root()
  20. def getName(): String
    Annotations
    @root()
  21. def getNotes(): String
    Annotations
    @root()
  22. def getUsage(): String
    Annotations
    @root()
  23. def getXtraValidation(): Array[RuleValidation]
    Annotations
    @root()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. var maxLength: Int
  27. var name: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. var notes: String
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def setCardinality(arg0: String): Unit
    Annotations
    @root()
  33. def setConformance(arg0: String): Unit
    Annotations
    @root()
  34. def setDataType(arg0: String): Unit
    Annotations
    @root()
  35. def setDefault(arg0: String): Unit
    Annotations
    @root()
  36. def setFieldNumber(arg0: Int): Unit
    Annotations
    @root()
  37. def setMaxLength(arg0: Int): Unit
    Annotations
    @root()
  38. def setName(arg0: String): Unit
    Annotations
    @root()
  39. def setNotes(arg0: String): Unit
    Annotations
    @root()
  40. def setUsage(arg0: String): Unit
    Annotations
    @root()
  41. def setXtraValidation(arg0: Array[RuleValidation]): Unit
    Annotations
    @root()
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. var usage: String
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. var xtraValidation: Array[RuleValidation]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped