Skip to content

Commit

Permalink
lab-4 structure and changed acknowledgements section
Browse files Browse the repository at this point in the history
  • Loading branch information
Basarab, Alexandru authored and Basarab, Alexandru committed Jul 19, 2023
1 parent c411449 commit 9a73d18
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 68 deletions.
6 changes: 2 additions & 4 deletions smart-on-fhir/0-introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ Estimated time: TBD

## Acknowledgements

* **Author**
* Mircea Iordache, Software Engineer, Open Platform
* **Author** - Mircea Iordache, Software Engineer, Open Platform

* **Contributors**
* Alexandru Basarab, Senior Software Engineer, Open Platform
* **Contributors** - Alexandru Basarab, Senior Software Engineer, Open Platform

* **Last Updated By/Date** - Iordache Mircea, July 2023
6 changes: 2 additions & 4 deletions smart-on-fhir/2-apex-app-setup/apex-app-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ This lab assumes you have:

## Acknowledgements

* **Author**
* Alexandru Basarab, Senior Software Engineer, Open Platform
* **Author** - Alexandru Basarab, Senior Software Engineer, Open Platform

* **Contributors**
* Mircea Iordache, Software Engineer, Open Platform
* **Contributors** - Mircea Iordache, Software Engineer, Open Platform

* **Last Updated By/Date** - Basarab Alexandru, July 2023
6 changes: 2 additions & 4 deletions smart-on-fhir/3-code-console/code-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ This lab assumes you have:

## Acknowledgements

* **Author**
* Mircea Iordache, Software Engineer, Open Platform
* **Author** - Mircea Iordache, Software Engineer, Open Platform

* **Contributors**
* Alexandru Basarab, Senior Software Engineer, Open Platform
* **Contributors** - Alexandru Basarab, Senior Software Engineer, Open Platform

* **Last Updated By/Date** - Mircea Iordache, July 2023
76 changes: 20 additions & 56 deletions smart-on-fhir/4-apex-logic/apex-logic.md
Original file line number Diff line number Diff line change
@@ -1,97 +1,61 @@
# Title of the Lab
# Creating an ASCVD Risk Calculator

## Introduction

*Describe the lab in one or two sentences, for example:* This lab walks you through the steps to ...
This lab walks you through the steps to build a fully functional ASCVD (Atherosclerotic Cardiovascular Disease) Risk Calculator.

Estimated Lab Time: -- minutes

### About <Product/Technology> (Optional)
Enter background information here about the technology/feature or product used in this lab - no need to repeat what you covered in the introduction. Keep this section fairly concise. If you find yourself needing more than two sections/paragraphs, please utilize the "Learn More" section.

### Objectives

*List objectives for this lab using the format below*

In this lab, you will:
* Objective 1
* Objective 2
* Objective 3

### Prerequisites (Optional)
* Creating page structure
* Creating page items
* Create item validations
* Assigning values to items
* Creation of charts to represent data
* Display database data in your application
* Esthetics and finishing touches

*List the prerequisites for this lab using the format below. Fill in whatever knowledge, accounts, etc. is necessary to complete the lab. Do NOT list each previous lab as a prerequisite.*
### Prerequisites

This lab assumes you have:

* An Oracle Cloud account
* All previous labs successfully completed


*This is the "fold" - below items are collapsed by default*

## Task 1: Concise Task Description
## Task 1: Creation of Page structures

(optional) Task 1 opening paragraph.

1. Step 1

![Image alt text](images/sample1.png)

2. Step 2

![Image alt text](images/sample1.png)

4. Example with inline navigation icon ![Image alt text](images/sample2.png) click **Navigation**.

5. Example with bold **text**.

If you add another paragraph, add 3 spaces before the line.

## Task 2: Concise Task Description
## Task 2: Defining Page items

1. Step 1 - tables sample

Use tables sparingly:

| Column 1 | Column 2 | Column 3 |
| --- | --- | --- |
| 1 | Some text or a link | More text |
| 2 |Some text or a link | More text |
| 3 | Some text or a link | More text |
## Task 3: Create item validations

2. You can also include bulleted lists - make sure to indent 4 spaces:
## Task 4: Assigning values to items

- List item 1
- List item 2
## Task 5: Create charts to represent data

3. Code examples
## Task 6: Use the Autonomous Database to store data

```
Adding code examples
Indentation is important for the code example to appear inside the step
Multiple lines of code
<copy>Enclose the text you want to copy in <copy></copy>.</copy>
```

4. Code examples that include variables

```
<copy>ssh -i <ssh-key-file></copy>
```
## Task 7: Esthetics and finishing touches

## Learn More

*(optional - include links to docs, white papers, blogs, etc)*
* [URL text 1](http://docs.oracle.com)
* [URL text 2](http://docs.oracle.com)

## Acknowledgements

* **Author**
* Alexandru Basarab, Senior Software Engineer, Open Platform
* **Author** - Alexandru Basarab, Senior Software Engineer, Open Platform

* **Contributors**
* Mircea Iordache, Software Engineer, Open Platform
* **Contributors** - Mircea Iordache, Software Engineer, Open Platform

* **Last Updated By/Date** - <Name, Month Year>

0 comments on commit 9a73d18

Please sign in to comment.