|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CCRCodedDataObjectType
org.tolven.ccr.AuthorizationType
public class AuthorizationType
Java class for AuthorizationType complex type.
| Nested Class Summary | |
|---|---|
static class |
AuthorizationType.Immunizations
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType |
|---|
CCRCodedDataObjectType.Signature |
| Constructor Summary | |
|---|---|
AuthorizationType()
|
|
| Method Summary | |
|---|---|
Encounters |
getEncounters()
Gets the value of the encounters property. |
AuthorizationType.Immunizations |
getImmunizations()
Gets the value of the immunizations property. |
Medications |
getMedications()
Gets the value of the medications property. |
Practitioners |
getPractitioners()
Gets the value of the practitioners property. |
Procedures |
getProcedures()
Gets the value of the procedures property. |
Products |
getProducts()
Gets the value of the products property. |
java.util.List<PurposeType> |
getPurpose()
Gets the value of the purpose property. |
Services |
getServices()
Gets the value of the services property. |
void |
setEncounters(Encounters value)
Sets the value of the encounters property. |
void |
setImmunizations(AuthorizationType.Immunizations value)
Sets the value of the immunizations property. |
void |
setMedications(Medications value)
Sets the value of the medications property. |
void |
setPractitioners(Practitioners value)
Sets the value of the practitioners property. |
void |
setProcedures(Procedures value)
Sets the value of the procedures property. |
void |
setProducts(Products value)
Sets the value of the products property. |
void |
setServices(Services value)
Sets the value of the services property. |
| Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType |
|---|
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizationType()
| Method Detail |
|---|
public java.util.List<PurposeType> getPurpose()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the purpose property.
For example, to add a new item, do as follows:
getPurpose().add(newItem);
Objects of the following type(s) are allowed in the list
PurposeType
public Practitioners getPractitioners()
Practitionerspublic void setPractitioners(Practitioners value)
value - allowed object is
Practitionerspublic Procedures getProcedures()
Procedurespublic void setProcedures(Procedures value)
value - allowed object is
Procedurespublic Products getProducts()
Productspublic void setProducts(Products value)
value - allowed object is
Productspublic Medications getMedications()
Medicationspublic void setMedications(Medications value)
value - allowed object is
Medicationspublic AuthorizationType.Immunizations getImmunizations()
AuthorizationType.Immunizationspublic void setImmunizations(AuthorizationType.Immunizations value)
value - allowed object is
AuthorizationType.Immunizationspublic Services getServices()
Servicespublic void setServices(Services value)
value - allowed object is
Servicespublic Encounters getEncounters()
Encounterspublic void setEncounters(Encounters value)
value - allowed object is
Encounters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||