def as_rdf(self):
     """RDF/XML string representation of Demographics instance"""
     graph = PatientGraph(self.record)
     graph.addDemographics(self.record)
     return graph.toRDF()
Esempio n. 2
0
 def as_rdf(self):
     """RDF/XML string representation of Demographics instance"""
     graph = PatientGraph(self.record)
     graph.addDemographics(self.record)
     return graph.toRDF()