
Package org.hl7.fhir.dstu2.utils
Class NarrativeGenerator
java.lang.Object
org.hl7.fhir.dstu2.utils.NarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNarrativeGenerator
(String prefix, String basePath, IWorkerContext context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
displayContactPoint
(ContactPoint contact) Deprecated.static String
displayHumanName
(HumanName name) Deprecated.static String
Deprecated.void
generate
(ConceptMap cm) Deprecated.void
generate
(Conformance conf) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.This generate is optimised for the build tool in that it tracks the source extension.void
Deprecated.This generate is optimised for the FHIR build process itself in as much as it generates hyperlinks in the narrative that are only going to be correct for the purposes of the build.void
Deprecated.Deprecated.org.hl7.fhir.utilities.xhtml.XhtmlNode
Deprecated.getNarrative
(Element er) Deprecated.Deprecated.boolean
isPretty()
Deprecated.void
setPretty
(boolean pretty) Deprecated.setTooCostlyNote
(String tooCostlyNote) Deprecated.
-
Constructor Details
-
NarrativeGenerator
Deprecated.
-
-
Method Details
-
getTooCostlyNote
Deprecated. -
setTooCostlyNote
Deprecated. -
generate
public void generate(DomainResource r) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
Deprecated.- Throws:
IOException
-
displayPeriod
Deprecated. -
displayHumanName
Deprecated. -
displayContactPoint
Deprecated. -
generate
Deprecated. -
getNarrative
Deprecated. -
generate
Deprecated.This generate is optimised for the FHIR build process itself in as much as it generates hyperlinks in the narrative that are only going to be correct for the purposes of the build. This is to be reviewed in the future.- Parameters:
vs
-codeSystems
-- Throws:
Exception
-
generate
Deprecated. -
generate
Deprecated.This generate is optimised for the build tool in that it tracks the source extension. But it can be used for any other use.- Parameters:
vs
-codeSystems
-- Throws:
org.hl7.fhir.exceptions.DefinitionException
Exception
-
generate
public void generate(OperationDefinition opd) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
Deprecated. -
generateDocumentNarrative
Deprecated. -
isPretty
Deprecated. -
setPretty
Deprecated.
-