Show / Hide Table of Contents

Class RTPrescriptionConstraint

Inheritance
System.Object
SerializableObject
RTPrescriptionConstraint
Inherited Members
SerializableObject.IsLive
SerializableObject.GetSchema()
SerializableObject.ReadXml(Xml.XmlReader)
SerializableObject.WriteXml(Xml.XmlWriter)
SerializableObject.ClearSerializationHistory()
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class RTPrescriptionConstraint : SerializableObject, Xml.Serialization.IXmlSerializable

Constructors

RTPrescriptionConstraint()

Declaration
public RTPrescriptionConstraint()

RTPrescriptionConstraint(Object)

Declaration
public RTPrescriptionConstraint(dynamic client)
Parameters
Type Name Description
System.Object client

Properties

ConstraintType

Declaration
public Common.Model.Types.RTPrescriptionConstraintType ConstraintType { get; set; }
Property Value
Type Description
VMS.TPS.Common.Model.Types.RTPrescriptionConstraintType

Unit1

Declaration
public string Unit1 { get; set; }
Property Value
Type Description
System.String

Unit2

Declaration
public string Unit2 { get; set; }
Property Value
Type Description
System.String

Value1

Declaration
public string Value1 { get; set; }
Property Value
Type Description
System.String

Value2

Declaration
public string Value2 { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX