Changeset 54
- Timestamp:
- Jul 7, 2008, 11:18:50 PM (16 years ago)
- Location:
- ccr/trunk/p
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr/trunk/p/GPLACTORS.m
r49 r54 4 4 ; PROCESS THE ACTORS SECTION OF THE CCR 5 5 ; 6 ; ===Revision History===6 ; ===Revision History=== 7 7 ; 0.1 Initial Writing of Skeleton--GPL 8 8 ; 0.2 Patient Data Extraction--SMH -
ccr/trunk/p/GPLCCR0.m
r53 r54 532 532 ;;<CurrentName> 533 533 ;;<Given>@@ACTORGIVENNAME@@</Given> 534 ;;<Middle>@@ACTORMIDDLENAME@@</Middle> 534 535 ;;<Family>@@ACTORFAMILYNAME@@</Family> 536 ;;<Title>@@ACTORTITLE@@</Title> 535 537 ;;</CurrentName> 536 538 ;;</Name> 537 539 ;;</Person> 540 ;;<IDs> 541 ;;<Type><Text>NPI</Text></Type> 542 ;;<ID>@@ACTORNPI@@</ID> 543 ;;</IDs> 538 544 ;;<Specialty> 539 545 ;;<Text>@@ACTORSPECIALITY@@</Text> … … 544 550 ;;</Type> 545 551 ;;<Line1>@@ACTORADDRESSLINE1@@</Line1> 546 ;;<City>@@ACTORADDRESSLINE2@@</City> 552 ;;<Line2>@@ACTORADDRESSLINE2@@</Line2> 553 ;;<City>@@ACTORADDRESSCITY@@</City> 547 554 ;;<State>@@ACTORADDRESSSTATE@@</State> 555 ;;<PostalCode>@@ACTORPOSTALCODE@@</PostalCode> 548 556 ;;</Address> 557 ;;<Telephone> 558 ;;<Value>@@ACTORTELEPHONE@@</Value> 559 ;;<Type><Text>@@ACTORTELTYPE@@</Text></Type> 560 ;;</Telephone> 561 ;;<Email> 562 ;;<Value>@@ACTOREMAIL@@</Value> 563 ;;</Email> 549 564 ;;<Source> 550 565 ;;<Actor>
Note:
See TracChangeset
for help on using the changeset viewer.