Package org.hl7.fhir.r4.utils
Class NarrativeGenerator.UsedConceptMap
- java.lang.Object
-
- org.hl7.fhir.r4.utils.NarrativeGenerator.UsedConceptMap
-
- Enclosing class:
- NarrativeGenerator
public class NarrativeGenerator.UsedConceptMap extends Object
-
-
Constructor Summary
Constructors Constructor Description UsedConceptMap(NarrativeGenerator.ConceptMapRenderInstructions details, String link, ConceptMap map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NarrativeGenerator.ConceptMapRenderInstructionsgetDetails()StringgetLink()ConceptMapgetMap()
-
-
-
Constructor Detail
-
UsedConceptMap
public UsedConceptMap(NarrativeGenerator.ConceptMapRenderInstructions details, String link, ConceptMap map)
-
-
Method Detail
-
getDetails
public NarrativeGenerator.ConceptMapRenderInstructions getDetails()
-
getMap
public ConceptMap getMap()
-
-