public class ProcedureRequest
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
ProcedureRequest.Builder
RecordBuilder for ProcedureRequest instances.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.avro.Schema |
SCHEMA$ |
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<ProcedureRequest> |
createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
static ProcedureRequest |
fromByteBuffer(ByteBuffer b)
Deserializes a ProcedureRequest from a ByteBuffer.
|
Object |
get(int field$) |
ChoiceCodeableConceptBoolean |
getAsNeeded()
Gets the value of the 'asNeeded' field.
|
String |
getAuthoredOn()
Gets the value of the 'authoredOn' field.
|
List<ResourceReference> |
getBasedOn()
Gets the value of the 'basedOn' field.
|
List<CodeableConcept> |
getBodySite()
Gets the value of the 'bodySite' field.
|
List<CodeableConcept> |
getCategory()
Gets the value of the 'category' field.
|
static org.apache.avro.Schema |
getClassSchema() |
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
List<Resource> |
getContained()
Gets the value of the 'contained' field.
|
EncounterEpisodeOfCareReference |
getContext()
Gets the value of the 'context' field.
|
static org.apache.avro.message.BinaryMessageDecoder<ProcedureRequest> |
getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ActivityDefinitionPlanDefinitionReference> |
getDefinition()
Gets the value of the 'definition' field.
|
Boolean |
getDoNotPerform()
Gets the value of the 'doNotPerform' field.
|
String |
getId()
Gets the value of the 'id' field.
|
List<Identifier> |
getIdentifier()
Gets the value of the 'identifier' field.
|
String |
getImplicitRules()
Gets the value of the 'implicitRules' field.
|
String |
getIntent()
Gets the value of the 'intent' field.
|
String |
getLanguage()
Gets the value of the 'language' field.
|
Meta |
getMeta()
Gets the value of the 'meta' field.
|
List<Annotation> |
getNote()
Gets the value of the 'note' field.
|
ChoicePeriodTimingDateTime |
getOccurrence()
Gets the value of the 'occurrence' field.
|
DeviceHealthcareServiceOrganizationPatientPractitionerRelatedPersonReference |
getPerformer()
Gets the value of the 'performer' field.
|
CodeableConcept |
getPerformerType()
Gets the value of the 'performerType' field.
|
String |
getPriority()
Gets the value of the 'priority' field.
|
List<CodeableConcept> |
getReasonCode()
Gets the value of the 'reasonCode' field.
|
List<ConditionObservationReference> |
getReasonReference()
Gets the value of the 'reasonReference' field.
|
List<ProvenanceReference> |
getRelevantHistory()
Gets the value of the 'relevantHistory' field.
|
List<ResourceReference> |
getReplaces()
Gets the value of the 'replaces' field.
|
ProcedureRequestRequester |
getRequester()
Gets the value of the 'requester' field.
|
Identifier |
getRequisition()
Gets the value of the 'requisition' field.
|
org.apache.avro.Schema |
getSchema() |
List<SpecimenReference> |
getSpecimen()
Gets the value of the 'specimen' field.
|
String |
getStatus()
Gets the value of the 'status' field.
|
DeviceGroupLocationPatientReference |
getSubject()
Gets the value of the 'subject' field.
|
List<ResourceReference> |
getSupportingInfo()
Gets the value of the 'supportingInfo' field.
|
Narrative |
getText()
Gets the value of the 'text' field.
|
static ProcedureRequest.Builder |
newBuilder()
Creates a new ProcedureRequest RecordBuilder.
|
static ProcedureRequest.Builder |
newBuilder(ProcedureRequest.Builder other)
Creates a new ProcedureRequest RecordBuilder by copying an existing Builder.
|
static ProcedureRequest.Builder |
newBuilder(ProcedureRequest other)
Creates a new ProcedureRequest RecordBuilder by copying an existing ProcedureRequest instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setAsNeeded(ChoiceCodeableConceptBoolean value)
Sets the value of the 'asNeeded' field.
|
void |
setAuthoredOn(String value)
Sets the value of the 'authoredOn' field.
|
void |
setBasedOn(List<ResourceReference> value)
Sets the value of the 'basedOn' field.
|
void |
setBodySite(List<CodeableConcept> value)
Sets the value of the 'bodySite' field.
|
void |
setCategory(List<CodeableConcept> value)
Sets the value of the 'category' field.
|
void |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
void |
setContained(List<Resource> value)
Sets the value of the 'contained' field.
|
void |
setContext(EncounterEpisodeOfCareReference value)
Sets the value of the 'context' field.
|
void |
setDefinition(List<ActivityDefinitionPlanDefinitionReference> value)
Sets the value of the 'definition' field.
|
void |
setDoNotPerform(Boolean value)
Sets the value of the 'doNotPerform' field.
|
void |
setId(String value)
Sets the value of the 'id' field.
|
void |
setIdentifier(List<Identifier> value)
Sets the value of the 'identifier' field.
|
void |
setImplicitRules(String value)
Sets the value of the 'implicitRules' field.
|
void |
setIntent(String value)
Sets the value of the 'intent' field.
|
void |
setLanguage(String value)
Sets the value of the 'language' field.
|
void |
setMeta(Meta value)
Sets the value of the 'meta' field.
|
void |
setNote(List<Annotation> value)
Sets the value of the 'note' field.
|
void |
setOccurrence(ChoicePeriodTimingDateTime value)
Sets the value of the 'occurrence' field.
|
void |
setPerformer(DeviceHealthcareServiceOrganizationPatientPractitionerRelatedPersonReference value)
Sets the value of the 'performer' field.
|
void |
setPerformerType(CodeableConcept value)
Sets the value of the 'performerType' field.
|
void |
setPriority(String value)
Sets the value of the 'priority' field.
|
void |
setReasonCode(List<CodeableConcept> value)
Sets the value of the 'reasonCode' field.
|
void |
setReasonReference(List<ConditionObservationReference> value)
Sets the value of the 'reasonReference' field.
|
void |
setRelevantHistory(List<ProvenanceReference> value)
Sets the value of the 'relevantHistory' field.
|
void |
setReplaces(List<ResourceReference> value)
Sets the value of the 'replaces' field.
|
void |
setRequester(ProcedureRequestRequester value)
Sets the value of the 'requester' field.
|
void |
setRequisition(Identifier value)
Sets the value of the 'requisition' field.
|
void |
setSpecimen(List<SpecimenReference> value)
Sets the value of the 'specimen' field.
|
void |
setStatus(String value)
Sets the value of the 'status' field.
|
void |
setSubject(DeviceGroupLocationPatientReference value)
Sets the value of the 'subject' field.
|
void |
setSupportingInfo(List<ResourceReference> value)
Sets the value of the 'supportingInfo' field.
|
void |
setText(Narrative value)
Sets the value of the 'text' field.
|
ByteBuffer |
toByteBuffer()
Serializes this ProcedureRequest to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
public ProcedureRequest()
newBuilder()
.public ProcedureRequest(String id, Meta meta, String implicitRules, String language, Narrative text, List<Resource> contained, List<Identifier> identifier, List<ActivityDefinitionPlanDefinitionReference> definition, List<ResourceReference> basedOn, List<ResourceReference> replaces, Identifier requisition, String status, String intent, String priority, Boolean doNotPerform, List<CodeableConcept> category, CodeableConcept code, DeviceGroupLocationPatientReference subject, EncounterEpisodeOfCareReference context, ChoicePeriodTimingDateTime occurrence, ChoiceCodeableConceptBoolean asNeeded, String authoredOn, ProcedureRequestRequester requester, CodeableConcept performerType, DeviceHealthcareServiceOrganizationPatientPractitionerRelatedPersonReference performer, List<CodeableConcept> reasonCode, List<ConditionObservationReference> reasonReference, List<ResourceReference> supportingInfo, List<SpecimenReference> specimen, List<CodeableConcept> bodySite, List<Annotation> note, List<ProvenanceReference> relevantHistory)
id
- Field for FHIR property idmeta
- Field for FHIR property metaimplicitRules
- Field for FHIR property implicitRuleslanguage
- Field for FHIR property languagetext
- Field for FHIR property textcontained
- Field for FHIR property containedidentifier
- Field for FHIR property identifierdefinition
- Field for FHIR property definitionbasedOn
- Field for FHIR property basedOnreplaces
- Field for FHIR property replacesrequisition
- Field for FHIR property requisitionstatus
- Field for FHIR property statusintent
- Field for FHIR property intentpriority
- Field for FHIR property prioritydoNotPerform
- Field for FHIR property doNotPerformcategory
- Field for FHIR property categorycode
- Field for FHIR property codesubject
- Field for FHIR property subjectcontext
- Field for FHIR property contextoccurrence
- Field for FHIR property occurrenceasNeeded
- Field for FHIR property asNeededauthoredOn
- Field for FHIR property authoredOnrequester
- Field for FHIR property requesterperformerType
- Field for FHIR property performerTypeperformer
- Field for FHIR property performerreasonCode
- Field for FHIR property reasonCodereasonReference
- Field for FHIR property reasonReferencesupportingInfo
- Field for FHIR property supportingInfospecimen
- Field for FHIR property specimenbodySite
- Field for FHIR property bodySitenote
- Field for FHIR property noterelevantHistory
- Field for FHIR property relevantHistorypublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageDecoder<ProcedureRequest> getDecoder()
public static org.apache.avro.message.BinaryMessageDecoder<ProcedureRequest> createDecoder(org.apache.avro.message.SchemaStore resolver)
SchemaStore
.resolver
- a SchemaStore
used to find schemas by fingerprintpublic ByteBuffer toByteBuffer() throws IOException
IOException
public static ProcedureRequest fromByteBuffer(ByteBuffer b) throws IOException
IOException
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public String getId()
public void setId(String value)
value
- the value to set.public Meta getMeta()
public void setMeta(Meta value)
value
- the value to set.public String getImplicitRules()
public void setImplicitRules(String value)
value
- the value to set.public String getLanguage()
public void setLanguage(String value)
value
- the value to set.public Narrative getText()
public void setText(Narrative value)
value
- the value to set.public List<Resource> getContained()
public void setContained(List<Resource> value)
value
- the value to set.public List<Identifier> getIdentifier()
public void setIdentifier(List<Identifier> value)
value
- the value to set.public List<ActivityDefinitionPlanDefinitionReference> getDefinition()
public void setDefinition(List<ActivityDefinitionPlanDefinitionReference> value)
value
- the value to set.public List<ResourceReference> getBasedOn()
public void setBasedOn(List<ResourceReference> value)
value
- the value to set.public List<ResourceReference> getReplaces()
public void setReplaces(List<ResourceReference> value)
value
- the value to set.public Identifier getRequisition()
public void setRequisition(Identifier value)
value
- the value to set.public String getStatus()
public void setStatus(String value)
value
- the value to set.public String getIntent()
public void setIntent(String value)
value
- the value to set.public String getPriority()
public void setPriority(String value)
value
- the value to set.public Boolean getDoNotPerform()
public void setDoNotPerform(Boolean value)
value
- the value to set.public List<CodeableConcept> getCategory()
public void setCategory(List<CodeableConcept> value)
value
- the value to set.public CodeableConcept getCode()
public void setCode(CodeableConcept value)
value
- the value to set.public DeviceGroupLocationPatientReference getSubject()
public void setSubject(DeviceGroupLocationPatientReference value)
value
- the value to set.public EncounterEpisodeOfCareReference getContext()
public void setContext(EncounterEpisodeOfCareReference value)
value
- the value to set.public ChoicePeriodTimingDateTime getOccurrence()
public void setOccurrence(ChoicePeriodTimingDateTime value)
value
- the value to set.public ChoiceCodeableConceptBoolean getAsNeeded()
public void setAsNeeded(ChoiceCodeableConceptBoolean value)
value
- the value to set.public String getAuthoredOn()
public void setAuthoredOn(String value)
value
- the value to set.public ProcedureRequestRequester getRequester()
public void setRequester(ProcedureRequestRequester value)
value
- the value to set.public CodeableConcept getPerformerType()
public void setPerformerType(CodeableConcept value)
value
- the value to set.public DeviceHealthcareServiceOrganizationPatientPractitionerRelatedPersonReference getPerformer()
public void setPerformer(DeviceHealthcareServiceOrganizationPatientPractitionerRelatedPersonReference value)
value
- the value to set.public List<CodeableConcept> getReasonCode()
public void setReasonCode(List<CodeableConcept> value)
value
- the value to set.public List<ConditionObservationReference> getReasonReference()
public void setReasonReference(List<ConditionObservationReference> value)
value
- the value to set.public List<ResourceReference> getSupportingInfo()
public void setSupportingInfo(List<ResourceReference> value)
value
- the value to set.public List<SpecimenReference> getSpecimen()
public void setSpecimen(List<SpecimenReference> value)
value
- the value to set.public List<CodeableConcept> getBodySite()
public void setBodySite(List<CodeableConcept> value)
value
- the value to set.public List<Annotation> getNote()
public void setNote(List<Annotation> value)
value
- the value to set.public List<ProvenanceReference> getRelevantHistory()
public void setRelevantHistory(List<ProvenanceReference> value)
value
- the value to set.public static ProcedureRequest.Builder newBuilder()
public static ProcedureRequest.Builder newBuilder(ProcedureRequest.Builder other)
other
- The existing builder to copy.public static ProcedureRequest.Builder newBuilder(ProcedureRequest other)
other
- The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
readExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
Copyright © 2020. All rights reserved.