Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO [dbo].[MilkFeedingOrder]
- ([FeedingOrderID]
- ,[GenerationNumber]
- ,[PatientID]
- ,[OrderNumber]
- ,[OrderStatus]
- ,[FeedingOrderType]
- ,[Priority]
- ,[Frequency]
- ,[Duration]
- ,[FrequencySchedule]
- ,[PRNOrder]
- ,[SpecialInstructions]
- ,[FutureOrder]
- ,[AdministrationRoute]
- ,[Quantity]
- ,[RateUnit]
- ,[Comments]
- ,[Corrected]
- ,[WhenCreated]
- ,[WhenPersisted]
- ,[WhenDeleted]
- ,[WhenLastUpdated]
- ,[StartDateTime]
- ,[StopDateTime])
- VALUES
- ('52428665782368'
- ,'3'
- ,'9999999999929'
- ,'17640519897'
- ,'ORDERED'
- ,'Breast Milk Diet Expressed Continuous'
- ,NULL
- ,NULL
- ,NULL
- ,'50ml/hr'
- ,NULL
- ,'HMF (50) 1 packet per 50 ml for increase of 0.14 kcal per ml'
- ,NULL
- ,NULL
- ,NULL
- ,NULL
- ,'PO every other feed'
- ,'1'
- ,'2022-12-22 10:49:07.4251830 -05:00'
- ,'2022-12-22 10:49:07.4251830 -05:00'
- ,NULL
- ,'2022-12-28 11:07:32.6344345 -05:00'
- ,'2023-01-22 10:59:22.0000000 +00:00'
- ,'2023-01-28 10:59:22.0000000 +00:00')
- GO
Advertisement
Add Comment
Please, Sign In to add comment