Package org.hl7.fhir.r5.model
Enum EvidenceReport.ReportRelationshipType
- java.lang.Object
-
- java.lang.Enum<EvidenceReport.ReportRelationshipType>
-
- org.hl7.fhir.r5.model.EvidenceReport.ReportRelationshipType
-
- All Implemented Interfaces:
Serializable,Comparable<EvidenceReport.ReportRelationshipType>
- Enclosing class:
- EvidenceReport
public static enum EvidenceReport.ReportRelationshipType extends Enum<EvidenceReport.ReportRelationshipType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMENDEDWITHThis document was.AMENDSThis document notes corrections or changes to replace or supersede parts of the target document.APPENDEDWITHThis document was.APPENDSThis document adds additional information to the target document.NULLadded to help the parsers with the generic typesREPLACEDWITHThis document was.REPLACESThis document replaces or supersedes the target document.TRANSFORMEDWITHThis document was.TRANSFORMSThis document was generated by transforming the target document (eg format or language conversion).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvidenceReport.ReportRelationshipTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static EvidenceReport.ReportRelationshipTypevalueOf(String name)Returns the enum constant of this type with the specified name.static EvidenceReport.ReportRelationshipType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REPLACES
public static final EvidenceReport.ReportRelationshipType REPLACES
This document replaces or supersedes the target document.
-
AMENDS
public static final EvidenceReport.ReportRelationshipType AMENDS
This document notes corrections or changes to replace or supersede parts of the target document.
-
APPENDS
public static final EvidenceReport.ReportRelationshipType APPENDS
This document adds additional information to the target document.
-
TRANSFORMS
public static final EvidenceReport.ReportRelationshipType TRANSFORMS
This document was generated by transforming the target document (eg format or language conversion).
-
REPLACEDWITH
public static final EvidenceReport.ReportRelationshipType REPLACEDWITH
This document was.
-
AMENDEDWITH
public static final EvidenceReport.ReportRelationshipType AMENDEDWITH
This document was.
-
APPENDEDWITH
public static final EvidenceReport.ReportRelationshipType APPENDEDWITH
This document was.
-
TRANSFORMEDWITH
public static final EvidenceReport.ReportRelationshipType TRANSFORMEDWITH
This document was.
-
NULL
public static final EvidenceReport.ReportRelationshipType NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static EvidenceReport.ReportRelationshipType[] 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 (EvidenceReport.ReportRelationshipType c : EvidenceReport.ReportRelationshipType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EvidenceReport.ReportRelationshipType 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 EvidenceReport.ReportRelationshipType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-