Enum Class CocoClinicalTrialActionTarget
java.lang.Object
java.lang.Enum<CocoClinicalTrialActionTarget>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- All Implemented Interfaces:
Serializable
,Comparable<CocoClinicalTrialActionTarget>
,Constable
ActionTarget provides some standard action type names to use in the implementation of governance services.
Using standard action target names helps to simplify the use of the governance services in
governance action processes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA data processing purpose that has been approved for data from this hospital.Catalog where data for clinical trial is to reside.The person who can be contacted if there are problems with the data from this hospital.The person who can be contacted if there are problems with the data from this hospital.The person who can be contacted if there are problems with the data from this hospital.Person responsible for the design of the data stores and templates, plus management of the data pipelines.The certification type that should be used to certify the hospital.Person responsible for the analysis of the clinical trial data.Hospital that will be supplying data for the clinical trial.The certification type that should be used to certify the hospital.The type of licences granted by the hospital for data that originates from them for this clinical trial.Person building the data quality evaluation components.Person responsible for the delivery of the new templates and components for the clinical trial.Integration connector that maintains the last update date for the volume.Integration connector that maintains the last update date for the volume.Project used to control the clinical trial.Project used to control the clinical trial. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn an action target type for use in the governance action service's provider.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target.Return the description of the action target.static List<ActionTargetType>
Return the action targets defined for this service.getName()
Return the name of the action target.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.Return the type name of the element that is linked to for this type of action target.toString()
JSON-style toStringReturns the enum constant of this class with the specified name.static CocoClinicalTrialActionTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARENT_PROJECT
Project used to control the clinical trial. -
PROJECT
Project used to control the clinical trial. -
DATA_SPEC_PROJECT
-
DEV_PROJECT
-
ONBOARD_PIPELINE_PROJECT
-
TEMPLATE_PROJECT
-
DQ_PROJECT
-
ANALYSIS_PROJECT
-
HOSPITAL_MANAGEMENT_PROJECT
-
DATA_SPEC
-
HOSPITAL
Hospital that will be supplying data for the clinical trial. -
CONTACT_PERSON
The person who can be contacted if there are problems with the data from this hospital. -
CLINICAL_TRIAL_OWNER
The person who can be contacted if there are problems with the data from this hospital. -
CLINICAL_TRIAL_MANAGER
The person who can be contacted if there are problems with the data from this hospital. -
IT_PROJECT_MANAGER
Person responsible for the delivery of the new templates and components for the clinical trial. -
DATA_ENGINEER
Person responsible for the design of the data stores and templates, plus management of the data pipelines. -
INTEGRATION_DEVELOPER
Person building the data quality evaluation components. -
DATA_SCIENTIST
Person responsible for the analysis of the clinical trial data. -
CATALOG
Catalog where data for clinical trial is to reside. -
LAST_UPDATE_CONNECTOR
Integration connector that maintains the last update date for the volume. -
LANDING_AREA_CONNECTOR
Integration connector that maintains the last update date for the volume. -
HOSPITAL_DATA_LICENSE_TYPE
The type of licences granted by the hospital for data that originates from them for this clinical trial. -
APPROVED_PURPOSES
A data processing purpose that has been approved for data from this hospital. It is a combination of permitted purposes from the license, and Coco Pharmaceutical's own governance practices. -
HOSPITAL_CERTIFICATION_TYPE
The certification type that should be used to certify the hospital. -
DATA_QUALITY_CERTIFICATION_TYPE
The certification type that should be used to certify the hospital. -
GENERIC_ONBOARDING_PIPELINE
-
GENERIC_HOSPITAL_NOMINATION_GAT
-
GENERIC_HOSPITAL_CERTIFICATION_GAT
-
GENERIC_HOSPITAL_ONBOARDING_GAT
-
GENERIC_SET_UP_DATA_LAKE_GAT
-
ONBOARD_HOSPITAL_PROCESS
-
VALIDATED_WEEKLY_FILES_DATA_SET
-
INFORMATION_SUPPLY_CHAIN
-
-
Field Details
-
name
Action target name -
description
Description of the action target. -
typeName
The open metadata type name of the element that can be this type of action target.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getClinicalTrialSetupActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getNominateHospitalActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getCertifyHospitalActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getSetUpDataLakeActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getHospitalOnboardingActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getCertifyWeeklyMeasurementsActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getActionTargetType
Return an action target type for use in the governance action service's provider.- Returns:
- action target type
-
getName
Return the name of the action target.- Returns:
- string name
-
getDescription
Return the description of the action target.- Returns:
- string description
-
getTypeName
Return the type name of the element that is linked to for this type of action target.- Returns:
- type name
-
getDeployedImplementationType
Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target. This is typically only set for assets.- Returns:
- preferred value string
-
toString
JSON-style toString- Overrides:
toString
in classEnum<CocoClinicalTrialActionTarget>
- Returns:
- return string containing the property names and values
-