Click here to Skip to main content
15,914,447 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralIXMLDOM Pin
Stojan7823-Apr-04 1:21
Stojan7823-Apr-04 1:21 
Generalxml digital signature Pin
nuez21-Apr-04 4:56
nuez21-Apr-04 4:56 
GeneralRe: xml digital signature Pin
ian mariano25-Apr-04 14:40
ian mariano25-Apr-04 14:40 
QuestionAvailable DTD for MS Project? Pin
anderslundsgard19-Apr-04 20:30
anderslundsgard19-Apr-04 20:30 
QuestionHow to include different XSLT files on the fly based on some criteria? Pin
Mohit19-Apr-04 12:09
Mohit19-Apr-04 12:09 
QuestionCan Fill Pin
wokankan19-Apr-04 1:17
wokankan19-Apr-04 1:17 
GeneralAn xml browser-based electronic medical record Pin
ejam17-Apr-04 19:21
ejam17-Apr-04 19:21 
GeneralRe: An xml browser-based electronic medical record Pin
Member 52486620-Apr-04 5:45
Member 52486620-Apr-04 5:45 
Hi, i think you just have to document contacts physician-patient in med. terms. Well, an then do some XSL-Transofrmation into HTML to view the content?

some med. standards (for google): HL7 , CDA, ICD, sciphox, ..

I mean/suggest some xml like:

<?xml version="1.0"?>
<record xmlns:myns="my/medrecord">
<head>
<patient id="2534">
<name> .. </name>
<insurence> .. </insurance>
</patient>
</head>
<body>

<contact date="2004-01-30" med="Dr. Mabuse">
<anamnesis>
problems with stomach, often tired
</anamnesis>
<finding>
high bloosugar values,low bloodpressure
</finding>
<diagnoses icd10="B20.4"> <!-- International Code of diseases -->
diabetes mellitus typ II
<diagnoses>
<prescription>
antisugar 100 mg N1
</prescription>
</contact>
<contact date="2004-02-04" med="Dr. Mabuse">
<laboratory>
<value name="LEUK" unit="count">263</value>
<value name="BIL" unit="mg/dl">23.4</value>
</laboratory>
...
</contact>
...
</body>
</record>

good luck!
GeneralInner XML Pin
jithen_dt16-Apr-04 3:15
jithen_dt16-Apr-04 3:15 
GeneralRe: Inner XML Pin
Mike Ellison18-Apr-04 19:54
Mike Ellison18-Apr-04 19:54 
GeneralXML/XSLT/XML Schema questions Pin
rt280016-Apr-04 2:57
professionalrt280016-Apr-04 2:57 
GeneralXSLT over unknown XML(DTD) (XML to SQL INSERT(s)) Pin
Stoian Ivanov13-Apr-04 23:06
Stoian Ivanov13-Apr-04 23:06 
Generalxml file capacity Pin
karanba12-Apr-04 8:59
karanba12-Apr-04 8:59 
GeneralRe: xml file capacity Pin
Steven Campbell13-Apr-04 8:42
Steven Campbell13-Apr-04 8:42 
Generaltrying to write an XSL conditional statement Pin
feline_dracoform8-Apr-04 4:59
feline_dracoform8-Apr-04 4:59 
GeneralRe: trying to write an XSL conditional statement Pin
Philip Fitzsimons14-Apr-04 3:57
Philip Fitzsimons14-Apr-04 3:57 
GeneralRe: trying to write an XSL conditional statement Pin
feline_dracoform14-Apr-04 4:52
feline_dracoform14-Apr-04 4:52 
GeneralRe: trying to write an XSL conditional statement Pin
Philip Fitzsimons14-Apr-04 4:56
Philip Fitzsimons14-Apr-04 4:56 
GeneralRe: trying to write an XSL conditional statement Pin
feline_dracoform14-Apr-04 6:00
feline_dracoform14-Apr-04 6:00 
GeneralRe: trying to write an XSL conditional statement Pin
Philip Fitzsimons14-Apr-04 6:03
Philip Fitzsimons14-Apr-04 6:03 
GeneralRe: trying to write an XSL conditional statement Pin
feline_dracoform14-Apr-04 6:38
feline_dracoform14-Apr-04 6:38 
GeneralRe: trying to write an XSL conditional statement Pin
Philip Fitzsimons14-Apr-04 22:45
Philip Fitzsimons14-Apr-04 22:45 
GeneralRe: trying to write an XSL conditional statement Pin
feline_dracoform15-Apr-04 0:19
feline_dracoform15-Apr-04 0:19 
QuestionXmlTextWriter / XmlDocument??? Pin
jmg57857-Apr-04 13:21
jmg57857-Apr-04 13:21 
GeneralCircular XSD and ADO DataSet Pin
Member 10037877-Apr-04 5:37
Member 10037877-Apr-04 5:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.