HL7v2.Segment.NSC (HL7v2 v3.10.1)

Copy Markdown View Source

Application Status Change (NSC) segment -- HL7v2 v2.5.1.

Contains information about application status changes.

9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.NSC{
  application_change_type: term(),
  current_application: term(),
  current_cpu: term(),
  current_facility: term(),
  current_fileserver: term(),
  extra_fields: term(),
  new_application: term(),
  new_cpu: term(),
  new_facility: term(),
  new_fileserver: term()
}