Packages

abstract class RxHCC extends RxhccFnMaps with SexMap with CheckLicense with HCCUtil

An RxHcc base class implements a fundamental algorithm and contains basic parameters.

Attributes
protected[johnsnowlabs]
Linear Supertypes
HCCUtil, CheckLicense, SexMap, RxhccFnMaps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RxHCC
  2. HCCUtil
  3. CheckLicense
  4. SexMap
  5. RxhccFnMaps
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RxHCC()

Abstract Value Members

  1. abstract def applyAgeSexEdits(ccDct: Map[String, Seq[String]], age: Int, sex: String): Map[String, Seq[String]]
    Attributes
    protected
  2. abstract def applyInteractions(ccLst: Seq[String], age: Int, disabled: Boolean, nonAged: Boolean, elig: String): Seq[String]
    Attributes
    protected
  3. abstract def normalizationParam: Double
  4. abstract def version: String
  5. abstract def year: String

Concrete 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. def HCCFromICD(icd10codes: Seq[String]): Map[String, Seq[String]]
    Definition Classes
    HCCUtil
  5. def HCCLabels(hccList: Seq[String]): Map[String, String]
    Definition Classes
    HCCUtil
  6. def applyHierarchy(ccDct: Map[String, Seq[String]]): Seq[String]
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def checkValidEnvironment(spark: Option[SparkSession], scopes: Seq[String]): Unit
    Definition Classes
    CheckLicense
  9. def checkValidScope(scope: String): Unit
    Definition Classes
    CheckLicense
  10. def checkValidScopeAndEnvironment(scope: String, spark: Option[SparkSession], checkLp: Boolean): Unit
    Definition Classes
    CheckLicense
  11. def checkValidScopesAndEnvironment(scopes: Seq[String], spark: Option[SparkSession], checkLp: Boolean): Unit
    Definition Classes
    CheckLicense
  12. def cif: Double
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. val coefn: Map[String, Double]
    Definition Classes
    RxhccFnMaps
  15. def diffBetweenHCCs(beforeHCClist: Seq[String], afterHCClist: Seq[String]): Map[String, List[String]]
    Definition Classes
    HCCUtil
  16. val dx2cc: Map[String, Seq[String]]
    Definition Classes
    RxhccFnMaps
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getVersion: String
    Definition Classes
    RxHCCRxhccFnMaps
  22. def getYear: String
    Definition Classes
    RxHCCRxhccFnMaps
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val hier: Map[String, Array[String]]
    Definition Classes
    RxhccFnMaps
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val label: Map[String, String]
    Definition Classes
    RxhccFnMaps
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def profile(dxLst: Seq[String], age: Int = 70, sex: String = "M", elig: String = "CE_LTI", orec: String = "0", esrd: Boolean = false): Map[String, Any]
  31. val rxhccfnmaps: Map[String, Map[String, Map[String, String]]]
    Definition Classes
    RxhccFnMaps
  32. def sexmap(sex: String): String
    Definition Classes
    SexMap
  33. val smap: Map[String, String]
    Definition Classes
    SexMap
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HCCUtil

Inherited from CheckLicense

Inherited from SexMap

Inherited from RxhccFnMaps

Inherited from AnyRef

Inherited from Any

Ungrouped