Class MCAIMT900001UV01DetectedIssueEvent
java.lang.Object
net.ihe.gazelle.hl7v3.mcaimt900001UV01.MCAIMT900001UV01DetectedIssueEvent
- All Implemented Interfaces:
Serializable
Description of the class MCAIMT900001UV01DetectedIssueEvent.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a id to the id collection.void
addMitigatedBy
(MCAIMT900001UV01SourceOf mitigatedBy_elt) Add a mitigatedBy to the mitigatedBy collection.void
addRealmCode
(CS realmCode_elt) Add a realmCode to the realmCode collection.void
addTemplateId
(II templateId_elt) Add a templateId to the templateId collection.void
addTriggerFor
(MCAIMT900001UV01Requires triggerFor_elt) Add a triggerFor to the triggerFor collection.Return classCode.getCode()
Return code.getId()
Return id.Return mitigatedBy.Return moodCode.Return nullFlavor.Return realmCode.Return templateId.getText()
Return text.Return triggerFor.Return typeId.getValue()
Return value.void
Remove a id to the id collection.void
removeMitigatedBy
(MCAIMT900001UV01SourceOf mitigatedBy_elt) Remove a mitigatedBy to the mitigatedBy collection.void
removeRealmCode
(CS realmCode_elt) Remove a realmCode to the realmCode collection.void
removeTemplateId
(II templateId_elt) Remove a templateId to the templateId collection.void
removeTriggerFor
(MCAIMT900001UV01Requires triggerFor_elt) Remove a triggerFor to the triggerFor collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setClassCode
(ActClass classCode) Set a value to attribute classCode.void
Set a value to attribute code.void
Set a value to attribute id.void
setMitigatedBy
(List<MCAIMT900001UV01SourceOf> mitigatedBy) Set a value to attribute mitigatedBy.void
setMoodCode
(ActMood moodCode) Set a value to attribute moodCode.void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.void
setRealmCode
(List<CS> realmCode) Set a value to attribute realmCode.void
setTemplateId
(List<II> templateId) Set a value to attribute templateId.void
Set a value to attribute text.void
setTriggerFor
(List<MCAIMT900001UV01Requires> triggerFor) Set a value to attribute triggerFor.void
Set a value to attribute typeId.void
Set a value to attribute value.static void
validateByModule
(MCAIMT900001UV01DetectedIssueEvent mCAIMT900001UV01DetectedIssueEvent, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
text
-
value
-
mitigatedBy
-
triggerFor
-
classCode
-
moodCode
-
nullFlavor
-
-
Constructor Details
-
MCAIMT900001UV01DetectedIssueEvent
public MCAIMT900001UV01DetectedIssueEvent()
-
-
Method Details
-
getRealmCode
Return realmCode.- Returns:
- realmCode
-
setRealmCode
Set a value to attribute realmCode.- Parameters:
realmCode
- .
-
addRealmCode
Add a realmCode to the realmCode collection.- Parameters:
realmCode_elt
- Element to add.
-
removeRealmCode
Remove a realmCode to the realmCode collection.- Parameters:
realmCode_elt
- Element to remove
-
getTypeId
Return typeId.- Returns:
- typeId
-
setTypeId
Set a value to attribute typeId.- Parameters:
typeId
- .
-
getTemplateId
Return templateId.- Returns:
- templateId
-
setTemplateId
Set a value to attribute templateId.- Parameters:
templateId
- .
-
addTemplateId
Add a templateId to the templateId collection.- Parameters:
templateId_elt
- Element to add.
-
removeTemplateId
Remove a templateId to the templateId collection.- Parameters:
templateId_elt
- Element to remove
-
getId
Return id.- Returns:
- id
-
setId
Set a value to attribute id.- Parameters:
id
- .
-
addId
Add a id to the id collection.- Parameters:
id_elt
- Element to add.
-
removeId
Remove a id to the id collection.- Parameters:
id_elt
- Element to remove
-
getCode
Return code.- Returns:
- code
-
setCode
Set a value to attribute code.- Parameters:
code
- .
-
getText
Return text.- Returns:
- text
-
setText
Set a value to attribute text.- Parameters:
text
- .
-
getValue
Return value.- Returns:
- value
-
setValue
Set a value to attribute value.- Parameters:
value
- .
-
getMitigatedBy
Return mitigatedBy.- Returns:
- mitigatedBy
-
setMitigatedBy
Set a value to attribute mitigatedBy.- Parameters:
mitigatedBy
- .
-
addMitigatedBy
Add a mitigatedBy to the mitigatedBy collection.- Parameters:
mitigatedBy_elt
- Element to add.
-
removeMitigatedBy
Remove a mitigatedBy to the mitigatedBy collection.- Parameters:
mitigatedBy_elt
- Element to remove
-
getTriggerFor
Return triggerFor.- Returns:
- triggerFor
-
setTriggerFor
Set a value to attribute triggerFor.- Parameters:
triggerFor
- .
-
addTriggerFor
Add a triggerFor to the triggerFor collection.- Parameters:
triggerFor_elt
- Element to add.
-
removeTriggerFor
Remove a triggerFor to the triggerFor collection.- Parameters:
triggerFor_elt
- Element to remove
-
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode.- Parameters:
classCode
- .
-
getMoodCode
Return moodCode.- Returns:
- moodCode
-
setMoodCode
Set a value to attribute moodCode.- Parameters:
moodCode
- .
-
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor.- Parameters:
nullFlavor
- .
-
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(MCAIMT900001UV01DetectedIssueEvent mCAIMT900001UV01DetectedIssueEvent, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-