2012-06-14 13 views

Antwort

13

Hier ist mein Start auf einer HL7 Benutzer definierte Sprache für Notepad ++ ...

<NotepadPlus> 
    <UserLang name="HL7" ext="hl7"> 
     <Settings> 
      <Global caseIgnored="no" /> 
      <TreatAsSymbol comment="no" commentLine="no" /> 
      <Prefix words1="no" words2="no" words3="no" words4="no" /> 
     </Settings> 
     <KeywordLists> 
      <Keywords name="Delimiters">000000</Keywords> 
      <Keywords name="Folder+"></Keywords> 
      <Keywords name="Folder-"></Keywords> 
      <Keywords name="Operators">(x0D) |^&amp; ~ \</Keywords> 
      <Keywords name="Comment"></Keywords> 
      <Keywords name="Words1">ACC ADD AL1 BHS BLG BTS DG1 DSC DSP ERR EVN FHS FT1 FTS GT1 IN1 IN2 IN3 MFA MFE MFI MRG MSA MSH NCK NK1 NPU NSC NST NTE OBR OBX ODS ODT OM1 OM2 OM3 OM4 OM5 OM6 ORC PD1 PID PR1 PRA PV1 PV2 QRD QRF RQ1 RQD RXA RXC RXD RXE RXG RXO RXR STF UB1 UB2 URD URS ZAL ZBN ZEI ZLR ZNI ZPI ZQA ZV1</Keywords> 
      <Keywords name="Words2">ACK ADR ADT ARD BAR DFT DSR MCF MFD MFK MFN MFR NMD NMQ NMR ORF ORM ORR ORU OSQ PGR QRY RAR RAS RDE RDR RDS RER RGV ROR RRA RRD RRE RRG UDM OML</Keywords> 
      <Keywords name="Words3">A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 A33 A34 A35 A36 A37 M01 M02 M03 O01 O02 P01 P02 P03 P04 Q01 Q02 Q03 Q05 R01 R02 R03 R04</Keywords> 
      <Keywords name="Words4"></Keywords> 
     </KeywordLists> 
     <Styles> 
      <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" /> 
      <WordsStyle name="KEYWORD2" styleID="6" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="1" /> 
      <WordsStyle name="KEYWORD3" styleID="7" fgColor="00FF00" bgColor="FFFFFF" fontName="" fontStyle="1" /> 
      <WordsStyle name="KEYWORD4" styleID="8" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="COMMENT LINE" styleID="2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="OPERATOR" styleID="10" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="DELIMINER1" styleID="14" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
      <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
     </Styles> 
    </UserLang> </NotepadPlus> 
+1

funktioniert. Sprache-> Definieren Sie Ihre Sprache-> Importieren. – Bob

+0

