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 Constants Enum Constant Description APPLIEDThe comment is resolved and any necessary changes have been appliedDEFERREDThe comment is acceptable, but resolution of the comment and application of any associated changes have been deferredDUPLICATEThe comment is a duplicate of another comment already receivedNULLadded to help the parsers with the generic typesPUBLISHEDThe necessary changes to the artifact have been published in a new version of the artifactRESOLVEDCHANGEREQUIREDThe comment has been resolved and changes are required to address the commentRESOLVEDNOCHANGEThe comment has been resolved and no changes resulted from the resolutionSUBMITTEDThe 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.TRIAGEDThe comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment.WAITINGFORINPUTThe comment is waiting for input from a specific party before next steps can be taken.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArtifactAssessment.ArtifactAssessmentWorkflowStatusfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ArtifactAssessment.ArtifactAssessmentWorkflowStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactAssessment.ArtifactAssessmentWorkflowStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SUBMITTED
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus 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
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus TRIAGED
The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment.
-
WAITINGFORINPUT
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus WAITINGFORINPUT
The comment is waiting for input from a specific party before next steps can be taken.
-
RESOLVEDNOCHANGE
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus RESOLVEDNOCHANGE
The comment has been resolved and no changes resulted from the resolution
-
RESOLVEDCHANGEREQUIRED
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus RESOLVEDCHANGEREQUIRED
The comment has been resolved and changes are required to address the comment
-
DEFERRED
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus DEFERRED
The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred
-
DUPLICATE
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus DUPLICATE
The comment is a duplicate of another comment already received
-
APPLIED
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus APPLIED
The comment is resolved and any necessary changes have been applied
-
PUBLISHED
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus PUBLISHED
The necessary changes to the artifact have been published in a new version of the artifact
-
NULL
public static final ArtifactAssessment.ArtifactAssessmentWorkflowStatus NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static ArtifactAssessment.ArtifactAssessmentWorkflowStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ArtifactAssessment.ArtifactAssessmentWorkflowStatus c : ArtifactAssessment.ArtifactAssessmentWorkflowStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ArtifactAssessment.ArtifactAssessmentWorkflowStatus valueOf(String name)
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
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-