GraphQL/Objects
AnimalTreatmentApplication
No description
type AnimalTreatmentApplication {
healthProduct: String
reasonForTreatment: String
totalApplied: Volume
}Fields
AnimalTreatmentApplication.healthProduct ● String scalar
The freetext name of the product applied in the treatment
AnimalTreatmentApplication.reasonForTreatment ● String scalar
The reason the treatment was applied. This is selected from a set of region and species selected values.
AnimalTreatmentApplication.totalApplied ● Volume object
The total treatment applied to the animal, excludes spillage so may not align with the total inventory used.
Member Of
object