Wenn jemand das [Solarised for Notepad ++] (https://github.com/walesmd/notepad-plus-plus-solarized) Theme verwendet, dann können Sie einige der Farben ändern. Hier sind meine: BgColor (Alle): 042029; FgColors - Standard, Nummer: 839496; Schlüsselwort1: 268bd2; Schlüsselwort2-4: 859900; Operator: 269186. – matth

2

Warum müssen Sie Notepad ++ für HL7?

Ich verwende 7Edit. Es hat eine 21-tägige kostenlose Testversion und kostet $ 99 (die ich meinem Arbeitgeber als Aufwand verrechnete).
Wenn Sie kostenlos mögen, gibt es HL7 Inspector. Ein anderer Typ in meinem Büro benutzt es.

Dies sind die Arten von leistungsstarken Entwicklungswerkzeugen, die Sie zum Bearbeiten, Anzeigen, Studieren und Validieren Ihrer HL7-Ausgabe verwenden sollten. Es gibt viele andere Programme, die Sie ausprobieren können, um herauszufinden, welches am besten zu Ihren Bedürfnissen passt.

Hier ist ein Screenshot von 7Edit: enter image description here

+0

7edit sieht gut aus, ich werde das sicherlich zu den Werkzeugen hinzufügen, die ich verwende. Das heißt, da ich bereits Notepad ++ für andere, mit der Benutzeroberfläche zusammenhängende Arbeit verwende, suchte ich nach einer Möglichkeit, die Nützlichkeit dieses Tools mit hl7 zu erhöhen. –

+0

Ich persönlich habe es genossen, mit QuickViewHL7 mehr als HL7Inspector zu arbeiten. Die Schnittstelle ist viel sauberer und es scheint etwas schneller zu sein, beide sind frei. – Ernest

3

ich mehrere Jahre Tweaking verbracht haben, Färbung und meine eigene benutzerdefinierte UDL Perfektionierung auch für HL7. Da HL7 anfällig für Anpassungen ist, wird es wahrscheinlich einige Segmente geben, auf die Sie stoßen, die nicht hervorgehoben sind. Wenn Sie auf diese Situationen stoßen, wechseln Sie einfach in den UDL-Editor und fügen Sie das Segment der entsprechenden Styling-Liste hinzu. Es ist sehr einfach zu aktualisieren. Ich bin schon eine Weile hier, daher sollte die folgende Liste ein ziemlich umfassender Ausgangspunkt sein.

Um es zu installieren speichern Sie die XML unten in eine Datei mit dem Namen hl7.xml (oder was auch immer Sie wollen) und verwenden Sie den Language > Define Your Language... > Import Dialog, um es zu Ihrem Menü Sprachen hinzuzufügen.

<NotepadPlus> 
<UserLang name="HL7" ext="hl7" udlVersion="2.1"> 
    <Settings> 
     <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> 
     <Prefix Keywords1="no" Keywords2="yes" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> 
    </Settings> 
    <KeywordLists> 
     <Keywords name="Comments">00\. 01 02\ 03 04</Keywords> 
     <Keywords name="Numbers, prefix1"></Keywords> 
     <Keywords name="Numbers, prefix2"></Keywords> 
     <Keywords name="Numbers, extras1"></Keywords> 
     <Keywords name="Numbers, extras2"></Keywords> 
     <Keywords name="Numbers, suffix1"></Keywords> 
     <Keywords name="Numbers, suffix2"></Keywords> 
     <Keywords name="Numbers, range"></Keywords> 
     <Keywords name="Operators1">\S\ | \^&amp; ` ~</Keywords> 
     <Keywords name="Operators2"></Keywords> 
     <Keywords name="Folders in code1, open"></Keywords> 
     <Keywords name="Folders in code1, middle"></Keywords> 
     <Keywords name="Folders in code1, close"></Keywords> 
     <Keywords name="Folders in code2, open"></Keywords> 
     <Keywords name="Folders in code2, middle"></Keywords> 
     <Keywords name="Folders in code2, close"></Keywords> 
     <Keywords name="Folders in comment, open"></Keywords> 
     <Keywords name="Folders in comment, middle"></Keywords> 
     <Keywords name="Folders in comment, close"></Keywords> 
     <Keywords name="Keywords1">ABS ACC ADD ADJ AFF AIG AIL AIP AIS AL1 APR ARQ ARV AUT BHS BLC BLG BPO BPX BTS BTX CDM CM0 CM1 CM2 CNS CON CSP CSR CSS CTD CTI DB1 DG1 DMI DRG DSC DSP ECD ECR EDU EQP EQU ERR EVN FAC FHS FT1 FTS GOL GP1 GP2 GT1 IAM IIM ILT IN1 IN2 IN3 INV IPC IPR ISD ITM IVC IVT LAN LCC LCH LDP LOC LRL MFA MFE MFI MRG MSA MSH NCK NDS NK1 NPU NSC NST NTE OBR OBX ODS ODT OM1 OM2 OM3 OM4 OM5 OM6 OM7 ORC ORG OVR PCE PCR PD1 PDA PDC PEO PES PID PKG PMT PR1 PRA PRB PRC PRD PSG PSH PSL PSS PTH PV1 PV2 PYE QAK QID QPD QRD QRF QRI RCP RDF RDT REL RF1 RFI RGS RMI ROL RQ1 RQD RXA RXC RXD RXE RXG RXO RXR SAC SCD SCH SCP SDD SFT SID SLT SPM STF STZ TCC TCD TQ1 TQ2 TXA UAC UB1 UB2 URD URS VAR VND ZCT ZPI CD1 CD2 CD3 ZVI ZEI ZBE ZQA ZAL ZWA ZPD ZNT ZBR ZBX ZNI ZN2 ZRX ZBP ZB2</Keywords> 
     <Keywords name="Keywords2">CD: ## DONOTSEND</Keywords> 
     <Keywords name="Keywords3">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z AA BB CC DD EE FF GG HH II JJ KK LL MM NN OO PP QQ RR SS TT UU VV WW XX YY ZZ</Keywords> 
     <Keywords name="Keywords4">NM TX ST DT</Keywords> 
     <Keywords name="Keywords5">RE NW NA CA SC SN</Keywords> 
     <Keywords name="Keywords6"></Keywords> 
     <Keywords name="Keywords7"></Keywords> 
     <Keywords name="Keywords8"></Keywords> 
     <Keywords name="Delimiters">00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords> 
    </KeywordLists> 
    <Styles> 
     <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="COMMENTS" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="2048" /> 
     <WordsStyle name="LINE COMMENTS" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="NUMBERS" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="KEYWORDS1" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="5" nesting="0" /> 
     <WordsStyle name="KEYWORDS2" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="10" nesting="0" /> 
     <WordsStyle name="KEYWORDS3" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="KEYWORDS4" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="KEYWORDS5" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" /> 
     <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="OPERATORS" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" /> 
     <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS1" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS2" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS3" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS4" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
     <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> 
    </Styles> 
</UserLang> 

+0

fehlendes End-Tag –

+0

Das fehlende End-Tag verursacht keinen Fehler. Allerdings musste ich Notepad ++ neu starten, damit HL7 am Ende des Menüs Sprache angezeigt wurde. – Chirael

4

Diese UDL für HL7 alle Segmenttypen (Words1) umfasst, Nachrichtentypen (Words2) und Ereignistypen (Words3) nach Version HL7 2.7 definiert sind, sowie eine Anzahl von Zxx Segmente aus früheren Beiträge zu diesem Thema.

<NotepadPlus> 
 
<UserLang name="HL7_LightBkgrnd" ext="hl7"> 
 
    <Settings> 
 
     <Global caseIgnored="no" /> 
 
     <TreatAsSymbol comment="no" commentLine="no" /> 
 
     <Prefix words1="no" words2="no" words3="no" words4="no" /> 
 
    </Settings> 
 
    <KeywordLists> 
 
     <Keywords name="Delimiters">000000</Keywords> 
 
     <Keywords name="Folder+"></Keywords> 
 
     <Keywords name="Folder-"></Keywords> 
 
     <Keywords name="Operators">&amp; \^| ~</Keywords> 
 
     <Keywords name="Comment"></Keywords> 
 
     <Keywords name="Words1">ABS ACC ADD ADJ AFF AIG AIL AIP AIS AL1 APR ARQ ARV AUT BHS BLC BLG BPO BPX BTS BTX CDM CER CM0 CM1 CM2 CNS CON CSP CSR CSS CTD CTI DB1 DG1 DMI DRG DSC DSP ECD ECR EDU EQP EQU ERR EVN FAC FHS FT1 FTS GOL GP1 GP2 GT1 Hxx IAM IAR IIM ILT IN1 IN2 IN3 INV IPC IPR ISD ITM IVC IVT LAN LCC LCH LDP LOC LRL MFA MFE MFI MRG MSA MSH NCK NDS NK1 NPU NSC NST NTE OBR OBX ODS ODT OM1 OM2 OM3 OM4 OM5 OM6 OM7 ORC ORG OVR PAC PCE PCR PD1 PDA PDC PEO PES PID PKG PMT PR1 PRA PRB PRC PRD PRT PSG PSH PSL PSS PTH PV1 PV2 PYE QAK QID QPD QRD QRF QRI RCP RDF RDT REL RF1 RFI RGS RMI ROL RQ1 RQD RXA RXC RXD RXE RXG RXO RXR SAC SCD SCH SCP SDD SFT SHP SID SLT SPM STF STZ TCC TCD TQ1 TQ2 TXA UAC UB1 UB2 URD URS VAR VND ZL7 ZAL ZB2 ZBE ZBN ZBP ZBR ZBX ZCT ZEI ZLR ZN2 ZNI ZNT ZPD ZPI ZQA ZRX ZV1 ZVI ZWA</Keywords> 
 
     <Keywords name="Words2">ACK ADT BAR BPS BRP BRT BTS CCF CCI CCM CCQ CCR CCU CQU CRM CSU DFT EAC EAN EAR EHC ESR ESU INR INU LSR LSU MDM MFK MFN NMD NUL OMB OMD OMG OMI OML OMN OMP OMS OPL OPR OPU ORA ORB ORD ORG ORI ORL ORN ORP ORS ORU ORU OSM OUL PEX PGL PIN PMU PPG PPP PPR PPT PPV PRR PTR QBP QCN QRY QSB QSX QVR RAS RCI RCL RDE RDR RDS RDY REF RGV RPA RPI RPL RPR RQA RQC RQI RQP RRA RRD RRE RRG RRI RSP RTB SCN SDN SDR SIU SLN SLR SMD SRM SRR SSR SSU STC STI TCR TCU UDM VXU</Keywords> 
 
     <Keywords name="Words3">A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A31 A32 A33 A37 A38 A40 A41 A42 A43 A44 A45 A47 A49 A50 A51 A52 A53 A54 A55 A60 A61 A62 B01 B02 B03 B04 B05 B06 B07 B08 C01 C02 C03 C04 C05 C06 C07 C08 C09 C10 C11 C12 E01 E02 E03 E04 E10 E12 E13 E15 E20 E21 E22 E24 I01 I02 I03 I04 I05 I06 I07 I08 I09 I10 I11 I12 I13 I14 I15 I16 I17 I18 I19 I20 I21 I22 J01 J02 K11 K13 K15 K21 K22 K23 K24 K25 K31 K32 M02 M04 M05 M06 M07 M08 M09 M10 M11 M12 M13 M14 M15 M16 M17 N02 O03 O04 O05 O06 O07 O08 O09 O10 O11 O12 O13 O14 O15 O16 O17 O18 O19 O20 O21 O22 O23 O24 O25 O26 O27 O28 O29 O30 O31 O32 O33 O34 O35 O36 O37 O38 O39 O40 P01 P02 P03 P05 P06 P07 P08 P10 P11 P12 PC1 PC2 PC3 PC4 PC5 PC6 PC7 PC8 PC9 PCA PCB PCC PCD PCE PCF PCG PCH PCJ PCK PCL Q05 Q11 Q13 Q15 Q16 Q17 Q21 Q22 Q23 Q24 Q25 Q31 Q32 R01 R22 R23 R24 R25 R26 R30 R31 R32 R33 RDR S01 S02 S03 S04 S05 S06 S07 S08 S09 S10 S11 S12 S13 S14 S15 S16 S17 S18 S19 S20 S21 S22 S23 S24 S26 S27 S28 S29 S30 S31 S32 S33 S34 S35 S36 S37 T01 T02 T03 T04 T05 T06 T07 T08 T09 T10 T11 U01 U02 U03 U04 U05 U06 U07 U08 U09 U10 U11 U12 U13 V04 var Z73 Z74 Z75 Z76 Z77 Z78 Z79 Z80 Z81 Z82 Z83 Z84 Z85 Z86 Z87 Z88 Z89 Z90 Z91 Z92 Z93 Z94 Z95 Z96 Z97 Z98 Z99</Keywords> 
 
     <Keywords name="Words4"></Keywords> 
 
    </KeywordLists> 
 
    <Styles> 
 
     <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="1" /> 
 
     <WordsStyle name="KEYWORD2" styleID="6" fgColor="800080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="1" /> 
 
     <WordsStyle name="KEYWORD3" styleID="7" fgColor="FF00FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="1" /> 
 
     <WordsStyle name="KEYWORD4" styleID="8" fgColor="8000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="COMMENT LINE" styleID="2" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="OPERATOR" styleID="10" fgColor="AE0000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="DELIMINER1" styleID="14" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" /> 
 
     <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> 
 
    </Styles> 
 
</UserLang> 
 
</NotepadPlus>

+0

Dies würde für mich nicht importieren (npp 7.3.2) – bfhd

+1

@bfhd Probieren Sie es jetzt, dass ich die Definition in ein Code-Snippet konvertiert habe. Ich denke, dass das schließende -Tag vorher abgeschnitten wurde. Hoffe das behebt es für dich. – GrittyRooster

+0

Ja, das ist großartig! – bfhd