You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

GRAS-08: Compute Breeder and Offspring Attributes (CompReprodAttributes)#6502/HEAD / v142
Tags:  not added yet

GRAS-08: Compute Breeder and Offspring Attributes (CompReprodAttributes)[SERVICE-6502]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 14:31 Type:
Model
Path: m/gras/breedoffspringattrib/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/breedoffspringattrib/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
N/A
Last Tested: May 31 2016 00:50 Test Count: 0
Test Success Rate: 0 Failed Tests: --
Traceability
Loading…
Description

GRAS-08: Compute Breeder and Offspring Attributes (CompReprodAttributes)

Compute default begin and end breeding exposure dates, default number of offspring, and a back calculation of breeding efficiency. Most of the processes involved with defining a male breeder group, an offspring group, and their forage demand will be done as application services and not GRAS services. This service involves methods that get data from the GRAS data mart.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "Herd List",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "value": 1,
                        "description": "Herd Identifier"
                    },
                    {
                        "name": "male_animal_kind",
                        "value": "CATTLE",
                        "description": "Male Animal Kind"
                    },
                    {
                        "name": "breeding_exposure_days",
                        "value": 30,
                        "description": "Number of Days of Exposure"
                    },
                    {
                        "name": "Maternal Group List",
                        "value": [
                            [
                                {
                                    "name": "maternal_group_id",
                                    "value": 1,
                                    "description": "Maternal Group Identifier"
                                },
                                {
                                    "name": "maternal_animal_kind",
                                    "value": "CATTLE",
                                    "description": "Maternal Animal Kind"
                                },
                                {
                                    "name": "maternal_animal_class",
                                    "value": "COW 36-48 MONTHS",
                                    "description": "Maternal Animal Classification"
                                },
                                {
                                    "name": "number_of_females",
                                    "value": 100,
                                    "description": "Number of Animals in Maternal Group"
                                },
                                {
                                    "name": "date_into_herd",
                                    "value": "2014-01-01",
                                    "description": "Date Maternal Group Added to Herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "value": "2015-10-10",
                                    "description": "Date Maternal Group Removed from Herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "target_offspring_date",
                                    "value": "2016-03-01",
                                    "description": "Target Date for Offspring Birth (YYYY-MM-DD)"
                                },
                                {
                                    "name": "gestation_period_days",
                                    "value": "283",
                                    "description": "Gestation Period Days"
                                },
                                {
                                    "name": "birthing_efficiency",
                                    "value": 100,
                                    "description": "Birthing Efficiency of Animals in Group",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "twinning_efficiency",
                                    "value": 30,
                                    "description": "Twinning Efficiency of Animals in Group",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "offspring_number",
                                    "value": 0,
                                    "description": "Number of Offpsring Desired (-1 if null)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "1e3321cd-2aa4-11e7-8435-c7b252fff6d1",
        "cloud_node": "10.1.75.20",
        "tstamp": "2017-04-26 11:16:42",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/breedoffspringattrib/1.0",
        "request_ip": "10.84.177.140",
        "csip-gras.version": "$version: 0.4.228 c563372fef74 2017-04-20 rumpal, built at 2017-04-20 16:16 by jenkins$",
        "csip.version": "$version: 2.1.179 5b6bb423bd93 2017-04-17 od, built at 2017-04-20 16:16 by jenkins$",
        "cpu_time": 4,
        "expiration_date": "2017-04-26 11:17:12"
    },
    "parameter": [
        {
            "name": "Herd List",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "value": 1,
                        "description": "Herd Identifier"
                    },
                    {
                        "name": "male_animal_kind",
                        "value": "CATTLE",
                        "description": "Male Animal Kind"
                    },
                    {
                        "name": "breeding_exposure_days",
                        "value": 30,
                        "description": "Number of Days of Exposure"
                    },
                    {
                        "name": "Maternal Group List",
                        "value": [
                            [
                                {
                                    "name": "maternal_group_id",
                                    "value": 1,
                                    "description": "Maternal Group Identifier"
                                },
                                {
                                    "name": "maternal_animal_kind",
                                    "value": "CATTLE",
                                    "description": "Maternal Animal Kind"
                                },
                                {
                                    "name": "maternal_animal_class",
                                    "value": "COW 36-48 MONTHS",
                                    "description": "Maternal Animal Classification"
                                },
                                {
                                    "name": "number_of_females",
                                    "value": 100,
                                    "description": "Number of Animals in Maternal Group"
                                },
                                {
                                    "name": "date_into_herd",
                                    "value": "2014-01-01",
                                    "description": "Date Maternal Group Added to Herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "value": "2015-10-10",
                                    "description": "Date Maternal Group Removed from Herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "target_offspring_date",
                                    "value": "2016-03-01",
                                    "description": "Target Date for Offspring Birth (YYYY-MM-DD)"
                                },
                                {
                                    "name": "gestation_period_days",
                                    "value": "283",
                                    "description": "Gestation Period Days"
                                },
                                {
                                    "name": "birthing_efficiency",
                                    "value": 100,
                                    "description": "Birthing Efficiency of Animals in Group",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "twinning_efficiency",
                                    "value": 30,
                                    "description": "Twinning Efficiency of Animals in Group",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "offspring_number",
                                    "value": 0,
                                    "description": "Number of Offpsring Desired (-1 if null)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "Herd List",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "value": 1,
                        "description": "Herd Identifier"
                    },
                    {
                        "name": "Maternal Group List",
                        "value": [
                            [
                                {
                                    "name": "maternal_group_id",
                                    "value": 1,
                                    "description": "Maternal Group Identifier"
                                },
                                {
                                    "name": "default_begin_exposure_date",
                                    "value": "2015-05-23",
                                    "description": "Default Exposure Begin Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "default_end_exposure_date",
                                    "value": "2015-06-22",
                                    "description": "Default Exposure End Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "default_offspring_number",
                                    "value": 130,
                                    "description": "Default Offspring Number"
                                },
                                {
                                    "name": "backcalc_birthing_efficiency",
                                    "value": 0,
                                    "description": "Backcalculated Birthing Efficiency"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
   (the file to convert)
   (the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (142)
Baselines
All (142)

Filter
 
No data to display.