Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/14/08 13:59:50 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to api-refactoring [4053]:[4191]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/api_refactoring/test/api/org/openmrs/test/report/include/RowPerObsDatasetTest.xml

    r4158 r4198  
    11<?xml version='1.0' encoding='UTF-8'?> 
    22<dataset> 
    3   <concept_datatype concept_datatype_id="1" name="Numeric" hl7_abbreviation="NM" description="Numeric value, including integer or float" creator="1" date_created="2005-01-01 00:00:00.0"/> 
     3  <concept_datatype concept_datatype_id="1" name="Numeric" hl7_abbreviation="NM" description="Numeric value, including integer or float" creator="1" date_created="2005-01-01 00:00:00.0" /> 
    44  <concept_class concept_class_id="1" name="Finding" description="A medical discovery" creator="1" date_created="2005-01-01 00:00:00.0" /> 
    55         
     
    1515  <patient patient_id="2" creator="1" date_created="2005-01-01 00:00:00.0" voided="false" /> 
    1616  <patient_identifier patient_id="2" creator="1" date_created="2005-01-01 00:00:00.0" identifier="1234" identifier_type="1" preferred="1" voided="false" location_id="1" /> 
    17   <patient_identifier_type patient_identifier_type_id="1" name="Test Identifier Type" description="Test description" check_digit="false" creator="1" date_created="2005-01-01 00:00:00.0" required="false" />  
     17  <patient_identifier_type patient_identifier_type_id="1" name="Test Identifier Type" description="Test description" check_digit="false" creator="1" date_created="2005-01-01 00:00:00.0" required="false" retired="false"/>  
    1818   
    1919  <!-- this is the old patient and shouldn't be counted --> 
     
    2323  <patient_identifier patient_id="3" creator="1" date_created="2005-01-01 00:00:00.0" identifier="12345" identifier_type="1" preferred="1" voided="false" location_id="1" /> 
    2424   
    25   <location location_id="1" name="Test Location" creator="1" date_created="2005-01-01 00:00:00.0" /> 
    26   <location location_id="2" name="Test Location 2" creator="1" date_created="2005-01-01 00:00:00.0" /> 
     25  <location location_id="1" name="Test Location" creator="1" date_created="2005-01-01 00:00:00.0" retired="false"/> 
     26  <location location_id="2" name="Test Location 2" creator="1" date_created="2005-01-01 00:00:00.0" retired="false"/> 
    2727   
    2828  <obs obs_id="1" encounter_id="1" concept_id="5089" value_numeric="100" obs_datetime="2005-01-01 00:00:00.0" person_id="2" location_id="1" creator="1" date_created="2005-03-01 00:00:00.0" voided="0"/>