Uses of Class
org.hl7.fhir.r5.model.EvidenceReport.ReportRelationshipType
-
Packages that use EvidenceReport.ReportRelationshipType Package Description org.hl7.fhir.r5.model -
-
Uses of EvidenceReport.ReportRelationshipType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceReport.ReportRelationshipType Modifier and Type Field Description protected 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.ReportRelationshipType Modifier and Type Method Description static EvidenceReport.ReportRelationshipTypeEvidenceReport.ReportRelationshipType. fromCode(String codeString)EvidenceReport.ReportRelationshipTypeEvidenceReport.ReportRelationshipTypeEnumFactory. fromCode(String codeString)EvidenceReport.ReportRelationshipTypeEvidenceReport.EvidenceReportRelatesToComponent. getCode()static EvidenceReport.ReportRelationshipTypeEvidenceReport.ReportRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static EvidenceReport.ReportRelationshipType[]EvidenceReport.ReportRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceReport.ReportRelationshipType Modifier and Type Method Description Enumeration<EvidenceReport.ReportRelationshipType>EvidenceReport.ReportRelationshipTypeEnumFactory. fromType(Base code)Enumeration<EvidenceReport.ReportRelationshipType>EvidenceReport.EvidenceReportRelatesToComponent. getCodeElement()Methods in org.hl7.fhir.r5.model with parameters of type EvidenceReport.ReportRelationshipType Modifier and Type Method Description EvidenceReport.EvidenceReportRelatesToComponentEvidenceReport.EvidenceReportRelatesToComponent. setCode(EvidenceReport.ReportRelationshipType value)StringEvidenceReport.ReportRelationshipTypeEnumFactory. toCode(EvidenceReport.ReportRelationshipType code)StringEvidenceReport.ReportRelationshipTypeEnumFactory. toSystem(EvidenceReport.ReportRelationshipType code)Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceReport.ReportRelationshipType Modifier and Type Method Description EvidenceReport.EvidenceReportRelatesToComponentEvidenceReport.EvidenceReportRelatesToComponent. setCodeElement(Enumeration<EvidenceReport.ReportRelationshipType> value)Constructors in org.hl7.fhir.r5.model with parameters of type EvidenceReport.ReportRelationshipType Constructor Description EvidenceReportRelatesToComponent(EvidenceReport.ReportRelationshipType code, EvidenceReport.EvidenceReportRelatesToTargetComponent target)Constructor
-