Class RTPrescriptionConstraint
Inheritance
System.Object
RTPrescriptionConstraint
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 |
|