Skip to main content

HS.SDA3.PhysicalExam

serial class HS.SDA3.PhysicalExam extends HS.SDA3.SuperClass

Property Inventory

Properties

property ActionCode as %String;
Supported values:
D = Delete
C = Clear/Delete All
Any other value = Add or Update
See the annotation on the superclass property for more information on how
ActionCode is used.

VIEWERLIB: Not stored
Property methods: ActionCodeDisplayToLogical(), ActionCodeGet(), ActionCodeIsValid(), ActionCodeLogicalToDisplay(), ActionCodeLogicalToOdbc(), ActionCodeNormalize(), ActionCodeSet()
property ActionScope as %String;
Not used.
Property methods: ActionScopeDisplayToLogical(), ActionScopeGet(), ActionScopeIsValid(), ActionScopeLogicalToDisplay(), ActionScopeLogicalToOdbc(), ActionScopeNormalize(), ActionScopeSet()
property EnteredAt as HS.SDA3.CodeTableDetail.Organization;
SDATableName=Organization, ViewerClass=User.HS.CTHospital
VIEWERLIB: User.HS.MRPhysExamination(PHYSUpdateHospitalDR)
Property methods: EnteredAtGet(), EnteredAtGetObject(), EnteredAtGetObjectId(), EnteredAtGetSwizzled(), EnteredAtIsEmpty(), EnteredAtIsValid(), EnteredAtNewObject(), EnteredAtSet(), EnteredAtSetObject(), EnteredAtSetObjectId(), EnteredAtUnSwizzle()
property EnteredBy as HS.SDA3.CodeTableDetail.User;
SDATableName=User, ViewerClass=User.HS.SSUser
VIEWERLIB: User.HS.MRPhysExamination(PHYSUpdateUserDR)
Property methods: EnteredByGet(), EnteredByGetObject(), EnteredByGetObjectId(), EnteredByGetSwizzled(), EnteredByIsEmpty(), EnteredByIsValid(), EnteredByNewObject(), EnteredBySet(), EnteredBySetObject(), EnteredBySetObjectId(), EnteredByUnSwizzle()
property EnteredOn as HS.SDA3.TimeStamp;
VIEWERLIB: User.HS.MRPhysExamination(PHYSUpdateDate) + User.HS.MRPhysExamination(PHYSUpdateTime)
Property methods: EnteredOnDisplayToLogical(), EnteredOnGet(), EnteredOnIsValid(), EnteredOnLogicalToDisplay(), EnteredOnLogicalToTimeStamp(), EnteredOnLogicalToXSD(), EnteredOnNormalize(), EnteredOnOdbcToLogical(), EnteredOnSet(), EnteredOnXSDToLogical()
property Extension as HS.Local.SDA3.PhysicalExamExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property NoteText as %String);
Length subject to the total streamlet size limit - 3,000,000

VIEWERLIB: User.HS.MRPhysExamination(PHYSDesc)
Property methods: NoteTextDisplayToLogical(), NoteTextGet(), NoteTextIsValid(), NoteTextLogicalToDisplay(), NoteTextLogicalToOdbc(), NoteTextNormalize(), NoteTextSet()
property PhysExamCode as HS.SDA3.CodeTableDetail.PhysExam;
Code for part of exam

Streamlet cache:
In the OnValidate method of the Streamlet class, if the PhysicalExam has no
PhysExamCode, then an error will be logged and the Streamlet will not be
saved.

SDATableName=PhysExam, ViewerClass=User.HS.MRCBodyArea
VIEWERLIB: User.HS.MRPhysExamination(PHYSBodyAreaDR)
Property methods: PhysExamCodeGet(), PhysExamCodeGetObject(), PhysExamCodeGetObjectId(), PhysExamCodeGetSwizzled(), PhysExamCodeIsEmpty(), PhysExamCodeIsValid(), PhysExamCodeNewObject(), PhysExamCodeSet(), PhysExamCodeSetObject(), PhysExamCodeSetObjectId(), PhysExamCodeUnSwizzle()
property PhysExamObs as HS.SDA3.CodeTableDetail.PhysExamObs;
Code for observation

SDATableName=PhysExamObs, ViewerClass=User.HS.MRCBodyAreaProblems
VIEWERLIB: User.HS.MRPhysExamination(PHYSMRCBodyAreProbDR)
Property methods: PhysExamObsGet(), PhysExamObsGetObject(), PhysExamObsGetObjectId(), PhysExamObsGetSwizzled(), PhysExamObsIsEmpty(), PhysExamObsIsValid(), PhysExamObsNewObject(), PhysExamObsSet(), PhysExamObsSetObject(), PhysExamObsSetObjectId(), PhysExamObsUnSwizzle()
property PhysExamObsQualifier as HS.SDA3.CodeTableDetail.PhysExamObsQualifier;
Code for observation qualifier

Streamlet cache:
In the OnBeforeMatch method of the Streamlet class, if the PhysicalExam has
a PhysExamObsQualifier but no PhysExamObs, an alert will be logged and the
PhysExamObsQualifier will be removed from the SDA.

SDATableName=PhysExamObsQualifier, ViewerClass=User.HS.MRCBodyAreaProblemsSubp
VIEWERLIB: User.HS.MRPhysExamination(PHYSMRCBodyAreaProbSubDR)
Property methods: PhysExamObsQualifierGet(), PhysExamObsQualifierGetObject(), PhysExamObsQualifierGetObjectId(), PhysExamObsQualifierGetSwizzled(), PhysExamObsQualifierIsEmpty(), PhysExamObsQualifierIsValid(), PhysExamObsQualifierNewObject(), PhysExamObsQualifierSet(), PhysExamObsQualifierSetObject(), PhysExamObsQualifierSetObjectId(), PhysExamObsQualifierUnSwizzle()
property PhysExamObsValue as HS.SDA3.CodeTableDetail.PhysExamObsValue;
Code for observation value

SDATableName=PhysExamObsValue, ViewerClass=User.HS.MRCBodySystemProbStatus
VIEWERLIB: User.HS.MRPhysExamination(PHYSBodyProbStatDR)
Property methods: PhysExamObsValueGet(), PhysExamObsValueGetObject(), PhysExamObsValueGetObjectId(), PhysExamObsValueGetSwizzled(), PhysExamObsValueIsEmpty(), PhysExamObsValueIsValid(), PhysExamObsValueNewObject(), PhysExamObsValueSet(), PhysExamObsValueSetObject(), PhysExamObsValueSetObjectId(), PhysExamObsValueUnSwizzle()
property PhysExamTime as HS.SDA3.TimeStamp;
Time of exam

VIEWERLIB: User.HS.MRPhysExamination(PHYSDate) + User.HS.MRPhysExamination(PHYSTime)
Property methods: PhysExamTimeDisplayToLogical(), PhysExamTimeGet(), PhysExamTimeIsValid(), PhysExamTimeLogicalToDisplay(), PhysExamTimeLogicalToTimeStamp(), PhysExamTimeLogicalToXSD(), PhysExamTimeNormalize(), PhysExamTimeOdbcToLogical(), PhysExamTimeSet(), PhysExamTimeXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab