Changeset 42


Ignore:
Timestamp:
Jul 4, 2008, 9:49:05 PM (16 years ago)
Author:
George Lilly
Message:

Changes to template for types of actors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/GPLCCR0.m

    r40 r42  
    55          Q
    66          ;
    7 ZT(ZARY,BAT,LINE)       ; private routine to add a line to the ZARY array
     7ZT(ZARY,BAT,LINE)       ; private routine to add a line to the ZARY array
    88          ; ZARY IS PASSED BY NAME
    99          ; BAT is a string identifying the section
     
    2020          Q
    2121          ;
    22 ZLOAD(ZARY,ROUTINE)      ; load tests into ZARY which is passed by reference
     22ZLOAD(ZARY,ROUTINE)      ; load tests into ZARY which is passed by reference
    2323          ; ZARY IS PASSED BY NAME
    2424          ; ZARY = name of the root, closed array format (e.g., "^TMP($J)")
     
    4040          Q
    4141          ;
    42 LOAD(ARY)       ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
     42LOAD(ARY)       ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
    4343          D ZLOAD(ARY,"GPLCCR0")
    4444          ; ZWR @ARY
     
    4646          ;
    4747;<TEMPLATE>
    48 ;;<?xml version="1.0" encoding="UTF-8"?>
     48;;<?xml version="1.0" encoding="UTF-8"?>
    4949;;<?xml-stylesheet type="text/xsl" href="ccr_20060420.xsl"?>
    5050;;<ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
     
    422422;;</Body>
    423423;;<Actors>
     424;;<ACTOR-PATIENT>
    424425;;<Actor>
    425426;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
     
    475476;;</Source>
    476477;;</Actor>
     478;;</ACTOR-PATIENT>
     479;;<ACTOR-SYSTEM>
    477480;;<Actor>
    478481;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
     
    487490;;</Source>
    488491;;</Actor>
     492;;</ACTOR-SYSTEM>
     493;;<ACTOR-NOK>
    489494;;<Actor>
    490495;;<ActorObjectID>AA0003</ActorObjectID>
     
    503508;;</Source>
    504509;;</Actor>
     510;;</ACTOR-NOK>
     511;;<ACTOR-PROVIDER>
    505512;;<Actor>
    506513;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
     
    530537;;</Source>
    531538;;</Actor>
     539;;</ACTOR-PROVIDER>
    532540;;</Actors>
    533541;;<Signatures>
Note: See TracChangeset for help on using the changeset viewer.