
Uses of Enum Class
org.hl7.fhir.r5.model.EvidenceReport.ReportRelationshipType
Packages that use EvidenceReport.ReportRelationshipType
-
Uses of EvidenceReport.ReportRelationshipType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceReport.ReportRelationshipTypeModifier and TypeFieldDescriptionprotected Enumeration<EvidenceReport.ReportRelationshipType> EvidenceReport.EvidenceReportRelatesToComponent.codeThe type of relationship that this composition has with anther composition or document.Methods in org.hl7.fhir.r5.model that return EvidenceReport.ReportRelationshipTypeModifier and TypeMethodDescriptionEvidenceReport.EvidenceReportRelatesToComponent.getCode()Returns the enum constant of this class with the specified name.EvidenceReport.ReportRelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceReport.ReportRelationshipTypeModifier and TypeMethodDescriptionEvidenceReport.ReportRelationshipTypeEnumFactory.fromType(PrimitiveType<?> code) EvidenceReport.EvidenceReportRelatesToComponent.getCodeElement()Methods in org.hl7.fhir.r5.model with parameters of type EvidenceReport.ReportRelationshipTypeModifier and TypeMethodDescriptionEvidenceReport.EvidenceReportRelatesToComponent.setCode(EvidenceReport.ReportRelationshipType value) EvidenceReport.ReportRelationshipTypeEnumFactory.toCode(EvidenceReport.ReportRelationshipType code) EvidenceReport.ReportRelationshipTypeEnumFactory.toSystem(EvidenceReport.ReportRelationshipType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceReport.ReportRelationshipTypeModifier and TypeMethodDescriptionEvidenceReport.EvidenceReportRelatesToComponent.setCodeElement(Enumeration<EvidenceReport.ReportRelationshipType> value) Constructors in org.hl7.fhir.r5.model with parameters of type EvidenceReport.ReportRelationshipTypeModifierConstructorDescriptionEvidenceReportRelatesToComponent(EvidenceReport.ReportRelationshipType code, EvidenceReport.EvidenceReportRelatesToTargetComponent target) Constructor