Class COCTMT260003UVDetectedMedicationIssue
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt260003UV.COCTMT260003UVDetectedMedicationIssue
- All Implemented Interfaces:
Serializable
Description of the class COCTMT260003UVDetectedMedicationIssue.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDefinition
(COCTMT260003UVDefinition definition_elt) Add a definition to the definition collection.void
addMitigatedBy
(COCTMT260003UVMitigates mitigatedBy_elt) Add a mitigatedBy to the mitigatedBy collection.void
addRealmCode
(CS realmCode_elt) Add a realmCode to the realmCode collection.void
addSubject
(COCTMT260003UVSubject2 subject_elt) Add a subject to the subject collection.void
addSubjectOf
(COCTMT260003UVSubject subjectOf_elt) Add a subjectOf to the subjectOf collection.void
addTemplateId
(II templateId_elt) Add a templateId to the templateId collection.Return classCode.getCode()
Return code.Return definition.Return mitigatedBy.Return moodCode.Return nullFlavor.Return realmCode.Return subject.Return subjectOf.Return templateId.Return typeId.getValue()
Return value.void
removeDefinition
(COCTMT260003UVDefinition definition_elt) Remove a definition to the definition collection.void
removeMitigatedBy
(COCTMT260003UVMitigates mitigatedBy_elt) Remove a mitigatedBy to the mitigatedBy collection.void
removeRealmCode
(CS realmCode_elt) Remove a realmCode to the realmCode collection.void
removeSubject
(COCTMT260003UVSubject2 subject_elt) Remove a subject to the subject collection.void
removeSubjectOf
(COCTMT260003UVSubject subjectOf_elt) Remove a subjectOf to the subjectOf collection.void
removeTemplateId
(II templateId_elt) Remove a templateId to the templateId collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setClassCode
(ActClass classCode) Set a value to attribute classCode.void
Set a value to attribute code.void
setDefinition
(List<COCTMT260003UVDefinition> definition) Set a value to attribute definition.void
setMitigatedBy
(List<COCTMT260003UVMitigates> 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
setSubject
(List<COCTMT260003UVSubject2> subject) Set a value to attribute subject.void
setSubjectOf
(List<COCTMT260003UVSubject> subjectOf) Set a value to attribute subjectOf.void
setTemplateId
(List<II> templateId) Set a value to attribute templateId.void
Set a value to attribute typeId.void
Set a value to attribute value.static void
validateByModule
(COCTMT260003UVDetectedMedicationIssue cOCTMT260003UVDetectedMedicationIssue, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
code
-
value
-
definition
-
subject
-
mitigatedBy
-
subjectOf
-
classCode
-
moodCode
-
nullFlavor
-
-
Constructor Details
-
COCTMT260003UVDetectedMedicationIssue
public COCTMT260003UVDetectedMedicationIssue()
-
-
Method Details
-
getRealmCode
Return realmCode.- Returns:
- realmCode
-
setRealmCode
Set a value to attribute 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. -
getTemplateId
Return templateId.- Returns:
- templateId
-
setTemplateId
Set a value to attribute 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
-
getCode
Return code.- Returns:
- code
-
setCode
Set a value to attribute code. -
getValue
Return value.- Returns:
- value
-
setValue
Set a value to attribute value. -
getDefinition
Return definition.- Returns:
- definition
-
setDefinition
Set a value to attribute definition. -
addDefinition
Add a definition to the definition collection.- Parameters:
definition_elt
- Element to add.
-
removeDefinition
Remove a definition to the definition collection.- Parameters:
definition_elt
- Element to remove
-
getSubject
Return subject.- Returns:
- subject
-
setSubject
Set a value to attribute subject. -
addSubject
Add a subject to the subject collection.- Parameters:
subject_elt
- Element to add.
-
removeSubject
Remove a subject to the subject collection.- Parameters:
subject_elt
- Element to remove
-
getMitigatedBy
Return mitigatedBy.- Returns:
- mitigatedBy
-
setMitigatedBy
Set a value to attribute 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
-
getSubjectOf
Return subjectOf.- Returns:
- subjectOf
-
setSubjectOf
Set a value to attribute subjectOf. -
addSubjectOf
Add a subjectOf to the subjectOf collection.- Parameters:
subjectOf_elt
- Element to add.
-
removeSubjectOf
Remove a subjectOf to the subjectOf collection.- Parameters:
subjectOf_elt
- Element to remove
-
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode. -
getMoodCode
Return moodCode.- Returns:
- moodCode
-
setMoodCode
Set a value to attribute moodCode. -
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(COCTMT260003UVDetectedMedicationIssue cOCTMT260003UVDetectedMedicationIssue, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-