
Package org.hl7.fhir.r5.renderers
Class ConceptMapRenderer.MultipleMappingRow
java.lang.Object
org.hl7.fhir.r5.renderers.ConceptMapRenderer.MultipleMappingRow
- Enclosing class:
ConceptMapRenderer
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleMappingRow(int i, String system, String code, String display) MultipleMappingRow(ConceptMapRenderer.MultipleMappingRow stickySource) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSource(ConceptMapRenderer.MultipleMappingRow sourceRow, List<ConceptMapRenderer.MultipleMappingRow> rowList, Enumerations.ConceptMapRelationship relationship, String comment) voidaddTarget(String system, String code, Enumerations.ConceptMapRelationship relationship, String comment, List<ConceptMapRenderer.MultipleMappingRow> sets, int colCount) voidbooleanalreadyHasMappings(int i) voidcloneSource(int i, ConceptMapRenderer.Cell cell) getLastSource(int i) lastCode()toString()
-
Constructor Details
-
MultipleMappingRow
-
MultipleMappingRow
-
-
Method Details
-
toString
-
lastCode
-
firstCode
-
addSource
public void addSource(ConceptMapRenderer.MultipleMappingRow sourceRow, List<ConceptMapRenderer.MultipleMappingRow> rowList, Enumerations.ConceptMapRelationship relationship, String comment) -
addTerminus
-
addTarget
public void addTarget(String system, String code, Enumerations.ConceptMapRelationship relationship, String comment, List<ConceptMapRenderer.MultipleMappingRow> sets, int colCount) -
lastSystem
-
addCopy
-
alreadyHasMappings
-
getLastSource
-
cloneSource
-