Class COCTMT260003UVDetectedMedicationIssue
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt260003UV.COCTMT260003UVDetectedMedicationIssue
- All Implemented Interfaces:
Serializable
Description of the class COCTMT260003UVDetectedMedicationIssue.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDefinition(COCTMT260003UVDefinition definition_elt) Add a definition to the definition collection.voidaddMitigatedBy(COCTMT260003UVMitigates mitigatedBy_elt) Add a mitigatedBy to the mitigatedBy collection.voidaddRealmCode(CS realmCode_elt) Add a realmCode to the realmCode collection.voidaddSubject(COCTMT260003UVSubject2 subject_elt) Add a subject to the subject collection.voidaddSubjectOf(COCTMT260003UVSubject subjectOf_elt) Add a subjectOf to the subjectOf collection.voidaddTemplateId(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.voidremoveDefinition(COCTMT260003UVDefinition definition_elt) Remove a definition to the definition collection.voidremoveMitigatedBy(COCTMT260003UVMitigates mitigatedBy_elt) Remove a mitigatedBy to the mitigatedBy collection.voidremoveRealmCode(CS realmCode_elt) Remove a realmCode to the realmCode collection.voidremoveSubject(COCTMT260003UVSubject2 subject_elt) Remove a subject to the subject collection.voidremoveSubjectOf(COCTMT260003UVSubject subjectOf_elt) Remove a subjectOf to the subjectOf collection.voidremoveTemplateId(II templateId_elt) Remove a templateId to the templateId collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetClassCode(ActClass classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetDefinition(List<COCTMT260003UVDefinition> definition) Set a value to attribute definition.voidsetMitigatedBy(List<COCTMT260003UVMitigates> mitigatedBy) Set a value to attribute mitigatedBy.voidsetMoodCode(ActMood moodCode) Set a value to attribute moodCode.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetSubject(List<COCTMT260003UVSubject2> subject) Set a value to attribute subject.voidsetSubjectOf(List<COCTMT260003UVSubject> subjectOf) Set a value to attribute subjectOf.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.voidSet a value to attribute value.static voidvalidateByModule(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
-