that onto/defconcept you need to concatenate . i want to write my output to 
clinic.clj file by using clojure macros

On Thursday, September 27, 2018 at 11:34:56 PM UTC+5:30, Robert P. Levy 
wrote:
>
> Oh I didn't see you sent the example again.  Where is onto/defconcept 
> defined?
>
>
> On Thu, Sep 27, 2018 at 10:53 AM venkata sai <venky...@gmail.com 
> <javascript:>> wrote:
>
>> thanks for your helping nature. my question is as simple as that by using 
>> macros i need to autogenerate code in the clinic.clj file with csv file as 
>> input
>>
>> On Thursday, September 27, 2018 at 11:18:15 PM UTC+5:30, Robert P. Levy 
>> wrote:
>>>
>>> In your other thread you pasted 
>>> https://github.cerner.com/Synapse/event-rules/blob/master/src/main/clojure/hi/kern/qip/kern_qip_flow.clj#L454-L551
>>>
>>> That is not accessible to the outside world. To optimize your chances of 
>>> get useful help with this, it would be best to provide a clear and minimal 
>>> example of what you've tried, and what is tripping you up.
>>>
>>> On Thu, Sep 27, 2018 at 8:11 AM venkata sai <venky...@gmail.com> wrote:
>>>
>>>> yes  i know but my issue is how to generate a template
>>>>
>>>> On Thursday, September 27, 2018 at 8:24:49 PM UTC+5:30, Robert P. Levy 
>>>> wrote:
>>>>>
>>>>> I'm sure you've seen this, but you should check out 
>>>>> https://github.com/clojure/data.csv
>>>>>
>>>>> On Thu, Sep 27, 2018 at 7:52 AM venkata sai <venky...@gmail.com> 
>>>>> wrote:
>>>>>
>>>>>> yes exactly but i donot know how to do it in my case
>>>>>>
>>>>>>
>>>>>> On Thursday, September 27, 2018 at 8:04:56 PM UTC+5:30, Robert P. 
>>>>>> Levy wrote:
>>>>>>>
>>>>>>> See https://gist.github.com/rplevy/e94555217dac18f0239a68a3c5bdeb5d 
>>>>>>> as an example that might help you.  I recently prepared this gist 
>>>>>>> (pulled 
>>>>>>> out of a codebase that was retired when a company was acquired) to show 
>>>>>>> someone how to get data from Google Sheets, but the aspect relevant to 
>>>>>>> your 
>>>>>>> question is where the CSV file's data is used to generate a Clojure 
>>>>>>> file 
>>>>>>> defining a one big vector of maps.
>>>>>>>
>>>>>>> On Thu, Sep 27, 2018 at 7:21 AM venkata sai <venky...@gmail.com> 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> yes you want  to autogenerate code as in .clj file from csv file
>>>>>>>>
>>>>>>>> On Thursday, September 27, 2018 at 6:18:59 PM UTC+5:30, Pankaj 
>>>>>>>> Doharey wrote:
>>>>>>>>>
>>>>>>>>> This looks like code from some EMR software, can you upload the 
>>>>>>>>> definition of onto/defconcept ?
>>>>>>>>> to know what it does.  Also what is the objective here that you 
>>>>>>>>> trying to achieve?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thursday, 27 September 2018 13:02:53 UTC+5:30, venkata sai 
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> hii  i have attached wrong files.. i have a csv file as input i 
>>>>>>>>>> want to write a code to autogenerate output file as .clj file by 
>>>>>>>>>> using 
>>>>>>>>>> macros..
>>>>>>>>>>
>>>>>>>>>> On Thursday, September 27, 2018 at 3:32:37 AM UTC+5:30, Pankaj 
>>>>>>>>>> Doharey wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hmm, your out.csv seems incorrect to me. the clinic.clj has no 
>>>>>>>>>>> code. What are you trying to do here?  Is this homework?
>>>>>>>>>>>
>>>>>>>>>>> On Wednesday, 26 September 2018 17:27:08 UTC+5:30, venkata sai 
>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> i have attached csv file and my output file here.. could anyone 
>>>>>>>>>>>> help me autogenerate code  by using macros  that should be in the 
>>>>>>>>>>>> output 
>>>>>>>>>>>> file
>>>>>>>>>>>>
>>>>>>>>>>> -- 
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "Clojure" group.
>>>>>>>> To post to this group, send email to clo...@googlegroups.com
>>>>>>>> Note that posts from new members are moderated - please be patient 
>>>>>>>> with your first post.
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> clojure+u...@googlegroups.com
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/clojure?hl=en
>>>>>>>> --- 
>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>> Groups "Clojure" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>>> send an email to clojure+u...@googlegroups.com.
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Clojure" group.
>>>>>> To post to this group, send email to clo...@googlegroups.com
>>>>>> Note that posts from new members are moderated - please be patient 
>>>>>> with your first post.
>>>>>> To unsubscribe from this group, send email to
>>>>>> clojure+u...@googlegroups.com
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/clojure?hl=en
>>>>>> --- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Clojure" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to clojure+u...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> -- 
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To post to this group, send email to clo...@googlegroups.com
>>>> Note that posts from new members are moderated - please be patient with 
>>>> your first post.
>>>> To unsubscribe from this group, send email to
>>>> clojure+u...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/clojure?hl=en
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Clojure" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to clojure+u...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com 
>> <javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Concept
HOSPICE_ENC
HOSPICE_ENV
HOSPICE_FACILITY_ENV
ACUTE_INPATIENT_ENC
ACUTE_INPATIENT_ENV
HIGH_RISK_CONDITION_CLIN
OUTPATIENT_ENV
OUTPATIENT_ENC
SSI_SURGICAL_PROCEDURE_PROC
SSI_SURGICAL_SITE_INFECTION_CLIN
PROPHYLACTIC_ANTIMICROBIAL_PROC
ORDER_FOR_ANTIMICROBIAL_PROPHYLAXIS_PROC
ORDER_FOR_ANTIMICROBIAL_PROPHYLAXIS_PROC
MEDICAL_REASON_PROPHYLACTIC_ANTIMICROBIAL_NOT_ORDERED_PROC
VTE_PROC
VTE_PROPHYLAXIS_ORDERED_OR_GIVEN_PROC
VTE_PROPHYLAXIS_ORDERED_OR_GIVEN_PROC
CVC_PROC
MAXIMAL_STERILE_BARRIER_TECHNIQUE_PROC
MAXIMAL_STERILE_BARRIER_TECHNIQUE_PROC
MSSA_INPATIENT_ENC
SEPSIS_DUE_TO_MSSA_CLIN
SEPSIS_DUE_TO_MSSA_CLIN
BETA_LACTAM_ANTIBIOTIC_NOT_PRESCRIBED_MEDICAL_REASON_PROC
ISCHEMIC_STROKE_CLIN
INPATIENT_STAY_ENV
COMFORT_CARE_PROC
CLINICAL_TRIAL_PARTICIPANT_CLIN
CAROTID_INTERVENTION_PROC
LEFT_AMA_DCDIS
ACUTE_INPATIENT_ENC
NONACUTE_INPATIENT_ENC
ANTIPLATELET_THERAPY_MED
ANTICOAGULANT_MED
MEDICAL_REASON_CLIN
CARDIAC_STRESS_IMAGING_PROC
CARDIAC_STRESS_IMAGING_LOW_RISK_SURGERY_PATIENT_PROC
ED_ENC
ED_ENV
MINOR_BLUNT_HEAD_TRAUMA_CLIN
GLASGOW_COMA_SCORE_OBSTYPE
ADULT_HEAD_CT_FOR_TRAUMA_PROC
CT_LESS_THAN_24_HOURS_AFTER_MINOR_HEAD_TRAUMA_ADULT_PROC
MINOR_BLUNT_HEAD_TRAUMA_EXCLUSION_INDICATIONS_ADULT_CLIN
Null
SEVERE_HEADACHE_CLIN
VOMITING_CLIN
PHYSICAL_FINDINGS_OF_A_BASILAR_SKULL_FRACTURE_CLIN
FOCAL_NEUROLOGICAL_DEFICIT_CLIN
COAGULOPATHY_CLIN
THROMBOCYTOPENIA_CLIN
DANGEROUS_MECHANISM_OF_INJURY_CLIN
ANTICOAGULANT_MED
LOSS_OF_CONSCIOUSNESS_CLIN
POST_TRAUMATIC_AMNESIA_CLIN
DRUG_ALCOHOL_INTOXICATION_CLIN
HEADACHE_CLIN
SHORT_TERM_MEMORY_LOSS_CLIN
HEAD_OR_NECK_TRAUMA_CLIN
POST_TRAUMATIC_SEIZURE_CLIN
PEDS_HEAD_CT_FOR_TRAUMA_PROC
CT_LESS_THAN_24_HOURS_AFTER_MINOR_HEAD_TRAUMA_PEDS_PROC
MINOR_BLUNT_HEAD_TRAUMA_EXCLUSION_INDICATIONS_PEDS_CLIN
ALTERED_MENTAL_STATUS_CLIN
PHYSICAL_FINDINGS_OF_A_BASILAR_SKULL_FRACTURE_CLIN
LOSS_OF_CONSCIOUSNESS_CLIN
VOMITING_CLIN
DANGEROUS_MECHANISM_OF_INJURY_CLINY
SEVERE_HEADACHE_CLIN
SURGICAL_PROCEDURE_PROC
UNPLANNED_SURGICAL_PROCEDURE_PROC
OPIOID_MED
CANCER_CLIN
BENZODIAZEPINE_MED

Attachment: clinic.clj
Description: Binary data

Reply via email to