Package org.hl7.fhir.r5.model
Enum ArtifactAssessment.ArtifactAssessmentWorkflowStatus
java.lang.Object
java.lang.Enum<ArtifactAssessment.ArtifactAssessmentWorkflowStatus>
org.hl7.fhir.r5.model.ArtifactAssessment.ArtifactAssessmentWorkflowStatus
- All Implemented Interfaces:
Serializable
,Comparable<ArtifactAssessment.ArtifactAssessmentWorkflowStatus>
- Enclosing class:
ArtifactAssessment
public static enum ArtifactAssessment.ArtifactAssessmentWorkflowStatus
extends Enum<ArtifactAssessment.ArtifactAssessmentWorkflowStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThe comment is resolved and any necessary changes have been appliedThe comment is acceptable, but resolution of the comment and application of any associated changes have been deferredThe comment is a duplicate of another comment already receivedThe assessment was entered in erroradded to help the parsers with the generic typesThe necessary changes to the artifact have been published in a new version of the artifactThe comment has been resolved and changes are required to address the commentThe comment has been resolved and no changes resulted from the resolutionThe comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken.The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment.The comment is waiting for input from a specific party before next steps can be taken. -
Method Summary
-
Enum Constant Details
-
SUBMITTED
The comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken. -
TRIAGED
The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment. -
WAITINGFORINPUT
The comment is waiting for input from a specific party before next steps can be taken. -
RESOLVEDNOCHANGE
The comment has been resolved and no changes resulted from the resolution -
RESOLVEDCHANGEREQUIRED
The comment has been resolved and changes are required to address the comment -
DEFERRED
The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred -
DUPLICATE
The comment is a duplicate of another comment already received -
APPLIED
The comment is resolved and any necessary changes have been applied -
PUBLISHED
The necessary changes to the artifact have been published in a new version of the artifact -
ENTEREDINERROR
The assessment was entered in error -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ArtifactAssessment.ArtifactAssessmentWorkflowStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-