package stereotypez
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stereotypez
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ConfidentialityProfileAttribute(attributeName: String, tag: String, retiredFromPS36: Boolean, inStdCompIODFromPS33: Boolean, basicProfile: ActionCode, retainSafePrivateOption: Option[ActionCode], retainUIDsOption: Option[ActionCode], retainDeviceIdentOption: Option[ActionCode], retainInstIdentOption: Option[ActionCode], retainPatientCharsOption: Option[ActionCode], retainLongFullDatesOption: Option[ActionCode], retainLongModifDatesOption: Option[ActionCode], cleanDescOption: Option[ActionCode], cleanStructContOption: Option[ActionCode], cleanGraphOption: Option[ActionCode]) extends Product with Serializable
- abstract class Deidentifier extends AnyRef
- class Deidentify extends AnyRef
- class OddGroupDeidentifier extends Deidentifier
- trait ProfileOption extends AnyRef
- class RangeDeidentifier extends Deidentifier
- class TagDeidentifier extends Deidentifier
- class UnknownActionCodeException extends RuntimeException
Value Members
- lazy val deidentifiers: Seq[Deidentifier]
- def loadConfidentialityProfileAttributes(): Seq[Deidentifier]
- implicit def toDate(dateToConvert: LocalDateTime): Date
- implicit def toDate(dateToConvert: LocalDate): Date
- implicit def toLocalDate(dateToConvert: Date): LocalDate
- implicit def toLocalDateTime(dateToConvert: Date): LocalDateTime
- object ActionCode extends Enumeration
- object BasicProfile extends ProfileOption
- object CleanDescOption extends ProfileOption
- object CleanGraphOption extends ProfileOption
- object CleanStructContOption extends ProfileOption
- object Deidentify
- object OddGroupDeidentifier
- object RangeDeidentifier
- object RetainDeviceIdentOption extends ProfileOption
- object RetainInstIdentOption extends ProfileOption
- object RetainLongFullDatesOption extends ProfileOption
- object RetainLongModifDatesOption extends ProfileOption
- object RetainPatientCharsOption extends ProfileOption
- object RetainSafePrivateOption extends ProfileOption
- object RetainUIDsOption extends ProfileOption
- object TagDeidentifier