Skip to main content

HS.Push.WebServices.Containers.RelationshipPolicy

class HS.Push.WebServices.Containers.RelationshipPolicy extends HS.Util.WebServices.ServiceStatus, HS.Util.WebServices.ListItem

Property Inventory

Properties

property Basis as %String (VALUELIST = ",MPIID,MRN,Encounter,Admission") [ InitialExpression = "MPIID" ];
Property methods: BasisDisplayToLogical(), BasisGet(), BasisIsValid(), BasisLogicalToDisplay(), BasisLogicalToOdbc(), BasisNormalize(), BasisSet()
property EffectiveDate as %String;
Property methods: EffectiveDateDisplayToLogical(), EffectiveDateGet(), EffectiveDateIsValid(), EffectiveDateLogicalToDisplay(), EffectiveDateLogicalToOdbc(), EffectiveDateNormalize(), EffectiveDateSet()
property ExpirationDate as %String;
Property methods: ExpirationDateDisplayToLogical(), ExpirationDateGet(), ExpirationDateIsValid(), ExpirationDateLogicalToDisplay(), ExpirationDateLogicalToOdbc(), ExpirationDateNormalize(), ExpirationDateSet()
property RelationshipId as %String;
Property methods: RelationshipIdDisplayToLogical(), RelationshipIdGet(), RelationshipIdIsValid(), RelationshipIdLogicalToDisplay(), RelationshipIdLogicalToOdbc(), RelationshipIdNormalize(), RelationshipIdSet()
property Start as %String (VALUELIST = ",Immediately,UseEncounterDate,UseAdmissionDate") [ InitialExpression = "Immediately" ];
MPIID and MRN basis will always start immediately after the relationship is detected, with an optional offset. Encounter and Admission ones can also be configured to start as an offset (in hours or days) from the Encounter From Date (admission date).
Property methods: StartDisplayToLogical(), StartGet(), StartIsValid(), StartLogicalToDisplay(), StartLogicalToOdbc(), StartNormalize(), StartSet()
property StartOffset as %String;
optional offset to the start computation. Format (-)#offset
Property methods: StartOffsetDisplayToLogical(), StartOffsetGet(), StartOffsetIsValid(), StartOffsetLogicalToDisplay(), StartOffsetLogicalToOdbc(), StartOffsetNormalize(), StartOffsetSet()
property Stop as %String (VALUELIST = ",Never,AfterStart,AfterEncounterDate,UseDischargeDate") [ InitialExpression = "Never" ];
MPIID and MRN basis can only be configured to stop as an offset (in hours or days) from the start date. Encounter ones can also be configured to start as an offset from the encounter From Date Admission ones can also be configured to start as an offset from the discharge date
Property methods: StopDisplayToLogical(), StopGet(), StopIsValid(), StopLogicalToDisplay(), StopLogicalToOdbc(), StopNormalize(), StopSet()
property StopOffset as %String;
optional offset to the stop computation. Format (-)#offset
Property methods: StopOffsetDisplayToLogical(), StopOffsetGet(), StopOffsetIsValid(), StopOffsetLogicalToDisplay(), StopOffsetLogicalToOdbc(), StopOffsetNormalize(), StopOffsetSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab