- Created JSON representation for PatientMedicalRecordRepository.php, detailing nodes and edges related to methods and dependencies. - Added JSON representation for patient.md, outlining the structure of the Patient Records & Sessions API, including endpoints and their descriptions.
1 line
8.2 KiB
JSON
1 line
8.2 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientmedicalrecord_php", "label": "PatientMedicalRecord.php", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L1"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord", "label": "PatientMedicalRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L10"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L23"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L40"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L50"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L51"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_getrecord", "label": ".getRecord()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L52"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_settitle", "label": ".setTitle()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L54"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L54"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_setbody", "label": ".setBody()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L55"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_setrecordedat", "label": ".setRecordedAt()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L56"}, {"id": "entity_patientmedicalrecord_patientmedicalrecord_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L58"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientmedicalrecord_php", "target": "patientmedicalrecordrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientmedicalrecord_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientmedicalrecord_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientmedicalrecord_php", "target": "entity_patientmedicalrecord_patientmedicalrecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L40", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord_construct", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L40", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L51", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_getrecord", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord_getrecord", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L52", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_settitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord_settitle", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L54", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_setbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord_setbody", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L55", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_setrecordedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_patientmedicalrecord_patientmedicalrecord_setrecordedat", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L56", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientmedicalrecord_patientmedicalrecord", "target": "entity_patientmedicalrecord_patientmedicalrecord_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L58", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_patientmedicalrecord_patientmedicalrecord_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L42", "receiver": null}, {"caller_nid": "entity_patientmedicalrecord_patientmedicalrecord_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L42", "receiver": null}, {"caller_nid": "entity_patientmedicalrecord_patientmedicalrecord_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMedicalRecord.php", "source_location": "L46", "receiver": null}]} |