
Package org.hl7.fhir.dstu3.utils
Class NarrativeGenerator
java.lang.Object
org.hl7.fhir.dstu3.utils.NarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Deprecated.class
Deprecated.class
Deprecated.static class
Deprecated.class
Deprecated.class
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionNarrativeGenerator
(String prefix, String basePath, IWorkerContext context) Deprecated.NarrativeGenerator
(String prefix, String basePath, IWorkerContext context, NarrativeGenerator.IReferenceResolver resolver) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
describeSystem
(String system) Deprecated.Deprecated.static String
displayContactPoint
(ContactPoint contact) Deprecated.static String
displayHumanName
(HumanName name) Deprecated.static String
Deprecated.Deprecated.gen
(CodeableConcept code) Deprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.generate
(NarrativeGenerator.ResourceContext rcontext, Element er, boolean showCodeDetails) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, CapabilityStatement conf) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, CodeSystem cs, boolean header) 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.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, CompartmentDefinition cpd) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, ConceptMap cm) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, DomainResource r) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, ImplementationGuide ig) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, OperationDefinition opd) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, OperationOutcome op) Deprecated.This generate is optimised for the build tool in that it tracks the source extension.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, StructureDefinition sd, Set<String> outputTracker) Deprecated.boolean
generate
(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, boolean header) 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
generate
(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, ValueSet src, boolean header) Deprecated.generate
(NarrativeGenerator.ResourceContext rcontext, Element doc) Deprecated.Deprecated.org.hl7.fhir.utilities.xhtml.XhtmlNode
generateDiagnosticReport
(org.hl7.fhir.dstu3.utils.NarrativeGenerator.ResourceWrapper dr) Deprecated.org.hl7.fhir.utilities.xhtml.XhtmlNode
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.getNarrative
(Element er) Deprecated.getPkp()
Deprecated.Deprecated.Deprecated.org.hl7.fhir.utilities.xhtml.XhtmlNode
renderBundle
(Element element) Deprecated.org.hl7.fhir.utilities.xhtml.XhtmlNode
Deprecated.void
setCorePath
(String corePath) Deprecated.void
setDefinitionsTarget
(String definitionsTarget) Deprecated.void
setDestDir
(String destDir) Deprecated.setHeaderLevelContext
(int headerLevelContext) Deprecated.void
Deprecated.setTooCostlyNoteEmpty
(String tooCostlyNoteEmpty) Deprecated.setTooCostlyNoteNotEmpty
(String tooCostlyNoteNotEmpty) Deprecated.
-
Constructor Details
-
NarrativeGenerator
Deprecated. -
NarrativeGenerator
public NarrativeGenerator(String prefix, String basePath, IWorkerContext context, NarrativeGenerator.IReferenceResolver resolver) Deprecated.
-
-
Method Details
-
generate
public boolean generate(Bundle b, boolean evenIfAlreadyHasNarrative) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
public boolean generate(DomainResource r) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, DomainResource r) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
getHeaderLevelContext
Deprecated. -
setHeaderLevelContext
Deprecated. -
getTooCostlyNoteEmpty
Deprecated. -
setTooCostlyNoteEmpty
Deprecated. -
getTooCostlyNoteNotEmpty
Deprecated. -
setTooCostlyNoteNotEmpty
Deprecated. -
generate
Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
generate
public String generate(NarrativeGenerator.ResourceContext rcontext, Element doc) throws IOException, org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
generate
public String generate(Element er, boolean showCodeDetails) throws IOException, org.hl7.fhir.exceptions.DefinitionException Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.DefinitionException
-
generate
public String generate(NarrativeGenerator.ResourceContext rcontext, Element er, boolean showCodeDetails) throws IOException, org.hl7.fhir.exceptions.DefinitionException Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.DefinitionException
-
displayPeriod
Deprecated. -
describeSystem
Deprecated. -
displayCodeableConcept
Deprecated. -
displayRange
Deprecated. -
displayHumanName
Deprecated. -
displayContactPoint
Deprecated. -
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, ConceptMap cm) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
-
getNarrative
Deprecated. -
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, CodeSystem cs, boolean header) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException 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:
IOException
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRFormatError
Exception
-
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, boolean header) throws org.hl7.fhir.exceptions.FHIRException, IOException 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:
org.hl7.fhir.exceptions.FHIRException
IOException
Exception
-
generate
public void generate(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, ValueSet src, boolean header) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, OperationOutcome op) throws org.hl7.fhir.exceptions.DefinitionException 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
-
genType
Deprecated.- Throws:
org.hl7.fhir.exceptions.DefinitionException
-
gen
Deprecated. -
gen
Deprecated. -
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, StructureDefinition sd, Set<String> outputTracker) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, ImplementationGuide ig) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, OperationDefinition opd) throws EOperationOutcome, org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
EOperationOutcome
org.hl7.fhir.exceptions.FHIRException
IOException
-
generate
Deprecated. -
generate
public boolean generate(NarrativeGenerator.ResourceContext rcontext, CapabilityStatement conf) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
-
generateDocumentNarrative
Deprecated. -
generateDiagnosticReport
public org.hl7.fhir.utilities.xhtml.XhtmlNode generateDiagnosticReport(org.hl7.fhir.dstu3.utils.NarrativeGenerator.ResourceWrapper dr) Deprecated. -
renderBundle
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderBundle(Bundle b) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
renderBundle
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderBundle(Element element) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinitionsTarget
Deprecated. -
setDefinitionsTarget
Deprecated. -
getCorePath
Deprecated. -
setCorePath
Deprecated. -
getDestDir
Deprecated. -
setDestDir
Deprecated. -
getPkp
Deprecated. -
setPkp
Deprecated.
-