createOTCMedication: Create new OTCMedication.

Description Usage Arguments Value References

View source: R/MinnehahaCustomizationFunctions.R

Description

This function creates a new OTCMedication.

Usage

1
2
3
4
5
6
7
8
createOTCMedication(
  AntiItchCremeID = NULL,
  CoughDropsID = NULL,
  IpubrofenorAdvilID = NULL,
  SelfCarryIbuprofenID = NULL,
  StudentID = NULL,
  EntityID = 1
)

Arguments

AntiItchCremeID

The AntiItchCremeID value for the newly created OTCMedication. Leave NULL to not set.

CoughDropsID

The CoughDropsID value for the newly created OTCMedication. Leave NULL to not set.

IpubrofenorAdvilID

The IpubrofenorAdvilID value for the newly created OTCMedication. Leave NULL to not set.

SelfCarryIbuprofenID

The SelfCarryIbuprofenID value for the newly created OTCMedication. Leave NULL to not set.

StudentID

The StudentID value for the newly created OTCMedication. Leave NULL to not set.

EntityID

The id of the entity. Run getAllEntities for a list of entities.

Value

All fields for the newly created OTCMedication.

References

{yourApiUrl}/swagger

Skyward's Knowledge Hub


samterfa/SkywardSDK documentation built on Oct. 13, 2020, 6:53 a.m.